setup the speaker pin complex 0x16 if the subwoofer is connected before
boot


+static void alc663_fixup_asus_sonicmaster(struct hda_codec *codec,
+                              const struct hda_fixup *fix, int action)
+{
+       if (action != HDA_FIXUP_ACT_PRE_PROBE)
+               return;
+       if (snd_hda_pin_sense(codec, 0x18) == AC_PINSENSE_PRESENCE)
+               snd_hda_codec_set_pincfg(codec, 0x16,  0x99130111);
+}

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

Title:
  [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all:
  Subwoofer not working

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to