Lines Matching refs:bps
859 unsigned int streams, bps; in snd_hdac_query_supported_pcm() local
865 bps = 0; in snd_hdac_query_supported_pcm()
869 bps = 8; in snd_hdac_query_supported_pcm()
873 bps = 16; in snd_hdac_query_supported_pcm()
881 bps = 24; in snd_hdac_query_supported_pcm()
883 bps = 20; in snd_hdac_query_supported_pcm()
888 bps = 32; in snd_hdac_query_supported_pcm()
890 bps = 24; in snd_hdac_query_supported_pcm()
892 bps = 20; in snd_hdac_query_supported_pcm()
898 if (!bps) in snd_hdac_query_supported_pcm()
899 bps = 32; in snd_hdac_query_supported_pcm()
908 bps = 8; in snd_hdac_query_supported_pcm()
921 *bpsp = bps; in snd_hdac_query_supported_pcm()