Searched refs:pcmhw (Results 1 – 2 of 2) sorted by relevance
411 #define get_pcmhwdev(substream) (struct pcmhw *)(substream->runtime->private_data)463 struct pcmhw { /* pcm descriptor */ struct1077 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 …]
340 struct snd_pcm_hardware *pcmhw) in snd_card_asihpi_pcm_samplerates() argument425 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()