diff options
Diffstat (limited to 'sound/pci/hda/patch_sigmatel.c')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 78662d3539e2..8311c9fa0527 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -761,7 +761,7 @@ static int stac922x_parse_auto_config(struct hda_codec *codec) | |||
761 | struct sigmatel_spec *spec = codec->spec; | 761 | struct sigmatel_spec *spec = codec->spec; |
762 | int err; | 762 | int err; |
763 | 763 | ||
764 | if ((err = snd_hda_parse_pin_def_config(codec, &spec->autocfg)) < 0) | 764 | if ((err = snd_hda_parse_pin_def_config(codec, &spec->autocfg, NULL)) < 0) |
765 | return err; | 765 | return err; |
766 | if ((err = stac92xx_add_dyn_out_pins(codec, &spec->autocfg)) < 0) | 766 | if ((err = stac92xx_add_dyn_out_pins(codec, &spec->autocfg)) < 0) |
767 | return err; | 767 | return err; |
@@ -801,7 +801,7 @@ static int stac9200_parse_auto_config(struct hda_codec *codec) | |||
801 | struct sigmatel_spec *spec = codec->spec; | 801 | struct sigmatel_spec *spec = codec->spec; |
802 | int err; | 802 | int err; |
803 | 803 | ||
804 | if ((err = snd_hda_parse_pin_def_config(codec, &spec->autocfg)) < 0) | 804 | if ((err = snd_hda_parse_pin_def_config(codec, &spec->autocfg, NULL)) < 0) |
805 | return err; | 805 | return err; |
806 | 806 | ||
807 | if ((err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg)) < 0) | 807 | if ((err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg)) < 0) |