Searched refs:bpsp (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/sound/hda/ |
H A D | hdac_device.c | 828 u32 *ratesp, u64 *formatsp, unsigned int *bpsp) in snd_hdac_query_supported_pcm() argument 851 if (formatsp || bpsp) { in snd_hdac_query_supported_pcm() 914 if (bpsp) in snd_hdac_query_supported_pcm() 915 *bpsp = bps; in snd_hdac_query_supported_pcm()
|
/openbmc/linux/include/sound/ |
H A D | hda_codec.h | 451 #define snd_hda_query_supported_pcm(codec, nid, ratesp, fmtsp, bpsp) \ argument 452 snd_hdac_query_supported_pcm(&(codec)->core, nid, ratesp, fmtsp, bpsp)
|
H A D | hdaudio.h | 149 u32 *ratesp, u64 *formatsp, unsigned int *bpsp);
|