Lines Matching refs:stream_config
924 * @stream_config: Stream configuration
931 struct sdw_stream_config *stream_config,
942 goto stream_config;
955 stream_config:
956 m_rt->ch_count = stream_config->ch_count;
959 m_rt->direction = stream_config->direction;
968 * @stream_config: Stream configuration
975 struct sdw_stream_config *stream_config,
985 s_rt->ch_count = stream_config->ch_count;
986 s_rt->direction = stream_config->direction;
1139 * @stream_config: Stream configuration for audio stream
1146 struct sdw_stream_config *stream_config,
1158 stream->params.rate != stream_config->frame_rate) {
1164 stream->params.bps != stream_config->bps) {
1169 stream->type = stream_config->type;
1170 stream->params.rate = stream_config->frame_rate;
1171 stream->params.bps = stream_config->bps;
1175 stream->params.ch_count += stream_config->ch_count;
1273 * @stream_config: Stream configuration for audio stream
1279 struct sdw_stream_config *stream_config,
1301 m_rt = sdw_alloc_master_rt(bus, stream_config, stream);
1310 ret = sdw_config_stream(bus->dev, stream, stream_config, false);
1334 * @stream_config: Stream configuration for audio stream
1344 struct sdw_stream_config *stream_config,
1359 m_rt = sdw_alloc_master_rt(slave->bus, stream_config, stream);
1368 s_rt = sdw_alloc_slave_rt(slave, stream_config, stream);
1377 ret = sdw_config_stream(&slave->dev, stream, stream_config, true);