freebsd-skq/sys/dev/sound/pcm
orion 00febb565f s/AC97_MIX_PHONES/AC97_MIX_AUXOUT/ to match ac97r2.{2,3}.
Attempt to determine what function of AUX_OUT is: "True line level
out", "Headphone out", or "4-Channel out" and frig OSS mixer label
accordingly.

Addresses problem raised by Randy Bush on -multimedia of not being
able to hear audio on ich2 m/b which was eventually found to be
because the mixer monitor value was 0.  On this h/w the label
"monitor" should now be presented as the marginally more intuitive
"ogain".
2002-08-23 06:19:28 +00:00
..
ac97_if.m Remove the trailing ^M's. makeobjops.awk does not like them. 2002-05-01 03:07:40 +00:00
ac97.c s/AC97_MIX_PHONES/AC97_MIX_AUXOUT/ to match ac97r2.{2,3}. 2002-08-23 06:19:28 +00:00
ac97.h s/AC97_MIX_PHONES/AC97_MIX_AUXOUT/ to match ac97r2.{2,3}. 2002-08-23 06:19:28 +00:00
buffer.c * improve error handling 2002-01-26 22:13:24 +00:00
buffer.h * improve error handling 2002-01-26 22:13:24 +00:00
channel_if.m
channel.c Replace (ab)uses of "NULL" where "0" is really meant. 2002-08-22 21:24:01 +00:00
channel.h
dsp.c Back out last commit. Needs slightly more subtle handling. 2002-08-20 08:02:56 +00:00
dsp.h
fake.c
feeder_fmt.c Fix a warning due to the code assuming sizeof(int) == sizeof(void *) which 2002-04-11 15:31:01 +00:00
feeder_if.m Remove the trailing ^M's. makeobjops.awk does not like them. 2002-05-01 03:07:40 +00:00
feeder_rate.c
feeder.c Fixed printf format errors which apparently crept in while -Wformat was 2002-05-25 11:18:03 +00:00
feeder.h * improve error handling 2002-01-26 22:13:24 +00:00
mixer_if.m makeobjops.awk is stricter on syntax than the perl version. 2002-05-01 03:52:40 +00:00
mixer.c Fix some of the places where sound(4) can sleep with a lock held. (Help 2002-07-25 04:49:45 +00:00
mixer.h
sndstat.c Fix some of the places where sound(4) can sleep with a lock held. (Help 2002-07-25 04:49:45 +00:00
sound.c Fix some of the places where sound(4) can sleep with a lock held. (Help 2002-07-25 04:49:45 +00:00
sound.h Change snd_mtxcreate() to accept a lock type as an extra argument that is 2002-04-04 20:54:27 +00:00
vchan.c Use semicolons at the end of function-like macros for the sake of 2002-07-15 13:03:10 +00:00
vchan.h