Commit a9262a8
ASoC: soc-pcm: Optimize hw_params() BE DAI call
The hw_params() function for BE DAI was being called multiple times due
to an unnecessary SND_SOC_DPCM_STATE_HW_PARAMS state check.
Remove the redundant state check to ensure hw_params() is called only once
per BE DAI configuration.
Signed-off-by: Sheetal <sheetal@nvidia.com>1 parent 12a9259 commit a9262a8
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2097 | 2097 | | |
2098 | 2098 | | |
2099 | 2099 | | |
2100 | | - | |
2101 | 2100 | | |
2102 | 2101 | | |
2103 | 2102 | | |
| |||
0 commit comments