Home
last modified time | relevance | path

Searched refs:snd_hdac_refresh_widgets (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/sound/hda/
Dhdac_device.c89 err = snd_hdac_refresh_widgets(codec); in snd_hdac_device_init()
355 int snd_hdac_refresh_widgets(struct hdac_device *codec) in snd_hdac_refresh_widgets() function
372 EXPORT_SYMBOL_GPL(snd_hdac_refresh_widgets);
/linux-4.1.27/include/sound/
Dhdaudio.h103 int snd_hdac_refresh_widgets(struct hdac_device *codec);
/linux-4.1.27/sound/pci/hda/
Dhda_codec.c1117 err = snd_hdac_refresh_widgets(&codec->core); in snd_hda_codec_update_widgets()