Home
last modified time | relevance | path

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

/linux/sound/hda/core/
H A Ddevice.c890 unsigned int *bpsp) in snd_hdac_query_supported_pcm() argument
913 if (formatsp || subformatsp || bpsp) { in snd_hdac_query_supported_pcm()
979 if (bpsp) in snd_hdac_query_supported_pcm()
980 *bpsp = bps; in snd_hdac_query_supported_pcm()
/linux/include/sound/
H A Dhda_codec.h451 #define snd_hda_query_supported_pcm(codec, nid, ratesp, fmtsp, subfmtp, bpsp) \ argument
452 snd_hdac_query_supported_pcm(&(codec)->core, nid, ratesp, fmtsp, subfmtp, bpsp)
H A Dhdaudio.h150 unsigned int *bpsp);