soc: soundwire: Update sample interval configuration

Update MSB of sample interval in the frame shape
to avoid misconfiguration.

Change-Id: I05e99bc563f6cdc71c7caf424441c4caa44ec4c6
Signed-off-by: Sudheer Papothi <spapothi@codeaurora.org>
This commit is contained in:
Sudheer Papothi
2020-04-10 00:33:21 +05:30
parent d155d7f509
commit b51f959486
4 changed files with 10 additions and 7 deletions

View File

@@ -89,7 +89,7 @@ struct swrm_mports {
u8 req_ch;
u8 offset1;
u8 offset2;
u8 sinterval;
u16 sinterval;
u8 hstart;
u8 hstop;
u8 blk_grp_count;