From: Chih-Wei Huang <cwhuang@linux.org.tw>
To: tiwai@suse.de
Cc: alsa-devel@alsa-project.org, Kailang Yang <kailang@realtek.com>
Subject: Fix for recording issue of ASUS N82JV
Date: Tue, 01 Mar 2011 15:35:07 +0800 [thread overview]
Message-ID: <4D6CA1AB.30403@linux.org.tw> (raw)
In-Reply-To: <4D672B85.9020603@linux.org.tw>
[-- Attachment #1: Type: text/plain, Size: 148 bytes --]
Hi,
This small patch fixes the unable to record issue
on ASUS N82JV. Thanks.
Tested OK on android-x86 2.2 & 2.3 with kernel 2.6.38-rc4.
Regards,
[-- Attachment #2: 0001-ALSA-hda-Fix-unable-to-record-issue-on-ASUS-N82JV.patch --]
[-- Type: text/plain, Size: 1157 bytes --]
From 1a61b830b898b4bd281f92eab25d6fc869be701d Mon Sep 17 00:00:00 2001
From: Chih-Wei Huang <cwhuang@linux.org.tw>
Date: Fri, 25 Feb 2011 11:14:31 +0800
Subject: [PATCH] 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>
---
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 3328a25..0b0800f 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -15015,7 +15015,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),
--
1.7.3.2
[-- Attachment #3: Type: text/plain, Size: 160 bytes --]
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
next parent reply other threads:[~2011-03-01 7:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <4D672B85.9020603@linux.org.tw>
2011-03-01 7:35 ` Chih-Wei Huang [this message]
2011-03-01 8:02 ` Fix for recording issue of ASUS N82JV Takashi Iwai
2011-03-11 1:34 ` Chih-Wei Huang
2011-03-11 6:55 ` Takashi Iwai
2011-03-11 7:07 ` Chih-Wei Huang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D6CA1AB.30403@linux.org.tw \
--to=cwhuang@linux.org.tw \
--cc=alsa-devel@alsa-project.org \
--cc=kailang@realtek.com \
--cc=tiwai@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).