* [PATCH 1/3] ALSA: VIA HDA: Modify initial verbs list for VT1718S.
@ 2011-06-20 6:14 lydiawang
2011-06-20 14:32 ` Takashi Iwai
0 siblings, 1 reply; 3+ messages in thread
From: lydiawang @ 2011-06-20 6:14 UTC (permalink / raw)
To: alsa-devel; +Cc: tiwai, haraldwelte, lydiawang
From: Lydia Wang <lydiawang@viatech.com.cn>
Subject: ALSA: VIA HDA: Modify initial verbs list for VT1718S.
Remove some invalid initial verbs and correct some wrong initial verbs
for VT1718S codec.
Signed-off-by: Lydia Wang <lydiawang@viatech.com.cn>
Index: sound-2.6/sound/pci/hda/patch_via.c
===================================================================
--- sound-2.6.orig/sound/pci/hda/patch_via.c 2011-06-20 13:25:07.000000000 +0800
+++ sound-2.6/sound/pci/hda/patch_via.c 2011-06-20 13:31:19.000000000 +0800
@@ -4286,9 +4286,6 @@
{0x21, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
{0x21, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
{0x21, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(5)},
-
- /* Setup default input of Front HP to MW9 */
- {0x28, AC_VERB_SET_CONNECT_SEL, 0x1},
/* PW9 PW10 Output enable */
{0x2d, AC_VERB_SET_PIN_WIDGET_CONTROL, AC_PINCTL_OUT_EN},
{0x2e, AC_VERB_SET_PIN_WIDGET_CONTROL, AC_PINCTL_OUT_EN},
@@ -4297,10 +4294,10 @@
/* Enable Boost Volume backdoor */
{0x1, 0xf88, 0x8},
/* MW0/1/2/3/4: un-mute index 0 (AOWx), mute index 1 (MW9) */
- {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
+ {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
{0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
{0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
- {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
+ {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
{0x1c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
{0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
{0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
@@ -4310,8 +4307,6 @@
/* set MUX1 = 2 (AOW4), MUX2 = 1 (AOW3) */
{0x34, AC_VERB_SET_CONNECT_SEL, 0x2},
{0x35, AC_VERB_SET_CONNECT_SEL, 0x1},
- /* Unmute MW4's index 0 */
- {0x1c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
{ }
};
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH 1/3] ALSA: VIA HDA: Modify initial verbs list for VT1718S. 2011-06-20 6:14 [PATCH 1/3] ALSA: VIA HDA: Modify initial verbs list for VT1718S lydiawang @ 2011-06-20 14:32 ` Takashi Iwai [not found] ` <B659A755309F1145AFA1D8A9582348AB0C305A@exchbj02.viatech.com.bj> 0 siblings, 1 reply; 3+ messages in thread From: Takashi Iwai @ 2011-06-20 14:32 UTC (permalink / raw) To: lydiawang; +Cc: alsa-devel, haraldwelte At Mon, 20 Jun 2011 14:14:37 +0800, lydiawang wrote: > > From: Lydia Wang <lydiawang@viatech.com.cn> > Subject: ALSA: VIA HDA: Modify initial verbs list for VT1718S. > > Remove some invalid initial verbs and correct some wrong initial verbs > for VT1718S codec. > > Signed-off-by: Lydia Wang <lydiawang@viatech.com.cn> Are these three patches are needed for fixing the bugs or just clean-ups? If these are real fixes for 3.0-rc kernel, I'll merge them now. If not, they can be irrelevant now, as I've been working on major rework of VIA codec driver. See the later post. thanks, Takashi ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <B659A755309F1145AFA1D8A9582348AB0C305A@exchbj02.viatech.com.bj>]
* Re: 答复: [PATCH 1/3] ALSA: VIA HDA: Modify initial verbs list for VT1718S. [not found] ` <B659A755309F1145AFA1D8A9582348AB0C305A@exchbj02.viatech.com.bj> @ 2011-06-21 5:19 ` Takashi Iwai 0 siblings, 0 replies; 3+ messages in thread From: Takashi Iwai @ 2011-06-21 5:19 UTC (permalink / raw) To: LydiaWang; +Cc: alsa-devel, HaraldWelte At Tue, 21 Jun 2011 09:36:14 +0800, <LydiaWang@viatech.com.cn> wrote: > > > -----邮件原件----- > > 发件人: Takashi Iwai [mailto:tiwai@suse.de] > > 发送时间: 2011年6月20日 22:32 > > 收件人: Lydia Wang > > 抄送: alsa-devel@alsa-project.org; Harald Welte > > 主题: Re: [PATCH 1/3] ALSA: VIA HDA: Modify initial verbs list for VT1718S. > > > > At Mon, 20 Jun 2011 14:14:37 +0800, > > lydiawang wrote: > > > > > > From: Lydia Wang <lydiawang@viatech.com.cn> > > > Subject: ALSA: VIA HDA: Modify initial verbs list for VT1718S. > > > > > > Remove some invalid initial verbs and correct some wrong initial verbs > > > for VT1718S codec. > > > > > > Signed-off-by: Lydia Wang <lydiawang@viatech.com.cn> > > > > Are these three patches are needed for fixing the bugs or just clean-ups? > > If these are real fixes for 3.0-rc kernel, I'll merge them now. > > > > If not, they can be irrelevant now, as I've been working on major > > rework of VIA codec driver. See the later post. > > > > > > thanks, > > > > Takashi > > These patches are to fix the problem reported by alex.baldacchino.alsasub. > You can refer the attached mail. Fair enough. I'll take them for 3.0-rc, then. thanks, Takashi _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-06-21 5:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-20 6:14 [PATCH 1/3] ALSA: VIA HDA: Modify initial verbs list for VT1718S lydiawang
2011-06-20 14:32 ` Takashi Iwai
[not found] ` <B659A755309F1145AFA1D8A9582348AB0C305A@exchbj02.viatech.com.bj>
2011-06-21 5:19 ` 答复: " Takashi Iwai
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.