Skip to content

Commit

Permalink
sound: ASoC codec: SSM2602 audio codec driver
Browse files Browse the repository at this point in the history
[Some checkpatch fixups done by Mark Brown.]

Signed-off-by: Cliff Cai <cliff.cai@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
  • Loading branch information
Cliff Cai authored and Jaroslav Kysela committed Sep 9, 2008
1 parent 41759c2 commit b713821
Show file tree
Hide file tree
Showing 4 changed files with 912 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sound/soc/codecs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ config SND_SOC_ALL_CODECS
select SPI
select SPI_MASTER
select SND_SOC_AK4535
select SND_SOC_SSM2602
select SND_SOC_UDA1380
select SND_SOC_WM8510
select SND_SOC_WM8580
Expand Down Expand Up @@ -93,3 +94,6 @@ config SND_SOC_TLV320AIC26
config SND_SOC_TLV320AIC3X
tristate
depends on I2C

config SND_SOC_SSM2602
tristate
2 changes: 2 additions & 0 deletions sound/soc/codecs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ snd-soc-wm9713-objs := wm9713.o
snd-soc-cs4270-objs := cs4270.o
snd-soc-tlv320aic26-objs := tlv320aic26.o
snd-soc-tlv320aic3x-objs := tlv320aic3x.o
snd-soc-ssm2602-objs := ssm2602.o

obj-$(CONFIG_SND_SOC_AC97_CODEC) += snd-soc-ac97.o
obj-$(CONFIG_SND_SOC_AD1980) += snd-soc-ad1980.o
Expand All @@ -33,3 +34,4 @@ obj-$(CONFIG_SND_SOC_WM9713) += snd-soc-wm9713.o
obj-$(CONFIG_SND_SOC_CS4270) += snd-soc-cs4270.o
obj-$(CONFIG_SND_SOC_TLV320AIC26) += snd-soc-tlv320aic26.o
obj-$(CONFIG_SND_SOC_TLV320AIC3X) += snd-soc-tlv320aic3x.o
obj-$(CONFIG_SND_SOC_SSM2602) += snd-soc-ssm2602.o
Loading

0 comments on commit b713821

Please sign in to comment.