Home
last modified time | relevance | path

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

/linux-4.4.14/sound/hda/
Dhdac_device.c834 u32 *ratesp, u64 *formatsp, unsigned int *bpsp) in snd_hdac_query_supported_pcm() argument
857 if (formatsp || bpsp) { in snd_hdac_query_supported_pcm()
920 if (bpsp) in snd_hdac_query_supported_pcm()
921 *bpsp = bps; in snd_hdac_query_supported_pcm()
/linux-4.4.14/sound/pci/hda/
Dhda_codec.h444 #define snd_hda_query_supported_pcm(codec, nid, ratesp, fmtsp, bpsp) \ argument
445 snd_hdac_query_supported_pcm(&(codec)->core, nid, ratesp, fmtsp, bpsp)
/linux-4.4.14/include/sound/
Dhdaudio.h139 u32 *ratesp, u64 *formatsp, unsigned int *bpsp);