Skip to content

Commit 827a56e

Browse files
tiwaiJaroslav Kysela
authored andcommitted
[ALSA] Added model for ASUS M2NPV-VM mobo
Added the proper model (3stack) for ASUS M2NPV-VM mobo with AD1986A codec. Signed-off-by: Takashi Iwai <[email protected]> Signed-off-by: Jaroslav Kysela <[email protected]>
1 parent 304dcaa commit 827a56e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/pci/hda/patch_analog.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -808,6 +808,8 @@ static struct hda_board_config ad1986a_cfg_tbl[] = {
808808
.config = AD1986A_3STACK }, /* ASUS A8N-VM CSM */
809809
{ .pci_subvendor = 0x1043, .pci_subdevice = 0x81b3,
810810
.config = AD1986A_3STACK }, /* ASUS P5RD2-VM / P5GPL-X SE */
811+
{ .pci_subvendor = 0x1043, .pci_subdevice = 0x81cb,
812+
.config = AD1986A_3STACK }, /* ASUS M2NPV-VM */
811813
{ .modelname = "laptop", .config = AD1986A_LAPTOP },
812814
{ .pci_subvendor = 0x144d, .pci_subdevice = 0xc01e,
813815
.config = AD1986A_LAPTOP }, /* FSC V2060 */

0 commit comments

Comments
 (0)