Home
last modified time | relevance | path

Searched defs:snd_soc_dai (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/include/sound/
Dsoc-dai.h431 struct snd_soc_dai { struct
437 struct snd_soc_dai_driver *driver; argument
440 unsigned int stream_active[SNDRV_PCM_STREAM_LAST + 1]; /* usage count */
442 struct snd_soc_dapm_widget *playback_widget;
443 struct snd_soc_dapm_widget *capture_widget;
446 void *playback_dma_data;
447 void *capture_dma_data;
450 unsigned int rate;
474 snd_soc_dai_get_pcm_stream(const struct snd_soc_dai *dai, int stream) in snd_soc_dai_get_pcm_stream() argument