Lines Matching defs:pcm_hw
130 struct snd_pcm_hardware pcm_hw;
557 runtime->hw = dummy->pcm_hw;
898 if (dummy->pcm_hw.formats & pcm_format_to_bits(i))
912 if (dummy->pcm_hw.rates & SNDRV_PCM_RATE_CONTINUOUS)
914 if (dummy->pcm_hw.rates & SNDRV_PCM_RATE_KNOT)
917 if (dummy->pcm_hw.rates & (1 << i))
922 (unsigned int *)((char *)&((dummy)->pcm_hw) + (ofs))
924 (unsigned long long *)((char *)&((dummy)->pcm_hw) + (ofs))
1044 dummy->pcm_hw = dummy_pcm_hardware;
1047 dummy->pcm_hw.formats = m->formats;
1049 dummy->pcm_hw.buffer_bytes_max = m->buffer_bytes_max;
1051 dummy->pcm_hw.period_bytes_min = m->period_bytes_min;
1053 dummy->pcm_hw.period_bytes_max = m->period_bytes_max;
1055 dummy->pcm_hw.periods_min = m->periods_min;
1057 dummy->pcm_hw.periods_max = m->periods_max;
1059 dummy->pcm_hw.rates = m->rates;
1061 dummy->pcm_hw.rate_min = m->rate_min;
1063 dummy->pcm_hw.rate_max = m->rate_max;
1065 dummy->pcm_hw.channels_min = m->channels_min;
1067 dummy->pcm_hw.channels_max = m->channels_max;