Searched refs:supported_rates (Results 1 – 1 of 1) sorted by relevance
48 static uint32_t supported_rates = BIT(VIRTIO_SND_PCM_RATE_5512) variable265 if (params->rate >= sizeof(supported_rates) * BITS_PER_BYTE || in virtio_snd_set_pcm_params()266 !(supported_rates & BIT(params->rate))) { in virtio_snd_set_pcm_params()452 stream->info.rates = supported_rates; in virtio_snd_pcm_prepare()