Home
last modified time | relevance | path

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

/linux-6.6.21/sound/pci/riptide/
Driptide.c411 #define get_pcmhwdev(substream) (struct pcmhw *)(substream->runtime->private_data)
463 struct pcmhw { /* pcm descriptor */ struct
1077 struct pcmhw *data = NULL; in riptide_handleirq()
1353 struct pcmhw *data = get_pcmhwdev(substream); in snd_riptide_pointer()
1386 struct pcmhw *data = get_pcmhwdev(substream); in snd_riptide_trigger()
1448 struct pcmhw *data = get_pcmhwdev(substream); in snd_riptide_prepare()
1549 struct pcmhw *data = get_pcmhwdev(substream); in snd_riptide_hw_params()
1573 struct pcmhw *data = get_pcmhwdev(substream); in snd_riptide_hw_free()
1596 struct pcmhw *data; in snd_riptide_playback_open()
1602 data = kzalloc(sizeof(struct pcmhw), GFP_KERNEL); in snd_riptide_playback_open()
[all …]
/linux-6.6.21/sound/pci/asihpi/
Dasihpi.c340 struct snd_pcm_hardware *pcmhw) in snd_card_asihpi_pcm_samplerates() argument
425 pcmhw->rates = rates; in snd_card_asihpi_pcm_samplerates()
426 pcmhw->rate_min = rate_min; in snd_card_asihpi_pcm_samplerates()
427 pcmhw->rate_max = rate_max; in snd_card_asihpi_pcm_samplerates()