Searched refs:bpsp (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/sound/hda/ |
D | hdac_device.c | 827 u32 *ratesp, u64 *formatsp, unsigned int *bpsp) in snd_hdac_query_supported_pcm() argument 850 if (formatsp || bpsp) { in snd_hdac_query_supported_pcm() 913 if (bpsp) in snd_hdac_query_supported_pcm() 914 *bpsp = bps; in snd_hdac_query_supported_pcm()
|
/kernel/linux/linux-5.10/include/sound/ |
D | hda_codec.h | 445 #define snd_hda_query_supported_pcm(codec, nid, ratesp, fmtsp, bpsp) \ argument 446 snd_hdac_query_supported_pcm(&(codec)->core, nid, ratesp, fmtsp, bpsp)
|
D | hdaudio.h | 145 u32 *ratesp, u64 *formatsp, unsigned int *bpsp);
|