Home
last modified time | relevance | path

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

/linux/sound/pci/riptide/
H A Driptide.c413 #define get_pcmhwdev(substream) (struct pcmhw *)(substream->runtime->private_data)
463 struct pcmhw { /* pcm descriptor */ struct
1077 struct pcmhw *data = NULL; in riptide_handleirq()
1348 struct pcmhw *data = get_pcmhwdev(substream); in snd_riptide_pointer()
1382 struct pcmhw *data = get_pcmhwdev(substream); in snd_riptide_trigger()
1444 struct pcmhw *data = get_pcmhwdev(substream); in snd_riptide_prepare()
1544 struct pcmhw *data = get_pcmhwdev(substream); in snd_riptide_hw_params()
1569 struct pcmhw *data = get_pcmhwdev(substream); in snd_riptide_hw_free()
1592 struct pcmhw *data; in snd_riptide_playback_open()
1598 data = kzalloc_obj(struct pcmhw); in snd_riptide_playback_open()
[all …]
/linux/sound/pci/asihpi/
H A Dasihpi.c333 struct snd_pcm_hardware *pcmhw) in snd_card_asihpi_pcm_samplerates() argument
418 pcmhw->rates = rates; in snd_card_asihpi_pcm_samplerates()
419 pcmhw->rate_min = rate_min; in snd_card_asihpi_pcm_samplerates()
420 pcmhw->rate_max = rate_max; in snd_card_asihpi_pcm_samplerates()