Home
last modified time | relevance | path

Searched refs:proc_widget_hook (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/sound/pci/hda/
Dhda_proc.c781 if (codec->proc_widget_hook) in print_codec_info()
782 codec->proc_widget_hook(buffer, codec, fg); in print_codec_info()
907 if (codec->proc_widget_hook) in print_codec_info()
908 codec->proc_widget_hook(buffer, codec, nid); in print_codec_info()
Dpatch_sigmatel.c4601 codec->proc_widget_hook = stac92hd7x_proc_hook; in patch_stac92hd73xx()
4671 codec->proc_widget_hook = stac92hd_proc_hook; in patch_stac92hd83xxx()
4717 codec->proc_widget_hook = stac92hd_proc_hook; in patch_stac92hd95()
4801 codec->proc_widget_hook = stac92hd7x_proc_hook; in patch_stac92hd71bxx()
4889 codec->proc_widget_hook = stac927x_proc_hook; in patch_stac927x()
4947 codec->proc_widget_hook = stac9205_proc_hook; in patch_stac9205()
Dhda_codec.h270 void (*proc_widget_hook)(struct snd_info_buffer *buffer, member
Dhda_codec.c721 codec->proc_widget_hook = NULL; in snd_hda_codec_cleanup_for_unbind()