Searched refs:pcm_hw (Results 1 – 3 of 3) sorted by relevance
136 struct snd_pcm_hardware pcm_hw; member579 runtime->hw = dummy->pcm_hw; in dummy_pcm_open()928 if (dummy->pcm_hw.formats & (1ULL << i)) in print_formats()942 if (dummy->pcm_hw.rates & SNDRV_PCM_RATE_CONTINUOUS) in print_rates()944 if (dummy->pcm_hw.rates & SNDRV_PCM_RATE_KNOT) in print_rates()947 if (dummy->pcm_hw.rates & (1 << i)) in print_rates()952 (unsigned int *)((char *)&((dummy)->pcm_hw) + (ofs))954 (unsigned long long *)((char *)&((dummy)->pcm_hw) + (ofs))1081 dummy->pcm_hw = dummy_pcm_hardware; in snd_dummy_probe()1084 dummy->pcm_hw.formats = m->formats; in snd_dummy_probe()[all …]
76 static const struct snd_pcm_hardware pcm_hw = { variable366 alsa_rt->hw = pcm_hw; in hiface_pcm_open()
47 static const struct snd_pcm_hardware pcm_hw = { variable400 alsa_rt->hw = pcm_hw; in usb6fire_pcm_open()