freebsd-skq/sys/dev/sound/pcm
jhb 99e2a84a1f Add a new API for soundcards that have hardware volume control:
- The mixer_hwmute() function can be called when a soundcard receives a
  mute request.
- The mixer_hwstep() function can be used to adjust the volume of one or
  both channels.
- The 'hw.snd.hwvol_step' sysctl determines the amount that mixer_hwstep()
  adjusts the volume by on each call.
- The 'hw.snd.hwvol_mixer' sysctl specifies the mixer device to adjust the
  volume on for both functions.  The values used correspond to the
  SOUNDCARD_MIXER_* constants.
2001-01-03 01:29:47 +00:00
..
ac97_if.m kobjify. 2000-12-18 01:36:41 +00:00
ac97.c compensate for broken codecs that return 0xffff on unimplemented registers 2000-12-24 03:33:21 +00:00
ac97.h kobjify. 2000-12-18 01:36:41 +00:00
buffer.c update code dealing with snd_dbuf objects to do so using a functional interface 2000-12-23 03:16:13 +00:00
buffer.h update code dealing with snd_dbuf objects to do so using a functional interface 2000-12-23 03:16:13 +00:00
channel_if.m kobjify. 2000-12-18 01:36:41 +00:00
channel.c fix a panic if the requested blocksize was greater than the data rate, 2000-12-23 06:09:43 +00:00
channel.h update code dealing with snd_dbuf objects to do so using a functional interface 2000-12-23 03:16:13 +00:00
datatypes.h update code dealing with snd_dbuf objects to do so using a functional interface 2000-12-23 03:16:13 +00:00
dsp.c update code dealing with snd_dbuf objects to do so using a functional interface 2000-12-23 03:16:13 +00:00
dsp.h
fake.c kobjify. 2000-12-18 01:36:41 +00:00
feeder_fmt.c kobjify. 2000-12-18 01:36:41 +00:00
feeder_if.m kobjify. 2000-12-18 01:36:41 +00:00
feeder.c kobjify. 2000-12-18 01:36:41 +00:00
feeder.h kobjify. 2000-12-18 01:36:41 +00:00
mixer_if.m kobjify. 2000-12-18 01:36:41 +00:00
mixer.c Add a new API for soundcards that have hardware volume control: 2001-01-03 01:29:47 +00:00
mixer.h Add a new API for soundcards that have hardware volume control: 2001-01-03 01:29:47 +00:00
sound.c Create a new sysctl node 'hw.snd' and move 'hw.sndunit' to 2001-01-03 01:25:26 +00:00
sound.h Create a new sysctl node 'hw.snd' and move 'hw.sndunit' to 2001-01-03 01:25:26 +00:00