Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ALSA: hda - Refresh widgets sysfs at probing Haswell+ HDMI codecs

Intel Haswell (and later) codec refreshes the widgets tree to expose
the whole widget nodes at probing. However, this refresh was missing
for sysfs tree.

This patch adds the missing piece, as we have now a proper API.

Reported-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

+1
+1
sound/pci/hda/patch_hdmi.c
··· 2331 2331 if (is_haswell_plus(codec)) { 2332 2332 intel_haswell_enable_all_pins(codec, true); 2333 2333 intel_haswell_fixup_enable_dp12(codec); 2334 + snd_hdac_refresh_widget_sysfs(&codec->core); 2334 2335 } 2335 2336 2336 2337 /* For Valleyview/Cherryview, only the display codec is in the display