Searched refs:ratesp (Results 1 – 2 of 2) sorted by relevance
/sound/hda/ |
D | hdac_device.c | 836 u32 *ratesp, u64 *formatsp, unsigned int *bpsp) in snd_hdac_query_supported_pcm() argument 843 if (ratesp) { in snd_hdac_query_supported_pcm() 856 *ratesp = rates; in snd_hdac_query_supported_pcm()
|
/sound/pci/hda/ |
D | hda_codec.h | 447 #define snd_hda_query_supported_pcm(codec, nid, ratesp, fmtsp, bpsp) \ argument 448 snd_hdac_query_supported_pcm(&(codec)->core, nid, ratesp, fmtsp, bpsp)
|