Skip to content

Commit

Permalink
ASoC: rt722-sdca: Set lane_control_support for multilane
Browse files Browse the repository at this point in the history
The RT722 SDCA codec supports 3 data lanes,
lane_control_support property has to be
set to use additional two lanes.

Signed-off-by: Chao Song <[email protected]>
Signed-off-by: Bard Liao <[email protected]>
  • Loading branch information
Chao Song authored and plbossart committed Nov 3, 2023
1 parent 18edda0 commit 27886d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sound/soc/codecs/rt722-sdca-sdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 27886d9

Please sign in to comment.