Lines Matching refs:bps
852 unsigned int streams, bps; in snd_hdac_query_supported_pcm() local
858 bps = 0; in snd_hdac_query_supported_pcm()
862 bps = 8; in snd_hdac_query_supported_pcm()
866 bps = 16; in snd_hdac_query_supported_pcm()
874 bps = 24; in snd_hdac_query_supported_pcm()
876 bps = 20; in snd_hdac_query_supported_pcm()
881 bps = 32; in snd_hdac_query_supported_pcm()
883 bps = 24; in snd_hdac_query_supported_pcm()
885 bps = 20; in snd_hdac_query_supported_pcm()
891 if (!bps) in snd_hdac_query_supported_pcm()
892 bps = 32; in snd_hdac_query_supported_pcm()
901 bps = 8; in snd_hdac_query_supported_pcm()
914 *bpsp = bps; in snd_hdac_query_supported_pcm()