Home
last modified time | relevance | path

Searched refs:bps (Results 1 – 2 of 2) sorted by relevance

/sound/drivers/
Daloop.c344 int bps, salign; in loopback_prepare() local
348 bps = salign * runtime->rate; in loopback_prepare()
349 if (bps <= 0 || salign <= 0) in loopback_prepare()
363 dpcm->pcm_bps = bps; in loopback_prepare()
/sound/pci/hda/
Dhda_codec.c4232 unsigned int streams, bps; in snd_hda_query_supported_pcm() local
4238 bps = 0; in snd_hda_query_supported_pcm()
4242 bps = 8; in snd_hda_query_supported_pcm()
4246 bps = 16; in snd_hda_query_supported_pcm()
4254 bps = 24; in snd_hda_query_supported_pcm()
4256 bps = 20; in snd_hda_query_supported_pcm()
4261 bps = 32; in snd_hda_query_supported_pcm()
4263 bps = 24; in snd_hda_query_supported_pcm()
4265 bps = 20; in snd_hda_query_supported_pcm()
4271 if (!bps) in snd_hda_query_supported_pcm()
[all …]