-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ASoC: Add ability to build sti drivers
Define the platform and codec drivers, and how to build them. Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com> Signed-off-by: Mark Brown <broonie@kernel.org>
- Loading branch information
Arnaud Pouliquen
authored and
Mark Brown
committed
Jul 16, 2015
1 parent
f3bd847
commit 1e6babb
Showing
4 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# | ||
# STM SoC audio configuration | ||
# | ||
menuconfig SND_SOC_STI | ||
tristate "SoC Audio support for STI System-On-Chip" | ||
depends on SND_SOC | ||
depends on ARCH_STI || COMPILE_TEST | ||
select SND_SOC_GENERIC_DMAENGINE_PCM | ||
help | ||
Say Y if you want to enable ASoC-support for | ||
any of the STI platforms (e.g. STIH416). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# STI platform support | ||
snd-soc-sti-objs := sti_uniperif.o uniperif_player.o uniperif_reader.o | ||
|
||
obj-$(CONFIG_SND_SOC_STI) += snd-soc-sti.o |