]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: pxa: integrate sound/arm/pxa2xx into sound/soc/pxa2xx
authorArnd Bergmann <arnd@arndb.de>
Tue, 5 May 2026 20:24:26 +0000 (22:24 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 6 May 2026 01:14:43 +0000 (10:14 +0900)
commit42f67e1d1cba52d22291d18f85d34bb5cf61c7d2
treea4cbf9c4d00704f4d999a349da147eb05d3f172c
parenta11fbb793ab4843549840571036bf042897d3a76
ASoC: pxa: integrate sound/arm/pxa2xx into sound/soc/pxa2xx

The pxa2xx sound library modules are only used by the ASoC driver since
commit b094de7810f3 ("ASoC: codec: Remove pxa2xx-ac97.c"), so move the
code into the one module that uses as a simpliciation.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://patch.msgid.link/20260505202426.3605262-3-arnd@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
14 files changed:
include/sound/pxa2xx-lib.h
sound/arm/Kconfig
sound/arm/Makefile
sound/soc/pxa/Kconfig
sound/soc/pxa/Makefile
sound/soc/pxa/mmp-sspa.c
sound/soc/pxa/pxa-ssp.c
sound/soc/pxa/pxa2xx-ac97-lib.c [moved from sound/arm/pxa2xx-ac97-lib.c with 96% similarity]
sound/soc/pxa/pxa2xx-ac97-regs.h [moved from sound/arm/pxa2xx-ac97-regs.h with 100% similarity]
sound/soc/pxa/pxa2xx-ac97.c
sound/soc/pxa/pxa2xx-i2s.c
sound/soc/pxa/pxa2xx-lib.h [new file with mode: 0644]
sound/soc/pxa/pxa2xx-pcm-lib.c [moved from sound/arm/pxa2xx-pcm-lib.c with 86% similarity]
sound/soc/pxa/pxa2xx-pcm.c