drivers: amd: renoir: Fix no audio issue.

while simultaneous playback and internal mic capture usecases
are running, there is a case where dmic driver was clearing the
playback interrupt.This might cause noise in playback or no audio
in speaker.Done changes to clear only dmic interrupt status only
in dmic irq handler.

Signed-off-by: Balakishorepati <balaKishore.pati@amd.com>
(cherry picked from commit 87525d65a54648803f040bd059d613333eeec38f)
1 file changed
tree: fe622f41a3b8fefe63db97307486a4516bc2cd4b
  1. .github/
  2. doc/
  3. installer/
  4. keys/
  5. overlays/
  6. scripts/
  7. smex/
  8. src/
  9. test/
  10. third_party/
  11. tools/
  12. zephyr/
  13. .gitignore
  14. .gitmodules
  15. .travis.yml
  16. CMakeLists.txt
  17. CODEOWNERS
  18. Kconfig
  19. Kconfig.sof
  20. Kconfig.xtos-build
  21. Kconfig.xtos-dbg
  22. Kconfig.zephyr-log
  23. LICENCE
  24. README.md
README.md

Sound Open Firmware

Status

GitHub Actions Build Status Gitter chat

Documentation

See docs

Running the tests

See unit testing documentation

Deployment

TODO: Add additional notes about how to deploy this on a live system

Contributing

See Contributing to the Project

License

This project is licensed under the BSD Clause 3 - see the LICENCE file for details