* [PATCH 5/8] ALSA: VIA HDA: Modify mute_aa_path() function
@ 2011-03-22 6:32 Lydia Wang
0 siblings, 0 replies; only message in thread
From: Lydia Wang @ 2011-03-22 6:32 UTC (permalink / raw)
To: alsa-devel; +Cc: tiwai, HaraldWelte, lydiawang
From: Lydia Wang <lydiawang@viatech.com.cn>
Subject: ALSA: VIA HDA: Modify mute_aa_path() function.
Modify mute_aa_path() function to support VT1718S codec.
Signed-off-by: Lydia Wang <lydiawang@viatech.com.cn>
---
sound/pci/hda/patch_via.c | 5 +++++
1 file changed, 5 insertions(+)
--- a/sound/pci/hda/patch_via.c
+++ b/sound/pci/hda/patch_via.c
@@ -855,6 +855,11 @@
start_idx = 2;
end_idx = 4;
break;
+ case VT1718S:
+ nid_mixer = 0x21;
+ start_idx = 1;
+ end_idx = 3;
+ break;
default:
return;
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-03-22 6:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-22 6:32 [PATCH 5/8] ALSA: VIA HDA: Modify mute_aa_path() function Lydia Wang
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).