Lines Matching refs:stream
97 struct sdw_stream_data *stream;
102 stream = kzalloc(sizeof(*stream), GFP_KERNEL);
103 if (!stream)
106 stream->sdw_stream = (struct sdw_stream_runtime *)sdw_stream;
108 /* Use tx_mask or rx_mask to configure stream tag and set dma_data */
110 dai->playback_dma_data = stream;
112 dai->capture_dma_data = stream;
120 struct sdw_stream_data *stream;
122 stream = snd_soc_dai_get_dma_data(dai, substream);
124 kfree(stream);
136 struct sdw_stream_data *stream;
142 stream = snd_soc_dai_get_dma_data(dai, substream);
143 if (!stream)
150 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
168 &port_config, 1, stream->sdw_stream);
242 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
262 struct sdw_stream_data *stream =
268 sdw_stream_remove_slave(rt5682->slave, stream->sdw_stream);