cvs commit: src/sys/dev/sound/pcm mixer.c

John Baldwin jhb at FreeBSD.org
Tue Jun 22 12:17:51 PDT 2004


On Tuesday 22 June 2004 01:22 pm, Nate Lawson wrote:
> On Sun, 20 Jun 2004, Josef El-Rayes wrote:
> >   FreeBSD src repository (doc committer)
> >
> >   Modified files:
> >     sys/dev/sound/pcm    mixer.c
> >   Log:
> >   Enable pcm to read kenv variables to set default values for
> >   mixer channels.
> >
> >   e.g.: pcm0.line=0
> >
> >   to muten input line per default.
> >
> >   Approved by:    cg
> >   Reviewed by:    le, stefanf
> >   Requested by:   Eugene Grosbein <eugen at grosbein.pp.ru> (implicitly)
> >   PR:             kern/63771
> >
> >   Revision  Changes    Path
> >   1.38      +11 -2     src/sys/dev/sound/pcm/mixer.c
>
> You should reconsider the tunable location.  I think we use "hw" as the
> top-level device string.  Also, couldn't this be done with the mixer
> settings rc script?

Yes, this actually won't do anything since the mixer script will resume 
whatever settings were present at the last shutdown and that will override 
the tunables.

-- 
John Baldwin <jhb at FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org


More information about the cvs-src mailing list