]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: hda - Enable subwoofer on Dell Vostro 5460/5470
authorDavid Henningsson <david.henningsson@canonical.com>
Fri, 20 Dec 2013 15:08:13 +0000 (16:08 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 20 Dec 2013 15:34:19 +0000 (16:34 +0100)
commit0f4881dc1fd858649589edae76efd9c318bb562f
treeee351a97965dbf30053b5d564d872c8fc69be790
parentd171ebc5b9d197c1ec76c4b21c91981649db4c65
ALSA: hda - Enable subwoofer on Dell Vostro 5460/5470

In this case, there are two DACs, and DAC 0x03 is mono. In order
to make headphones and front speaker use DAC 0x02, and subwoofer use
DAC 0x03, we artificially cut the connection from nodes 0x14 and 0x15
to node 0x03, so they can only use DAC 0x02.

In addition, the 5460 and 5470 differs in the sense that 5470 also
needs a headset mic patch, whereas 5460 has individual detection for
headphone and headset mic.

BugLink: https://bugs.launchpad.net/bugs/1211920
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c