Skip to content

Commit a46e95c

Browse files
Dr. David Alan Gilbertbroonie
authored andcommitted
ASoC: wl1273: Remove
The wl1273 FM radio is on Arnd's unused driver list: https://lore.kernel.org/lkml/a15bb180-401d-49ad-a212-0c81d613fbc8@app.fastmail.com/ Remove the codec component. Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Link: https://patch.msgid.link/20250625133258.78133-3-linux@treblig.org Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 258384d commit a46e95c

4 files changed

Lines changed: 0 additions & 522 deletions

File tree

sound/soc/codecs/Kconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ config SND_SOC_ALL_CODECS
301301
imply SND_SOC_LPASS_MACRO_COMMON
302302
imply SND_SOC_LPASS_RX_MACRO
303303
imply SND_SOC_LPASS_TX_MACRO
304-
imply SND_SOC_WL1273
305304
imply SND_SOC_WM0010
306305
imply SND_SOC_WM1250_EV1
307306
imply SND_SOC_WM2000
@@ -2335,9 +2334,6 @@ config SND_SOC_WCD939X_SDW
23352334
The WCD9390/9395 is a audio codec IC Integrated in
23362335
Qualcomm SoCs like SM8650.
23372336

2338-
config SND_SOC_WL1273
2339-
tristate
2340-
23412337
config SND_SOC_WM0010
23422338
tristate
23432339
depends on SPI_MASTER

sound/soc/codecs/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ snd-soc-wcd938x-y := wcd938x.o
350350
snd-soc-wcd938x-sdw-y := wcd938x-sdw.o
351351
snd-soc-wcd939x-y := wcd939x.o
352352
snd-soc-wcd939x-sdw-y := wcd939x-sdw.o
353-
snd-soc-wl1273-y := wl1273.o
354353
snd-soc-wm-adsp-y := wm_adsp.o
355354
snd-soc-wm0010-y := wm0010.o
356355
snd-soc-wm1250-ev1-y := wm1250-ev1.o
@@ -783,7 +782,6 @@ ifdef CONFIG_SND_SOC_WCD939X_SDW
783782
# avoid link failure by forcing sdw code built-in when needed
784783
obj-$(CONFIG_SND_SOC_WCD939X) += snd-soc-wcd939x-sdw.o
785784
endif
786-
obj-$(CONFIG_SND_SOC_WL1273) += snd-soc-wl1273.o
787785
obj-$(CONFIG_SND_SOC_WM0010) += snd-soc-wm0010.o
788786
obj-$(CONFIG_SND_SOC_WM1250_EV1) += snd-soc-wm1250-ev1.o
789787
obj-$(CONFIG_SND_SOC_WM2000) += snd-soc-wm2000.o

0 commit comments

Comments
 (0)