From: Raymond Yau <superquad.vortex2@gmail.com>
To: Takashi Iwai <tiwai@suse.de>,
ALSA Development Mailing List <alsa-devel@alsa-project.org>
Subject: [PATCH ALSA HDA 1/1] Fix alc662_dac_nid and change 6stack-dig to 5stack-dig
Date: Tue, 5 Apr 2011 22:59:29 +0800 [thread overview]
Message-ID: <BANLkTim-aFLPMDOsoBG+ifynovDgT8LO3g@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 155 bytes --]
Fix alc662_dac_nid and change "6stack-dig" to "5stack-dig"
alc662 series only have 3 stereo DAC , so it can only support 5stack-dig
instead of 6stack-dig
[-- Attachment #2: 0001-Fix-alc662_dac_nid-and-change-6stack-dig-to-5stac.patch --]
[-- Type: application/octet-stream, Size: 1293 bytes --]
From b0db958a0a93f7a0ead332e8265a601494da1f4e Mon Sep 17 00:00:00 2001
From: Raymond Yau <superquad.vortex2@gmail.com>
Date: Tue, 5 Apr 2011 22:47:15 +0800
Subject: [PATCH ALSA HDA 1/1] Fix alc662_dac_nid and change "6stack-dig" to "5stack-dig"
alc662 series only have 3 DAC , so it can only support 5stack-dig instead of 6stack-dig
Signed-off-by: Raymond Yau <superquad.vortex2@gmail.com>
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 50855cf..55420d7 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -17411,8 +17411,8 @@ static int patch_alc861vd(struct hda_codec *codec)
#define ALC662_DIGOUT_NID 0x06
#define ALC662_DIGIN_NID 0x0a
-static hda_nid_t alc662_dac_nids[4] = {
- /* front, rear, clfe, rear_surr */
+static hda_nid_t alc662_dac_nids[3] = {
+ /* front, rear, clfe */
0x02, 0x03, 0x04
};
@@ -18670,7 +18670,7 @@ static const char * const alc662_models[ALC662_MODEL_LAST] = {
[ALC662_3ST_2ch_DIG] = "3stack-dig",
[ALC662_3ST_6ch_DIG] = "3stack-6ch-dig",
[ALC662_3ST_6ch] = "3stack-6ch",
- [ALC662_5ST_DIG] = "6stack-dig",
+ [ALC662_5ST_DIG] = "5stack-dig",
[ALC662_LENOVO_101E] = "lenovo-101e",
[ALC662_ASUS_EEEPC_P701] = "eeepc-p701",
[ALC662_ASUS_EEEPC_EP20] = "eeepc-ep20",
--
1.6.0.6
[-- 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 reply other threads:[~2011-04-05 14:59 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-05 14:59 Raymond Yau [this message]
2011-04-06 6:19 ` [PATCH ALSA HDA 1/1] Fix alc662_dac_nid and change 6stack-dig to 5stack-dig Takashi Iwai
2011-04-06 7:35 ` Raymond Yau
2011-04-06 7:41 ` Takashi Iwai
2011-04-06 8:29 ` Raymond Yau
2011-04-06 9:29 ` Takashi Iwai
2011-04-06 10:49 ` Valerio tesei
2011-04-07 1:53 ` Raymond Yau
2011-04-07 12:59 ` Valerio tesei
2011-04-07 13:13 ` Raymond Yau
2011-04-07 13:55 ` Valerio tesei
2011-04-07 19:44 ` Valerio Tesei
2011-04-08 0:48 ` Raymond Yau
2011-04-06 12:59 ` Raymond Yau
2011-04-06 13:07 ` Takashi Iwai
2011-04-06 13:19 ` Takashi Iwai
2011-04-08 2:06 ` Raymond Yau
2011-04-08 8:38 ` Valerio tesei
2011-04-08 9:28 ` OT: applying patches (was: [PATCH ALSA HDA 1/1] Fix alc662_dac_nid and change 6stack-dig to 5stack-dig) Paul Menzel
2011-04-08 9:47 ` Valerio tesei
2011-04-08 10:27 ` snd-hda-intel and parameter `patch` (was: OT: applying patches) Paul Menzel
2011-04-08 14:44 ` snd-hda-intel and parameter `patch` David Henningsson
2011-04-10 1:21 ` [PATCH ALSA HDA 1/1] Fix alc662_dac_nid and change 6stack-dig to 5stack-dig Raymond Yau
2011-04-11 8:21 ` Valerio tesei
2011-04-11 19:28 ` Valerio Tesei
2011-04-13 8:52 ` Raymond Yau
2011-04-13 11:08 ` Valerio tesei
2011-04-13 19:12 ` Valerio Tesei
2011-04-14 11:11 ` Raymond Yau
2011-04-18 19:53 ` Valerio Tesei
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=BANLkTim-aFLPMDOsoBG+ifynovDgT8LO3g@mail.gmail.com \
--to=superquad.vortex2@gmail.com \
--cc=alsa-devel@alsa-project.org \
--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).