Commit 6f80197
ASoC: dwc: don't assign addr_width for dt configs
For proper DMA operation addr_width must corresponds with audio format
(S16, S24, S32, etc). Proper bus width calculations is performed by
snd_hwparams_to_dma_slave_config(). So drop wrong addr_width asignment
for dt configs and let snd_hwparams_to_dma_slave_config() do the job.
Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
Link: https://lore.kernel.org/r/20230613191552.724748-1-fido_max@inbox.ru
Signed-off-by: Mark Brown <broonie@kernel.org>1 parent a42e988 commit 6f80197
1 file changed
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
593 | 593 | | |
594 | 594 | | |
595 | 595 | | |
596 | | - | |
597 | 596 | | |
598 | 597 | | |
599 | 598 | | |
600 | | - | |
601 | | - | |
602 | | - | |
603 | 599 | | |
604 | 600 | | |
605 | 601 | | |
| |||
609 | 605 | | |
610 | 606 | | |
611 | 607 | | |
612 | | - | |
613 | 608 | | |
614 | 609 | | |
615 | 610 | | |
| |||
619 | 614 | | |
620 | 615 | | |
621 | 616 | | |
622 | | - | |
623 | 617 | | |
624 | 618 | | |
625 | 619 | | |
| |||
0 commit comments