Lines Matching defs:sconfig
663 struct sdw_stream_config sconfig;
675 memset(&sconfig, 0, sizeof(sconfig));
678 sconfig.frame_rate = params_rate(params);
679 sconfig.bps = snd_pcm_format_width(params_format(params));
682 sconfig.direction = SDW_DATA_DIR_RX;
686 sconfig.direction = SDW_DATA_DIR_TX;
692 sconfig.ch_count = params_channels(params);
693 pconfig.ch_mask = GENMASK(sconfig.ch_count - 1, 0);
695 sconfig.ch_count = hweight32(pconfig.ch_mask);
698 ret = sdw_stream_add_slave(cs35l56->sdw_peripheral, &sconfig, &pconfig,