Lines Matching refs:bps
3484 unsigned int streams, bps; in snd_hda_query_supported_pcm() local
3490 bps = 0; in snd_hda_query_supported_pcm()
3494 bps = 8; in snd_hda_query_supported_pcm()
3498 bps = 16; in snd_hda_query_supported_pcm()
3506 bps = 24; in snd_hda_query_supported_pcm()
3508 bps = 20; in snd_hda_query_supported_pcm()
3513 bps = 32; in snd_hda_query_supported_pcm()
3515 bps = 24; in snd_hda_query_supported_pcm()
3517 bps = 20; in snd_hda_query_supported_pcm()
3523 if (!bps) in snd_hda_query_supported_pcm()
3524 bps = 32; in snd_hda_query_supported_pcm()
3533 bps = 8; in snd_hda_query_supported_pcm()
3546 *bpsp = bps; in snd_hda_query_supported_pcm()