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

Nate Lawson nate at root.org
Tue Jun 22 10:23:22 PDT 2004


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?

-Nate


More information about the cvs-src mailing list