* [PATCH 2/2]: ALSA: VIA HDA: Add support for codec VT1808
@ 2012-12-10 8:23 lydiawang
0 siblings, 0 replies; only message in thread
From: lydiawang @ 2012-12-10 8:23 UTC (permalink / raw)
To: alsa-devel; +Cc: tiwai, lydiawang
From: Lydia Wang <lydiawang@viatech.com.cn>
Subject: ALSA: VIA HDA: Add support for codec VT1808.
Add support for new codec VT1808, which is similiar with VT1705CF.
Signed-off-by: Lydia Wang <lydiawang@viatech.com.cn>
Index: sound/sound/pci/hda/patch_via.c
===================================================================
--- sound.orig/sound/pci/hda/patch_via.c 2012-12-10 15:09:52.000000000 +0800
+++ sound/sound/pci/hda/patch_via.c 2012-12-10 15:12:50.000000000 +0800
@@ -77,6 +77,7 @@
VT1812,
VT1802,
VT1705CF,
+ VT1808,
CODEC_TYPES,
};
@@ -300,6 +301,8 @@
codec_type = VT1802;
else if (dev_id == 0x4760)
codec_type = VT1705CF;
+ else if (dev_id == 0x4761 || dev_id == 0x4762)
+ codec_type = VT1808;
else
codec_type = UNKNOWN;
return codec_type;
@@ -1112,6 +1115,7 @@
parm = enable ? 0x00 : 0xe0; /* 0x00: 4/40x, 0xe0: 1x */
break;
case VT1705CF:
+ case VT1808:
verb = 0xf82;
parm = enable ? 0x00 : 0xe0; /* 0x00: 4/40x, 0xe0: 1x */
break;
@@ -4061,6 +4065,10 @@
.patch = patch_vt2002P},
{ .id = 0x11064760, .name = "VT1705CF",
.patch = patch_vt3476},
+ { .id = 0x11064761, .name = "VT1708SCE",
+ .patch = patch_vt3476},
+ { .id = 0x11064762, .name = "VT1808",
+ .patch = patch_vt3476},
{} /* terminator */
};
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-12-10 8:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-10 8:23 [PATCH 2/2]: ALSA: VIA HDA: Add support for codec VT1808 lydiawang
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.