diff options
Diffstat (limited to 'sound/pci/hda/patch_cmedia.c')
-rw-r--r-- | sound/pci/hda/patch_cmedia.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_cmedia.c b/sound/pci/hda/patch_cmedia.c index 9a6981162982..d38ce22507ae 100644 --- a/sound/pci/hda/patch_cmedia.c +++ b/sound/pci/hda/patch_cmedia.c | |||
@@ -711,7 +711,7 @@ static int patch_cmi9880(struct hda_codec *codec) | |||
711 | spec->dig_in_nid = CMI_DIG_IN_NID; | 711 | spec->dig_in_nid = CMI_DIG_IN_NID; |
712 | spec->multiout.max_channels = 8; | 712 | spec->multiout.max_channels = 8; |
713 | } | 713 | } |
714 | snd_hda_parse_pin_def_config(codec, &cfg); | 714 | snd_hda_parse_pin_def_config(codec, &cfg, NULL); |
715 | if (cfg.line_outs) { | 715 | if (cfg.line_outs) { |
716 | spec->multiout.max_channels = cfg.line_outs * 2; | 716 | spec->multiout.max_channels = cfg.line_outs * 2; |
717 | cmi9880_fill_multi_dac_nids(codec, &cfg); | 717 | cmi9880_fill_multi_dac_nids(codec, &cfg); |