diff options
author | cg <cg@FreeBSD.org> | 2001-03-25 21:43:24 +0000 |
---|---|---|
committer | cg <cg@FreeBSD.org> | 2001-03-25 21:43:24 +0000 |
commit | da985f2067fd362b5e1129b2030cfcec409514b3 (patch) | |
tree | e967b9193df2c5d7d212a21e14c6e091b9671ec5 /sys/dev/sound/isa/mss.h | |
parent | 56ef9e4cd8f5da5e8f87bba2c9b6b9b2ac7431cb (diff) | |
download | FreeBSD-src-da985f2067fd362b5e1129b2030cfcec409514b3.zip FreeBSD-src-da985f2067fd362b5e1129b2030cfcec409514b3.tar.gz |
fix whitespace bogons
Diffstat (limited to 'sys/dev/sound/isa/mss.h')
-rw-r--r-- | sys/dev/sound/isa/mss.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/sound/isa/mss.h b/sys/dev/sound/isa/mss.h index ffdb809..d97c70a 100644 --- a/sys/dev/sound/isa/mss.h +++ b/sys/dev/sound/isa/mss.h @@ -191,18 +191,18 @@ mixer_ent mix_devices[32][2] = { MIX_NONE(SOUND_MIXER_VOLUME), MIX_NONE(SOUND_MIXER_BASS), MIX_NONE(SOUND_MIXER_TREBLE), -#ifdef PC98 /* PC98's synth is assigned to AUX#2 */ +#ifdef PC98 /* PC98's synth is assigned to AUX#2 */ MIX_ENT(SOUND_MIXER_SYNTH, 4, 1, 0, 5, 5, 1, 0, 5), -#else /* AT386's synth is assigned to AUX#1 */ +#else /* AT386's synth is assigned to AUX#1 */ MIX_ENT(SOUND_MIXER_SYNTH, 2, 1, 0, 5, 3, 1, 0, 5), #endif MIX_ENT(SOUND_MIXER_PCM, 6, 1, 0, 6, 7, 1, 0, 6), MIX_ENT(SOUND_MIXER_SPEAKER, 26, 1, 0, 4, 0, 0, 0, 0), MIX_ENT(SOUND_MIXER_LINE, 18, 1, 0, 5, 19, 1, 0, 5), MIX_ENT(SOUND_MIXER_MIC, 0, 0, 5, 1, 1, 0, 5, 1), -#ifdef PC98 /* PC98's cd-audio is assigned to AUX#1 */ +#ifdef PC98 /* PC98's cd-audio is assigned to AUX#1 */ MIX_ENT(SOUND_MIXER_CD, 2, 1, 0, 5, 3, 1, 0, 5), -#else /* AT386's cd-audio is assigned to AUX#2 */ +#else /* AT386's cd-audio is assigned to AUX#2 */ MIX_ENT(SOUND_MIXER_CD, 4, 1, 0, 5, 5, 1, 0, 5), #endif MIX_ENT(SOUND_MIXER_IMIX, 13, 1, 2, 6, 0, 0, 0, 0), |