Lines Matching refs:bps
844 unsigned int streams, bps; in snd_hdac_query_supported_pcm() local
850 bps = 0; in snd_hdac_query_supported_pcm()
854 bps = 8; in snd_hdac_query_supported_pcm()
858 bps = 16; in snd_hdac_query_supported_pcm()
866 bps = 24; in snd_hdac_query_supported_pcm()
868 bps = 20; in snd_hdac_query_supported_pcm()
873 bps = 32; in snd_hdac_query_supported_pcm()
875 bps = 24; in snd_hdac_query_supported_pcm()
877 bps = 20; in snd_hdac_query_supported_pcm()
883 if (!bps) in snd_hdac_query_supported_pcm()
884 bps = 32; in snd_hdac_query_supported_pcm()
893 bps = 8; in snd_hdac_query_supported_pcm()
906 *bpsp = bps; in snd_hdac_query_supported_pcm()