Lines Matching refs:stream
469 struct sdw_stream_data *stream;
474 stream = kzalloc(sizeof(*stream), GFP_KERNEL);
475 if (!stream)
478 stream->sdw_stream = (struct sdw_stream_runtime *)sdw_stream;
480 /* Use tx_mask or rx_mask to configure stream tag and set dma_data */
482 dai->playback_dma_data = stream;
484 dai->capture_dma_data = stream;
492 struct sdw_stream_data *stream;
494 stream = snd_soc_dai_get_dma_data(dai, substream);
496 kfree(stream);
530 struct sdw_stream_data *stream;
534 stream = snd_soc_dai_get_dma_data(dai, substream);
536 if (!stream)
544 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
568 &port_config, 1, stream->sdw_stream);
583 struct sdw_stream_data *stream =
589 sdw_stream_remove_slave(rt1308->sdw_slave, stream->sdw_stream);