Searched refs:snd_hdac_get_sub_nodes (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/sound/hda/ |
D | hdac_device.c | 307 int snd_hdac_get_sub_nodes(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_get_sub_nodes() function 320 EXPORT_SYMBOL_GPL(snd_hdac_get_sub_nodes); 330 total_nodes = snd_hdac_get_sub_nodes(codec, AC_NODE_ROOT, &nid); in setup_fg_nodes() 360 nums = snd_hdac_get_sub_nodes(codec, codec->afg, &start_nid); in snd_hdac_refresh_widgets()
|
/linux-4.1.27/include/sound/ |
D | hdaudio.h | 119 int snd_hdac_get_sub_nodes(struct hdac_device *codec, hda_nid_t nid,
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_codec.h | 348 snd_hdac_get_sub_nodes(&(codec)->core, nid, start_nid)
|