Searched defs:snd_soc_dai (Results 1 – 1 of 1) sorted by relevance
425 struct snd_soc_dai { struct431 struct snd_soc_dai_driver *driver; argument434 unsigned int stream_active[SNDRV_PCM_STREAM_LAST + 1]; /* usage count */436 struct snd_soc_dapm_widget *playback_widget;437 struct snd_soc_dapm_widget *capture_widget;440 void *playback_dma_data;441 void *capture_dma_data;444 unsigned int rate;468 snd_soc_dai_get_pcm_stream(const struct snd_soc_dai *dai, int stream) in snd_soc_dai_get_pcm_stream() argument
Completed in 7 milliseconds