Lines Matching full:bps
918 unsigned int streams, bps; in snd_hdac_query_supported_pcm() local
926 bps = 0; in snd_hdac_query_supported_pcm()
930 bps = 8; in snd_hdac_query_supported_pcm()
934 bps = 16; in snd_hdac_query_supported_pcm()
939 bps = 20; in snd_hdac_query_supported_pcm()
944 bps = 24; in snd_hdac_query_supported_pcm()
952 bps = 32; in snd_hdac_query_supported_pcm()
959 if (!bps) in snd_hdac_query_supported_pcm()
960 bps = 32; in snd_hdac_query_supported_pcm()
969 bps = 8; in snd_hdac_query_supported_pcm()
984 *bpsp = bps; in snd_hdac_query_supported_pcm()