Home
last modified time | relevance | path

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

/linux-3.4.99/sound/drivers/
Ddummy.c133 struct snd_pcm_hardware pcm_hw; member
576 runtime->hw = dummy->pcm_hw; in dummy_pcm_open()
860 if (dummy->pcm_hw.formats & (1ULL << i)) in print_formats()
874 if (dummy->pcm_hw.rates & SNDRV_PCM_RATE_CONTINUOUS) in print_rates()
876 if (dummy->pcm_hw.rates & SNDRV_PCM_RATE_KNOT) in print_rates()
879 if (dummy->pcm_hw.rates & (1 << i)) in print_rates()
884 (unsigned int *)((char *)&((dummy)->pcm_hw) + (ofs))
886 (unsigned long long *)((char *)&((dummy)->pcm_hw) + (ofs))
1013 dummy->pcm_hw = dummy_pcm_hardware; in snd_dummy_probe()
1016 dummy->pcm_hw.formats = m->formats; in snd_dummy_probe()
[all …]
/linux-3.4.99/sound/usb/6fire/
Dpcm.c47 static const struct snd_pcm_hardware pcm_hw = { variable
394 alsa_rt->hw = pcm_hw; in usb6fire_pcm_open()