]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: wm_adsp: Factor out DSP specific operations
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Tue, 19 Mar 2019 11:52:12 +0000 (11:52 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 19 Mar 2019 12:40:38 +0000 (12:40 +0000)
commit94190ae537d8b733135f267722ad86a025f7e5df
treef5ede9d31e5afebbf091e68c7f7742f030a6f72d
parentaa2df9de38d6bd9b9f38f7700ff19631151101d5
ASoC: wm_adsp: Factor out DSP specific operations

In preparation for the addition of more types of DSP core refactor the
handling of DSP specific operations such as starting the memory or
enabling the core into a set of callbacks. This should make it easier to
add new core types and allow for more code reuse between them.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs47l24.c
sound/soc/codecs/wm5102.c
sound/soc/codecs/wm5110.c
sound/soc/codecs/wm_adsp.c
sound/soc/codecs/wm_adsp.h