Searched refs:snd_hda_get_num_devices (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/sound/
H A Dhda_codec.h363 unsigned int snd_hda_get_num_devices(struct hda_codec *codec, hda_nid_t nid);
/linux-master/sound/pci/hda/
H A Dhda_codec.c293 * snd_hda_get_num_devices - get DEVLIST_LEN parameter of the given widget
300 unsigned int snd_hda_get_num_devices(struct hda_codec *codec, hda_nid_t nid) function
314 EXPORT_SYMBOL_GPL(snd_hda_get_num_devices); variable
332 parm = snd_hda_get_num_devices(codec, nid);
392 num_devices = snd_hda_get_num_devices(codec, nid) + 1;
H A Dpatch_hdmi.c1122 dev_num = snd_hda_get_num_devices(codec, per_pin->pin_nid) + 1;
1910 dev_num = snd_hda_get_num_devices(codec, pin_nid) + 1;

Completed in 191 milliseconds