Lines Matching refs:bps
914 unsigned int streams, bps; in snd_hdac_query_supported_pcm() local
922 bps = 0; in snd_hdac_query_supported_pcm()
926 bps = 8; in snd_hdac_query_supported_pcm()
930 bps = 16; in snd_hdac_query_supported_pcm()
935 bps = 20; in snd_hdac_query_supported_pcm()
940 bps = 24; in snd_hdac_query_supported_pcm()
948 bps = 32; in snd_hdac_query_supported_pcm()
955 if (!bps) in snd_hdac_query_supported_pcm()
956 bps = 32; in snd_hdac_query_supported_pcm()
965 bps = 8; in snd_hdac_query_supported_pcm()
980 *bpsp = bps; in snd_hdac_query_supported_pcm()