X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=sound%2Foss%2Fac97_plugin_ad1980.c;h=24a9acd281607acdc95b6076bcfc9dc3b4a5cc85;hb=9213980e6a70d8473e0ffd4b39ab5b6caaba9ff5;hp=0015a044f53643962bb207c20a89b8eb32a6d1b5;hpb=c449269f45c2cdf53af08c8d0af37472f66539d9;p=linux-2.6.git diff --git a/sound/oss/ac97_plugin_ad1980.c b/sound/oss/ac97_plugin_ad1980.c index 0015a044f..24a9acd28 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 */