Skip to content

Commit 1200a7d

Browse files
Simran-Raibroonie
authored andcommitted
ASoC: cygnus: Add Cygnus audio DMA driver
This patch adds Cygnus audio DMA driver. It supports playback and capture modes and uses ringbuffers for data transfer. Signed-off-by: Lori Hikichi <[email protected]> Signed-off-by: Simran Rai <[email protected]> Reviewed-by: Ray Jui <[email protected]> Reviewed-by: Arun Parameswaran <[email protected]> Reviewed-by: Scott Branden <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent a6ee05d commit 1200a7d

File tree

3 files changed

+875
-0
lines changed

3 files changed

+875
-0
lines changed

sound/soc/bcm/Kconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,12 @@ config SND_BCM2835_SOC_I2S
77
Say Y or M if you want to add support for codecs attached to
88
the BCM2835 I2S interface. You will also need
99
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.

sound/soc/bcm/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@ snd-soc-bcm2835-i2s-objs := bcm2835-i2s.o
33

44
obj-$(CONFIG_SND_BCM2835_SOC_I2S) += snd-soc-bcm2835-i2s.o
55

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+

0 commit comments

Comments
 (0)