Skip to content

Commit d2152f9

Browse files
authored
audioreach: lemans-evk: Switch I2S data line from SD1 to SD0 for playback (#37)
Change the I2S data line configuration from SD1 to SD0 for audio playback on the Lemans-EVK board. The same speaker amplifier is connected to both SD1 and SD0 data lines on the EVK board, but the DVT and PVT board variants only support SD0. This change enables a unified configuration that works across all board variants (EVK, DVT, and PVT), simplifying maintenance and ensuring audio playback functionality on all Lemans platform versions. Signed-off-by: Mohammad Rafi Shaik <mohammad.rafi.shaik@oss.qualcomm.com>
1 parent 1de1cdc commit d2152f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LEMANS-EVK.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dnl sg-iid-start, cont-iid-start, mod-iid-start
4040
dnl Primary MI2S Playback
4141
DEVICE_SG_ADD(audioreach/subgraph-device-i2s-playback.m4, `Primary', PRIMARY_MI2S_RX,
4242
`S16_LE', 48000, 48000, 2, 2,
43-
LPAIF_INTF_TYPE_SDR, I2S_INTF_TYPE_PRIMARY, SD_LINE_IDX_I2S_SD1, DATA_FORMAT_FIXED_POINT,
43+
LPAIF_INTF_TYPE_SDR, I2S_INTF_TYPE_PRIMARY, SD_LINE_IDX_I2S_SD0, DATA_FORMAT_FIXED_POINT,
4444
0x00004006, 0x00004006, 0x00006060, `PRIMARY_MI2S_RX')
4545
dnl
4646
dnl Tertiary MI2S Capture

0 commit comments

Comments
 (0)