File tree 7 files changed +0
-723
lines changed 7 files changed +0
-723
lines changed Original file line number Diff line number Diff line change @@ -38,13 +38,6 @@ config SND_BCM2708_SOC_HIFIBERRY_DIGI
38
38
help
39
39
Say Y or M if you want to add support for HifiBerry Digi S/PDIF output board.
40
40
41
- config SND_BCM2708_SOC_HIFIBERRY_AMP
42
- tristate "Support for the HifiBerry Amp"
43
- depends on SND_BCM2708_SOC_I2S || SND_BCM2835_SOC_I2S
44
- select SND_SOC_TAS5713
45
- help
46
- Say Y or M if you want to add support for the HifiBerry Amp amplifier board.
47
-
48
41
config SND_BCM2708_SOC_RPI_DAC
49
42
tristate "Support for RPi-DAC"
50
43
depends on SND_BCM2708_SOC_I2S || SND_BCM2835_SOC_I2S
Original file line number Diff line number Diff line change @@ -12,13 +12,11 @@ obj-$(CONFIG_SND_SOC_CYGNUS) += snd-soc-cygnus.o
12
12
snd-soc-hifiberry-dac-objs := hifiberry_dac.o
13
13
snd-soc-hifiberry-dacplus-objs := hifiberry_dacplus.o
14
14
snd-soc-hifiberry-digi-objs := hifiberry_digi.o
15
- snd-soc-hifiberry-amp-objs := hifiberry_amp.o
16
15
snd-soc-rpi-dac-objs := rpi-dac.o
17
16
snd-soc-iqaudio-dac-objs := iqaudio-dac.o
18
17
19
18
obj-$(CONFIG_SND_BCM2708_SOC_HIFIBERRY_DAC) += snd-soc-hifiberry-dac.o
20
19
obj-$(CONFIG_SND_BCM2708_SOC_HIFIBERRY_DACPLUS) += snd-soc-hifiberry-dacplus.o
21
20
obj-$(CONFIG_SND_BCM2708_SOC_HIFIBERRY_DIGI) += snd-soc-hifiberry-digi.o
22
- obj-$(CONFIG_SND_BCM2708_SOC_HIFIBERRY_AMP) += snd-soc-hifiberry-amp.o
23
21
obj-$(CONFIG_SND_BCM2708_SOC_RPI_DAC) += snd-soc-rpi-dac.o
24
22
obj-$(CONFIG_SND_BCM2708_SOC_IQAUDIO_DAC) += snd-soc-iqaudio-dac.o
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -139,7 +139,6 @@ config SND_SOC_ALL_CODECS
139
139
select SND_SOC_TFA9879 if I2C
140
140
select SND_SOC_TLV320AIC23_I2C if I2C
141
141
select SND_SOC_TLV320AIC23_SPI if SPI_MASTER
142
- select SND_SOC_TAS5713 if I2C
143
142
select SND_SOC_TLV320AIC26 if SPI_MASTER
144
143
select SND_SOC_TLV320AIC31XX if I2C
145
144
select SND_SOC_TLV320AIC32X4_I2C if I2C
@@ -822,9 +821,6 @@ config SND_SOC_TFA9879
822
821
tristate "NXP Semiconductors TFA9879 amplifier"
823
822
depends on I2C
824
823
825
- config SND_SOC_TAS5713
826
- tristate
827
-
828
824
config SND_SOC_TLV320AIC23
829
825
tristate
830
826
Original file line number Diff line number Diff line change @@ -144,7 +144,6 @@ snd-soc-tas5086-objs := tas5086.o
144
144
snd-soc-tas571x-objs := tas571x.o
145
145
snd-soc-tas5720-objs := tas5720.o
146
146
snd-soc-tfa9879-objs := tfa9879.o
147
- snd-soc-tas5713-objs := tas5713.o
148
147
snd-soc-tlv320aic23-objs := tlv320aic23.o
149
148
snd-soc-tlv320aic23-i2c-objs := tlv320aic23-i2c.o
150
149
snd-soc-tlv320aic23-spi-objs := tlv320aic23-spi.o
@@ -367,7 +366,6 @@ obj-$(CONFIG_SND_SOC_TAS5086) += snd-soc-tas5086.o
367
366
obj-$(CONFIG_SND_SOC_TAS571X) += snd-soc-tas571x.o
368
367
obj-$(CONFIG_SND_SOC_TAS5720) += snd-soc-tas5720.o
369
368
obj-$(CONFIG_SND_SOC_TFA9879) += snd-soc-tfa9879.o
370
- obj-$(CONFIG_SND_SOC_TAS5713) += snd-soc-tas5713.o
371
369
obj-$(CONFIG_SND_SOC_TLV320AIC23) += snd-soc-tlv320aic23.o
372
370
obj-$(CONFIG_SND_SOC_TLV320AIC23_I2C) += snd-soc-tlv320aic23-i2c.o
373
371
obj-$(CONFIG_SND_SOC_TLV320AIC23_SPI) += snd-soc-tlv320aic23-spi.o
You can’t perform that action at this time.
0 commit comments