Lines Matching refs:pconfig
664 struct sdw_port_config pconfig;
676 memset(&pconfig, 0, sizeof(pconfig));
683 pconfig.num = CS35L56_SDW1_PLAYBACK_PORT;
684 pconfig.ch_mask = cs35l56->rx_mask;
687 pconfig.num = CS35L56_SDW1_CAPTURE_PORT;
688 pconfig.ch_mask = cs35l56->tx_mask;
691 if (pconfig.ch_mask == 0) {
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,