Searched refs:SNDRV_PCM_STREAM_PLAYBACK (Results 1 – 5 of 5) sorted by relevance
41 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in snd_sdw_params_to_config()
474 return (stream == SNDRV_PCM_STREAM_PLAYBACK) ? in snd_soc_dai_get_pcm_stream()478 #define snd_soc_dai_get_widget_playback(dai) snd_soc_dai_get_widget(dai, SNDRV_PCM_STREAM_PLAYBACK)486 …dai_set_widget_playback(dai, widget) snd_soc_dai_set_widget(dai, SNDRV_PCM_STREAM_PLAYBACK, widget)494 …ine snd_soc_dai_dma_data_get_playback(dai) snd_soc_dai_dma_data_get(dai, SNDRV_PCM_STREAM_PLAYBACK)502 …dai_dma_data_set_playback(dai, data) snd_soc_dai_dma_data_set(dai, SNDRV_PCM_STREAM_PLAYBACK, data)
24 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in snd_pcm_substream_to_dma_direction()
700 for (stream = SNDRV_PCM_STREAM_PLAYBACK; \715 substream->stream == SNDRV_PCM_STREAM_PLAYBACK)); in snd_pcm_running()1436 if (direction == SNDRV_PCM_STREAM_PLAYBACK) in snd_pcm_direction_name()
167 SNDRV_PCM_STREAM_PLAYBACK = 0, enumerator
Completed in 20 milliseconds