File tree Expand file tree Collapse file tree 3 files changed +875
-0
lines changed Expand file tree Collapse file tree 3 files changed +875
-0
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,12 @@ config SND_BCM2835_SOC_I2S
7
7
Say Y or M if you want to add support for codecs attached to
8
8
the BCM2835 I2S interface. You will also need
9
9
to select the audio interfaces to support below.
10
+
11
+ config SND_SOC_CYGNUS
12
+ tristate "SoC platform audio for Broadcom Cygnus chips"
13
+ depends on ARCH_BCM_CYGNUS || COMPILE_TEST
14
+ help
15
+ Say Y if you want to add support for ASoC audio on Broadcom
16
+ Cygnus chips (bcm958300, bcm958305, bcm911360)
17
+
18
+ If you don't know what to do here, say N.
Original file line number Diff line number Diff line change @@ -3,3 +3,8 @@ snd-soc-bcm2835-i2s-objs := bcm2835-i2s.o
3
3
4
4
obj-$(CONFIG_SND_BCM2835_SOC_I2S) += snd-soc-bcm2835-i2s.o
5
5
6
+ # CYGNUS Platform Support
7
+ snd-soc-cygnus-objs := cygnus-pcm.o cygnus-ssp.o
8
+
9
+ obj-$(CONFIG_SND_SOC_CYGNUS) += snd-soc-cygnus.o
10
+
You can’t perform that action at this time.
0 commit comments