Searched refs:ratesp (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/sound/hda/ |
D | hdac_device.c | 827 u32 *ratesp, u64 *formatsp, unsigned int *bpsp) in snd_hdac_query_supported_pcm() argument 834 if (ratesp) { in snd_hdac_query_supported_pcm() 847 *ratesp = rates; in snd_hdac_query_supported_pcm()
|
/linux-6.1.9/include/sound/ |
D | hda_codec.h | 453 #define snd_hda_query_supported_pcm(codec, nid, ratesp, fmtsp, bpsp) \ argument 454 snd_hdac_query_supported_pcm(&(codec)->core, nid, ratesp, fmtsp, bpsp)
|
D | hdaudio.h | 148 u32 *ratesp, u64 *formatsp, unsigned int *bpsp);
|