Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
9049a48a
Commit
9049a48a
authored
Nov 23, 2015
by
Mark Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ASoC: hdac: Fix Makefile and Kconfig sorting
Signed-off-by:
Mark Brown
<
broonie@kernel.org
>
parent
8d33ab24
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
sound/soc/codecs/Kconfig
sound/soc/codecs/Kconfig
+6
-6
sound/soc/codecs/Makefile
sound/soc/codecs/Makefile
+2
-2
No files found.
sound/soc/codecs/Kconfig
View file @
9049a48a
...
...
@@ -66,8 +66,8 @@ config SND_SOC_ALL_CODECS
select SND_SOC_ES8328_SPI if SPI_MASTER
select SND_SOC_ES8328_I2C if I2C
select SND_SOC_GTM601
select SND_SOC_ICS43432
select SND_SOC_HDAC_HDMI
select SND_SOC_ICS43432
select SND_SOC_ISABELLE if I2C
select SND_SOC_JZ4740_CODEC
select SND_SOC_LM4857 if I2C
...
...
@@ -455,11 +455,6 @@ config SND_SOC_BT_SCO
config SND_SOC_DMIC
tristate
config SND_SOC_HDAC_HDMI
tristate
select SND_HDA_EXT_CORE
select HDMI
config SND_SOC_ES8328
tristate "Everest Semi ES8328 CODEC"
...
...
@@ -474,6 +469,11 @@ config SND_SOC_ES8328_SPI
config SND_SOC_GTM601
tristate 'GTM601 UMTS modem audio codec'
config SND_SOC_HDAC_HDMI
tristate
select SND_HDA_EXT_CORE
select HDMI
config SND_SOC_ICS43432
tristate
...
...
sound/soc/codecs/Makefile
View file @
9049a48a
...
...
@@ -59,8 +59,8 @@ snd-soc-es8328-objs := es8328.o
snd-soc-es8328-i2c-objs
:=
es8328-i2c.o
snd-soc-es8328-spi-objs
:=
es8328-spi.o
snd-soc-gtm601-objs
:=
gtm601.o
snd-soc-ics43432-objs
:=
ics43432.o
snd-soc-hdac-hdmi-objs
:=
hdac_hdmi.o
snd-soc-ics43432-objs
:=
ics43432.o
snd-soc-isabelle-objs
:=
isabelle.o
snd-soc-jz4740-codec-objs
:=
jz4740.o
snd-soc-l3-objs
:=
l3.o
...
...
@@ -255,8 +255,8 @@ obj-$(CONFIG_SND_SOC_ES8328) += snd-soc-es8328.o
obj-$(CONFIG_SND_SOC_ES8328_I2C)
+=
snd-soc-es8328-i2c.o
obj-$(CONFIG_SND_SOC_ES8328_SPI)
+=
snd-soc-es8328-spi.o
obj-$(CONFIG_SND_SOC_GTM601)
+=
snd-soc-gtm601.o
obj-$(CONFIG_SND_SOC_ICS43432)
+=
snd-soc-ics43432.o
obj-$(CONFIG_SND_SOC_HDAC_HDMI)
+=
snd-soc-hdac-hdmi.o
obj-$(CONFIG_SND_SOC_ICS43432)
+=
snd-soc-ics43432.o
obj-$(CONFIG_SND_SOC_ISABELLE)
+=
snd-soc-isabelle.o
obj-$(CONFIG_SND_SOC_JZ4740_CODEC)
+=
snd-soc-jz4740-codec.o
obj-$(CONFIG_SND_SOC_L3)
+=
snd-soc-l3.o
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment