Skip to content

Commit

Permalink
boeffla_sound: port to wcd9310 devices
Browse files Browse the repository at this point in the history
Port boeffla_sound from andip71's oneplus kernel that uses the wcd9320 driver.

Signed-off-by: revjunkie <rajibrahim@rocketmail.com>
  • Loading branch information
revjunkie committed Jun 1, 2015
1 parent a9ef274 commit 7602777
Show file tree
Hide file tree
Showing 5 changed files with 697 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sound/soc/codecs/Kconfig
Expand Up @@ -463,3 +463,9 @@ config SND_SOC_TPA2028D
default n
help
Texas Instruments 3W Mono Class-D Audio Amplifier

config BOEFFLA_SOUND
bool "Boeffla Sound engine"
default y
help
Boeffla sound engine by andip71 (aka Lord Boeffla)
1 change: 1 addition & 0 deletions sound/soc/codecs/Makefile
Expand Up @@ -217,3 +217,4 @@ obj-$(CONFIG_SND_SOC_MSM_STUB) += snd-soc-msm-stub.o
obj-$(CONFIG_SND_SOC_MAX9877) += snd-soc-max9877.o
obj-$(CONFIG_SND_SOC_TPA6130A2) += snd-soc-tpa6130a2.o
obj-$(CONFIG_SND_SOC_TPA2028D) += tpa2028d.o
obj-$(CONFIG_BOEFFLA_SOUND) += boeffla_sound.o

0 comments on commit 7602777

Please sign in to comment.