mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 20:46:48 +02:00
ASoC: rt722-sdca: Set lane_control_support for multilane
The RT722 SDCA codec supports 3 data lanes, lane_control_support property has to be set to use additional two lanes. Reviewed-by: Jack Yu <jack580304@gmail.com> Reviewed-by: Rander Wang <rander.wang@intel.com> Signed-off-by: Chao Song <chao.song@linux.intel.com> Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20231204213721.197785-1-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
e179997506
commit
6da9a66215
|
|
@ -256,6 +256,9 @@ static int rt722_sdca_read_prop(struct sdw_slave *slave)
|
|||
/* wake-up event */
|
||||
prop->wake_capable = 1;
|
||||
|
||||
/* Three data lanes are supported by rt722-sdca codec */
|
||||
prop->lane_control_support = true;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user