aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-01-14 20:00:17 -0500
committerAdrian Bunk <bunk@r063144.stusta.swh.mhn.de>2006-01-14 20:00:17 -0500
commit575c96871832e91983248aebb02fc072e5fd17c9 (patch)
tree2de2ce229506f1e0e866ef00c9cf7e43489e295b /sound
parenta8e82ef97a1d1227575698935ec86ae4d02c372c (diff)
spelling: s/appropiate/appropriate/
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/oss/opl3sa2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/opl3sa2.c b/sound/oss/opl3sa2.c
index 5cecdbcbea9d..0e161c6a0477 100644
--- a/sound/oss/opl3sa2.c
+++ b/sound/oss/opl3sa2.c
@@ -530,7 +530,7 @@ static void __init attach_opl3sa2_mss(struct address_info* hw_config, struct res
530 if (hw_config->slots[0] != -1) { 530 if (hw_config->slots[0] != -1) {
531 /* Did the MSS driver install? */ 531 /* Did the MSS driver install? */
532 if(num_mixers == (initial_mixers + 1)) { 532 if(num_mixers == (initial_mixers + 1)) {
533 /* The MSS mixer is installed, reroute mixers appropiately */ 533 /* The MSS mixer is installed, reroute mixers appropriately */
534 AD1848_REROUTE(SOUND_MIXER_LINE1, SOUND_MIXER_CD); 534 AD1848_REROUTE(SOUND_MIXER_LINE1, SOUND_MIXER_CD);
535 AD1848_REROUTE(SOUND_MIXER_LINE2, SOUND_MIXER_SYNTH); 535 AD1848_REROUTE(SOUND_MIXER_LINE2, SOUND_MIXER_SYNTH);
536 AD1848_REROUTE(SOUND_MIXER_LINE3, SOUND_MIXER_LINE); 536 AD1848_REROUTE(SOUND_MIXER_LINE3, SOUND_MIXER_LINE);