Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/riptide/
Driptide.c412 #define get_pcmhwdev(substream) (struct pcmhw *)(substream->runtime->private_data)
465 struct pcmhw { /* pcm descriptor */ struct
1079 struct pcmhw *data = NULL; in riptide_handleirq()
1347 struct pcmhw *data = get_pcmhwdev(substream); in snd_riptide_pointer()
1380 struct pcmhw *data = get_pcmhwdev(substream); in snd_riptide_trigger()
1442 struct pcmhw *data = get_pcmhwdev(substream); in snd_riptide_prepare()
1543 struct pcmhw *data = get_pcmhwdev(substream); in snd_riptide_hw_params()
1568 struct pcmhw *data = get_pcmhwdev(substream); in snd_riptide_hw_free()
1591 struct pcmhw *data; in snd_riptide_playback_open()
1597 data = kzalloc(sizeof(struct pcmhw), GFP_KERNEL); in snd_riptide_playback_open()
[all …]
/Linux-v5.4/sound/pci/asihpi/
Dasihpi.c350 struct snd_pcm_hardware *pcmhw) in snd_card_asihpi_pcm_samplerates() argument
435 pcmhw->rates = rates; in snd_card_asihpi_pcm_samplerates()
436 pcmhw->rate_min = rate_min; in snd_card_asihpi_pcm_samplerates()
437 pcmhw->rate_max = rate_max; in snd_card_asihpi_pcm_samplerates()