-
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.
Merge branch 's6000' into for-2.6.31
- Loading branch information
Showing
9 changed files
with
1,462 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,19 @@ | ||
config SND_S6000_SOC | ||
tristate "SoC Audio for the Stretch s6000 family" | ||
depends on XTENSA_VARIANT_S6000 | ||
help | ||
Say Y or M if you want to add support for codecs attached to | ||
s6000 family chips. You will also need to select the platform | ||
to support below. | ||
|
||
config SND_S6000_SOC_I2S | ||
tristate | ||
|
||
config SND_S6000_SOC_S6IPCAM | ||
tristate "SoC Audio support for Stretch 6105 IP Camera" | ||
depends on SND_S6000_SOC && XTENSA_PLATFORM_S6105 | ||
select SND_S6000_SOC_I2S | ||
select SND_SOC_TLV320AIC3X | ||
help | ||
Say Y if you want to add support for SoC audio on the | ||
Stretch s6105 IP Camera Reference Design. |
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 @@ | ||
# s6000 Platform Support | ||
snd-soc-s6000-objs := s6000-pcm.o | ||
snd-soc-s6000-i2s-objs := s6000-i2s.o | ||
|
||
obj-$(CONFIG_SND_S6000_SOC) += snd-soc-s6000.o | ||
obj-$(CONFIG_SND_S6000_SOC_I2S) += snd-soc-s6000-i2s.o | ||
|
||
# s6105 Machine Support | ||
snd-soc-s6ipcam-objs := s6105-ipcam.o | ||
|
||
obj-$(CONFIG_SND_S6000_SOC_S6IPCAM) += snd-soc-s6ipcam.o |
Oops, something went wrong.