your internal digital  Mic is at node 0x12 but asus-mode4  just add node
0x16 speaker and node 0x19 into Mic

ALC662_FIXUP_ASUS_MODE4] = {
                .type = HDA_FIXUP_PINS,
                .v.pins = (const struct hda_pintbl[]) {
                        { 0x14, 0x99130110 }, /* speaker */
                        { 0x16, 0x99130111 }, /* speaker */
                        { 0x18, 0x01a19840 }, /* mic */
                        { 0x19, 0x99a3094f }, /* int-mic */
                        { 0x21, 0x0121441f }, /* HP */
                        { }
                },
                .chained = true,
                .chain_id = ALC662_FIXUP_SKU_IGNORE
        },

you need hda-jack-retask to fix the subwoofer pin complex

http://voices.canonical.com/david.henningsson/2011/11/29/turn-your-mic-
jack-into-a-headphone-jack/



00:1b.0 0403: 8086:1e20 (rev 04)
        Subsystem: 1043:15a7

seem you are not using latest alsa driver


https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda/patch_realtek.c?id=61a75f138a351baf0fdc8c210cebd06b9ced4279


        SND_PCI_QUIRK(0x1043, 0x15a7, "ASUS UX51VZH", ALC662_FIXUP_BASS_16),

ALC662_FIXUP_BASS_16] = {
                .type = HDA_FIXUP_PINS,
                .v.pins = (const struct hda_pintbl[]) {
                        {0x16, 0x80106111}, /* bass speaker */
                        {}
                },
                .chained = true,
                .chain_id = ALC662_FIXUP_BASS_CHMAP,
        },


refer to those bug report of Asus n series notebook which also use sonic
master , only right channel affect the subwoofer


pulseaudio can upmix stereo to surround40 by copy front to rear, the drawback 
is subwoofer only get the right channel and no left channel signal

[

https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/tree/sound/pci/hda/patch_realtek.c

Node 0x12 [Pin Complex] wcaps 0x400401: Stereo
  Control: name="Internal Mic Phantom Jack", index=1, device=0
  Pincap 0x00000020: IN
  Pin Default 0x90a60930: [Fixed] Mic at Int N/A
    Conn = Digital, Color = Unknown
    DefAssociation = 0x3, Sequence = 0x0
    Misc = NO_PRESENCE
  Pin-ctls: 0x20: IN
  Power states:  D0 D1 D2 D3 EPSS
  Power: setting=D0, actual=D0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1316305

Title:
  Externa subwoofer asus sonicmaster doesn't work on Asus ux51vz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1316305/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to