summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2010-03-08 12:09:59 +0100
committerTakashi Iwai <tiwai@suse.de>2010-03-08 12:12:41 +0100
commit50ae0aa8f55813b2cc5e5b7f589f328b8fcd45ec (patch)
tree2fd925a96423a73487323f904e74e989fa0901e5 /sound
parent2abbf4391fb56dfa97221ed6796782537d15196f (diff)
downloadlinux-0-day-50ae0aa8f55813b2cc5e5b7f589f328b8fcd45ec.tar.gz
linux-0-day-50ae0aa8f55813b2cc5e5b7f589f328b8fcd45ec.tar.xz
ALSA: hda - Fix wrong model range check for ALC268
Fix a wrong value passed to snd_hda_check_board_codec_sid_config() as the upper-limit in parse_alc268(), so that any wrong value can't be passed. So far, no bogus value was set in the quirk entries, so this won't give any behavioral changes. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_realtek.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 5d2fbb87b871c..dcd8a2cadd997 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -13201,7 +13201,7 @@ static int patch_alc268(struct hda_codec *codec)
if (board_config < 0 || board_config >= ALC268_MODEL_LAST)
board_config = snd_hda_check_board_codec_sid_config(codec,
- ALC882_MODEL_LAST, alc268_models, alc268_ssid_cfg_tbl);
+ ALC268_MODEL_LAST, alc268_models, alc268_ssid_cfg_tbl);
if (board_config < 0 || board_config >= ALC268_MODEL_LAST) {
printk(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",