Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/riptide/
Driptide.c426 #define get_pcmhwdev(substream) (struct pcmhw *)(substream->runtime->private_data)
479 struct pcmhw { /* pcm descriptor */ struct
1093 struct pcmhw *data = NULL; in riptide_handleirq()
1362 struct pcmhw *data = get_pcmhwdev(substream); in snd_riptide_pointer()
1395 struct pcmhw *data = get_pcmhwdev(substream); in snd_riptide_trigger()
1457 struct pcmhw *data = get_pcmhwdev(substream); in snd_riptide_prepare()
1558 struct pcmhw *data = get_pcmhwdev(substream); in snd_riptide_hw_params()
1583 struct pcmhw *data = get_pcmhwdev(substream); in snd_riptide_hw_free()
1606 struct pcmhw *data; in snd_riptide_playback_open()
1612 data = kzalloc(sizeof(struct pcmhw), GFP_KERNEL); in snd_riptide_playback_open()
[all …]
/Linux-v4.19/sound/pci/asihpi/
Dasihpi.c363 struct snd_pcm_hardware *pcmhw) in snd_card_asihpi_pcm_samplerates() argument
448 pcmhw->rates = rates; in snd_card_asihpi_pcm_samplerates()
449 pcmhw->rate_min = rate_min; in snd_card_asihpi_pcm_samplerates()
450 pcmhw->rate_max = rate_max; in snd_card_asihpi_pcm_samplerates()