Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC] Read lane mapping information for soundwire peripherals #4704

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
ASoC: rt722-sdca-sdw: read DisCo properties in read_prop ops
This patch reads DisCo properties for rt722-sdca
soundwire peripheral device.

Signed-off-by: Chao Song <chao.song@linux.intel.com>
Chao Song committed Nov 14, 2023
commit 8708d906534b1d2621772f39523d847b1d20b03d
2 changes: 2 additions & 0 deletions sound/soc/codecs/rt722-sdca-sdw.c
Original file line number Diff line number Diff line change
@@ -201,6 +201,8 @@ static int rt722_sdca_read_prop(struct sdw_slave *slave)
unsigned long addr;
struct sdw_dpn_prop *dpn;

sdw_slave_read_prop(slave);

plbossart marked this conversation as resolved.
Show resolved Hide resolved
prop->scp_int1_mask = SDW_SCP_INT1_BUS_CLASH | SDW_SCP_INT1_PARITY;
prop->quirks = SDW_SLAVE_QUIRKS_INVALID_INITIAL_PARITY;