Commit 33b55b9
ASoC: qcom: q6apm-lpass-dais: Fix missing set_fmt DAI op for I2S
The q6i2s_set_fmt() function was defined but never linked into the
I2S DAI operations, resulting DAI format settings is being ignored
during stream setup. This change fixes the issue by properly linking
the .set_fmt handler within the DAI ops.
Fixes: 30ad723 ("ASoC: qdsp6: audioreach: add q6apm lpass dai support")
Cc: [email protected]
Reviewed-by: Srinivas Kandagatla <[email protected]>
Signed-off-by: Mohammad Rafi Shaik <[email protected]>
Message-ID: <[email protected]>
Signed-off-by: Mark Brown <[email protected]>1 parent 5f1af20 commit 33b55b9
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| 263 | + | |
263 | 264 | | |
264 | 265 | | |
265 | 266 | | |
| |||
0 commit comments