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