Searched refs:bpsp (Results 1 – 2 of 2) sorted by relevance
/sound/hda/ |
D | hdac_device.c | 836 u32 *ratesp, u64 *formatsp, unsigned int *bpsp) in snd_hdac_query_supported_pcm() argument 859 if (formatsp || bpsp) { in snd_hdac_query_supported_pcm() 922 if (bpsp) in snd_hdac_query_supported_pcm() 923 *bpsp = bps; in snd_hdac_query_supported_pcm()
|
/sound/pci/hda/ |
D | hda_codec.h | 447 #define snd_hda_query_supported_pcm(codec, nid, ratesp, fmtsp, bpsp) \ argument 448 snd_hdac_query_supported_pcm(&(codec)->core, nid, ratesp, fmtsp, bpsp)
|