audioreach: RB3Gen2: add support for multiple formats for I2S frontend pcm
I2S can support 16, 24 and 32 bit sample sizes, add support for this. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
This commit is contained in:
parent
38d5db7688
commit
d9bc428df3
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ STREAM_SG_PCM_ADD(audioreach/subgraph-stream-capture.m4, FRONTEND_DAI_MULTIMEDIA
|
|||
0x00004003, 0x00004003, 0x00006020, `110000')
|
||||
dnl Playback MultiMedia3
|
||||
STREAM_SG_PCM_ADD(audioreach/subgraph-stream-vol-playback.m4, FRONTEND_DAI_MULTIMEDIA3,
|
||||
`S32_LE', 48000, 48000, 2, 2,
|
||||
`S32_LE,S24_LE,S16_LE', 48000, 48000, 2, 2,
|
||||
0x00004004, 0x00004004, 0x00006030, `110000')
|
||||
dnl Playback MultiMedia3
|
||||
STREAM_SG_PCM_ADD(audioreach/subgraph-stream-vol-playback.m4, FRONTEND_DAI_MULTIMEDIA4,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue