diff options
| -rw-r--r-- | sound/soc/codecs/hdac_hdmi.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/hdac_hdmi.c b/sound/soc/codecs/hdac_hdmi.c index 3a35ede7027d..b706547c46d5 100644 --- a/sound/soc/codecs/hdac_hdmi.c +++ b/sound/soc/codecs/hdac_hdmi.c @@ -2042,6 +2042,7 @@ static int hdac_hdmi_dev_probe(struct hdac_ext_device *edev)  			"Failed in parse and map nid with err: %d\n", ret);  		return ret;  	} +	snd_hdac_refresh_widgets(hdev, true);  	/* ASoC specific initialization */  	ret = snd_soc_register_codec(&hdev->dev, &hdmi_hda_codec,  | 

