you must remove

-       spec->gen.indep_hp = 1;

from ad198x_parse_auto_config()



static int ad198x_parse_auto_config(struct hda_codec *codec)
{
        struct ad198x_spec *spec = codec->spec;
        struct auto_pin_cfg *cfg = &spec->gen.autocfg;
        int err;

        codec->spdif_status_reset = 1;
        codec->no_trigger_sense = 1;
        codec->no_sticky_stream = 1;

-       spec->gen.indep_hp = 1;

        err = snd_hda_parse_pin_defcfg(codec, cfg, NULL, 0);
        if (err < 0)
                return err;
        err = snd_hda_gen_parse_auto_config(codec, cfg);
        if (err < 0)
                return err;

        codec->patch_ops = ad198x_auto_patch_ops;

        return 0;

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

Title:
  [PORTEGE M500, Analog Devices AD1981, Speaker, Internal] No sound at
  all

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

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

Reply via email to