diff options
Diffstat (limited to 'sound/pci/hda/patch_analog.c')
| -rw-r--r-- | sound/pci/hda/patch_analog.c | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c index d694e9d4921..0f7b8951440 100644 --- a/sound/pci/hda/patch_analog.c +++ b/sound/pci/hda/patch_analog.c @@ -213,7 +213,9 @@ static int ad198x_build_controls(struct hda_codec *codec)  			return err;  	}  	if (spec->multiout.dig_out_nid) { -		err = snd_hda_create_spdif_out_ctls(codec, spec->multiout.dig_out_nid); +		err = snd_hda_create_spdif_out_ctls(codec, +						    spec->multiout.dig_out_nid, +						    spec->multiout.dig_out_nid);  		if (err < 0)  			return err;  		err = snd_hda_create_spdif_share_sw(codec,  |