Home
last modified time | relevance | path

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

/sound/hda/
Dhdac_device.c836 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/
Dhda_codec.h447 #define snd_hda_query_supported_pcm(codec, nid, ratesp, fmtsp, bpsp) \ argument
448 snd_hdac_query_supported_pcm(&(codec)->core, nid, ratesp, fmtsp, bpsp)