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