sc7180: Add qdsp based soundcard
authorMark Brown <broonie@kernel.org>
Thu, 26 Oct 2023 16:02:53 +0000 (17:02 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 26 Oct 2023 16:02:53 +0000 (17:02 +0100)
commit246f388ec12b2e6659fd002a1049f5a34203d423
treefe56bee40299e6a984e4b573b1a05ad18f4835db
parent11817547b7a2cfad46e17e772a9002dc3e60f747
parent4531f512e3ef147f07d47bceb256c0af5ab130b7
sc7180: Add qdsp based soundcard

Merge series from Nikita Travkin <nikita@trvn.ru>:

Some devices, such as Acer Aspire 1, can't use lpass dirrectly, but
instead must use adsp core to play sound. Since otherwise the hardware
is, usually, very similar across the devices on the same platform, it
makes sense to reuse the same boardfile.

This series refactors the sc7180.c slightly and adds the functions to
control clocks via adsp instead of controlling the hardware directly.