Home
last modified time | relevance | path

Searched refs:ratesp (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/sound/hda/
Dhdac_device.c827 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-v6.1/include/sound/
Dhda_codec.h452 #define snd_hda_query_supported_pcm(codec, nid, ratesp, fmtsp, bpsp) \ argument
453 snd_hdac_query_supported_pcm(&(codec)->core, nid, ratesp, fmtsp, bpsp)
Dhdaudio.h148 u32 *ratesp, u64 *formatsp, unsigned int *bpsp);