mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:04:41 +01:00
With commitce79f3a1ad("ARM: pxa: prune unused device support") and commit2548e6c76e("ARM: pxa: pxa2xx-ac97-lib: use IRQ resource"), there is no 'pxa2xx-ac97' platform device created by machine level code, so this driver could be removed. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> Acked-by: Andy Shevchenko <andriy.shevchenko@intel.com> Link: https://patch.msgid.link/20260122-sound-cleanup-v1-2-0a91901609b8@nxp.com Signed-off-by: Mark Brown <broonie@kernel.org>
11 lines
277 B
Makefile
11 lines
277 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for ALSA
|
|
#
|
|
|
|
obj-$(CONFIG_SND_ARMAACI) += snd-aaci.o
|
|
snd-aaci-y := aaci.o
|
|
|
|
obj-$(CONFIG_SND_PXA2XX_LIB) += snd-pxa2xx-lib.o
|
|
snd-pxa2xx-lib-y := pxa2xx-pcm-lib.o
|
|
snd-pxa2xx-lib-$(CONFIG_SND_PXA2XX_LIB_AC97) += pxa2xx-ac97-lib.o
|