Searched refs:snd_hdac_get_connections (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/sound/pci/hda/ |
D | hda_codec.h | 340 snd_hdac_get_connections(&(codec)->core, nid, list, max_conns) 342 snd_hdac_get_connections(&(codec)->core, nid, NULL, 0);
|
/linux-4.4.14/sound/hda/ |
D | hdac_device.c | 471 int snd_hdac_get_connections(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_get_connections() function 561 EXPORT_SYMBOL_GPL(snd_hdac_get_connections);
|
D | hdac_sysfs.c | 259 nconns = snd_hdac_get_connections(codec, nid, list, ARRAY_SIZE(list)); in connections_show()
|
/linux-4.4.14/include/sound/ |
D | hdaudio.h | 129 int snd_hdac_get_connections(struct hdac_device *codec, hda_nid_t nid,
|