forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branches 'asoc/topic/wm9712', 'asoc/topic/wm971…
…3' and 'asoc/topic/zte' into asoc-next
- Loading branch information
Showing
12 changed files
with
97 additions
and
120 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 was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -1,17 +1,17 @@ | ||
config ZX296702_SPDIF | ||
tristate "ZX296702 spdif" | ||
depends on SOC_ZX296702 || COMPILE_TEST | ||
config ZX_SPDIF | ||
tristate "ZTE ZX SPDIF Driver Support" | ||
depends on ARCH_ZX || COMPILE_TEST | ||
depends on COMMON_CLK | ||
select SND_SOC_GENERIC_DMAENGINE_PCM | ||
help | ||
Say Y or M if you want to add support for codecs attached to the | ||
zx296702 spdif interface | ||
ZTE ZX SPDIF interface | ||
|
||
config ZX296702_I2S | ||
tristate "ZX296702 i2s" | ||
depends on SOC_ZX296702 || COMPILE_TEST | ||
config ZX_I2S | ||
tristate "ZTE ZX I2S Driver Support" | ||
depends on ARCH_ZX || COMPILE_TEST | ||
depends on COMMON_CLK | ||
select SND_SOC_GENERIC_DMAENGINE_PCM | ||
help | ||
Say Y or M if you want to add support for codecs attached to the | ||
zx296702 i2s interface | ||
ZTE ZX I2S interface |
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
obj-$(CONFIG_ZX296702_SPDIF) += zx296702-spdif.o | ||
obj-$(CONFIG_ZX296702_I2S) += zx296702-i2s.o | ||
obj-$(CONFIG_ZX_SPDIF) += zx-spdif.o | ||
obj-$(CONFIG_ZX_I2S) += zx-i2s.o |
File renamed without changes.
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