diff options
author | Chih-Wei Huang <cwhuang@linux.org.tw> | 2011-02-25 06:14:31 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-03-01 11:01:01 +0300 |
commit | c790ad31a28671b9b478f5d4db2f8b05dabaae4e (patch) | |
tree | 6094a3a222056794aa7b459a1c827ebf651aeb7f /sound | |
parent | f0ce27996217d06207c8bfda1b1bbec2fbab48c6 (diff) | |
download | linux-c790ad31a28671b9b478f5d4db2f8b05dabaae4e.tar.xz |
ALSA: hda - Fix unable to record issue on ASUS N82JV
The codec of N82JV is ALC269VB.
Signed-off-by: Chih-Wei Huang <cwhuang@linux.org.tw>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index c052fc5ad0c9..4261bb8eec1d 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -15012,7 +15012,7 @@ static struct snd_pci_quirk alc269_cfg_tbl[] = { SND_PCI_QUIRK(0x1043, 0x11e3, "ASUS U33Jc", ALC269VB_AMIC), SND_PCI_QUIRK(0x1043, 0x1273, "ASUS UL80Jt", ALC269VB_AMIC), SND_PCI_QUIRK(0x1043, 0x1283, "ASUS U53Jc", ALC269_AMIC), - SND_PCI_QUIRK(0x1043, 0x12b3, "ASUS N82Jv", ALC269_AMIC), + SND_PCI_QUIRK(0x1043, 0x12b3, "ASUS N82JV", ALC269VB_AMIC), SND_PCI_QUIRK(0x1043, 0x12d3, "ASUS N61Jv", ALC269_AMIC), SND_PCI_QUIRK(0x1043, 0x13a3, "ASUS UL30Vt", ALC269_AMIC), SND_PCI_QUIRK(0x1043, 0x1373, "ASUS G73JX", ALC269_AMIC), |