aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pcm/mixer.c
diff options
context:
space:
mode:
authorSeigo Tanimura <tanimura@FreeBSD.org>2000-07-11 11:49:33 +0000
committerSeigo Tanimura <tanimura@FreeBSD.org>2000-07-11 11:49:33 +0000
commitfb0ef528389fb64850818960eab328da5d42f05d (patch)
treecfdab57c1c54fe680107910ffb1a14bcb9a96a28 /sys/dev/sound/pcm/mixer.c
parenta611641f012a3555f23622e0018d7940b7791ef2 (diff)
downloadsrc-fb0ef528389fb64850818960eab328da5d42f05d.tar.gz
src-fb0ef528389fb64850818960eab328da5d42f05d.zip
Finally merge newmidi.
(I had been busy for my own research activity until the last weekend) Supported devices: SB Midi Port (sbc + midi) SB OPL3 (sbc + midi) 16550 UART (midi, needs a trick in your hint) CS461x Midi Port (csa + midi) OSS-compatible sequencer (seq) Supported playing software: playmidi (We definitely need more) Notes: /dev/midistat now reports installed midi drivers. /dev/sndstat reports only pcm drivers. We need the new name(pcmstat?). EMU8000(SB AWE) does not sound yet but does get probed so that the OPL3 synth on an AWE card works. TODO: MSS/PCI bridge drivers Midi-tty interface to support general serial devices Modules
Notes
Notes: svn path=/head/; revision=62947
Diffstat (limited to 'sys/dev/sound/pcm/mixer.c')
-rw-r--r--sys/dev/sound/pcm/mixer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sound/pcm/mixer.c b/sys/dev/sound/pcm/mixer.c
index 573356815b4f..68e45d970a9a 100644
--- a/sys/dev/sound/pcm/mixer.c
+++ b/sys/dev/sound/pcm/mixer.c
@@ -32,6 +32,7 @@ static u_int16_t snd_mixerdefaults[SOUND_MIXER_NRDEVICES] = {
[SOUND_MIXER_VOLUME] = 75,
[SOUND_MIXER_BASS] = 50,
[SOUND_MIXER_TREBLE] = 50,
+ [SOUND_MIXER_SYNTH] = 75,
[SOUND_MIXER_PCM] = 75,
[SOUND_MIXER_SPEAKER] = 75,
[SOUND_MIXER_LINE] = 75,