aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-05-14 20:26:00 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-05-14 20:26:00 -0700
commit52e802f6e70ec2eb746404cc37a56e79b834ed6b (patch)
treefe60e26cb4bb4c6196ca7b938dd011fa3e8aaa67 /sound
parent03e6a21b52ae8caa93505722b33cf72613dfa9dd (diff)
downloadhistory-52e802f6e70ec2eb746404cc37a56e79b834ed6b.tar.gz
[PATCH] ac97_plugin_ad1980 porting fix
From: "Uwe Bugla" <uwe.bugla@gmx.de> Fix up a mistake in the 2.4->2.6 forward-port of this driver.
Diffstat (limited to 'sound')
-rw-r--r--sound/oss/ac97_plugin_ad1980.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/ac97_plugin_ad1980.c b/sound/oss/ac97_plugin_ad1980.c
index 0015a044f53643..24a9acd281607a 100644
--- a/sound/oss/ac97_plugin_ad1980.c
+++ b/sound/oss/ac97_plugin_ad1980.c
@@ -75,7 +75,7 @@ static int ad1980_probe(struct ac97_codec *codec, struct ac97_driver *driver)
/* Switch the inputs/outputs over (from Dell code) */
control = codec->codec_read(codec, AC97_AD_MISC);
- codec->codec_write(codec, AC97_AD_MISC, control | 0x0420);
+ codec->codec_write(codec, AC97_AD_MISC, control | 0x4420);
/* We could refuse the device since we dont need to hang around,
but we will claim it */