[oss-devel] [PATCH] savemixer changes
Yair K.
cesium2 at gmail.com
Tue Apr 29 22:31:42 EEST 2008
On Tuesday 29 April 2008 22:00:05 Hannu Savolainen wrote:
> Hi Yair,
>
> Many thanks for the changes. They will appear in the hg server soon.
>
> In some systems /etc/oss is the OSS config directory instead of
> /usr/lib/oss/etc. It might be a good ideat to use /etc/oss if it exists.
It already does:
(from get_mapname:)
if (stat ("/etc/oss", &st) != -1) /* Use /etc/oss/mixer.save */
{
strcpy (name, "/etc/oss/mixer.save");
strcpy (ossetcdir, "/etc/oss");
return name;
}
Yours,
Yair K.
More information about the oss-devel
mailing list