static void alc_fixup_gigabyte(struct hda_codec *codec,
                                     const struct hda_fixup *fix, int action)
{

        if (action == HDA_FIXUP_ACT_PRE_PROBE) {

/* 
   use table for gigabyte board name to disable HP detection
              dmi_get_system_info(DMI_BOARD_NAME)  

*/
               snd_hda_apply_pincfgs(codec, hp_configs);
        }
}


        [ALC88X_FIXUP_GIGABYTE] = {
                .type = HDA_FIXUP_FUNC,
                .v.func = alc_fixup_gigabyte,
        },

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

Title:
  Realtek ALC887-VD speakers don't mute when headphones are inserted

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

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

Reply via email to