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
nexedi
linux
Commits
832a9414
Commit
832a9414
authored
Oct 06, 2014
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branches 'asoc/fix/davinci' and 'asoc/fix/max98090' into asoc-linus
parents
fd7aff54
19926c6d
f69e3caa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
sound/soc/codecs/max98090.c
sound/soc/codecs/max98090.c
+2
-2
sound/soc/davinci/Kconfig
sound/soc/davinci/Kconfig
+2
-1
No files found.
sound/soc/codecs/max98090.c
View file @
832a9414
...
...
@@ -1311,8 +1311,6 @@ static const struct snd_soc_dapm_route max98090_dapm_routes[] = {
{
"MIC1 Input"
,
NULL
,
"MIC1"
},
{
"MIC2 Input"
,
NULL
,
"MIC2"
},
{
"DMICL"
,
NULL
,
"DMICL_ENA"
},
{
"DMICR"
,
NULL
,
"DMICR_ENA"
},
{
"DMICL"
,
NULL
,
"AHPF"
},
{
"DMICR"
,
NULL
,
"AHPF"
},
...
...
@@ -1370,6 +1368,8 @@ static const struct snd_soc_dapm_route max98090_dapm_routes[] = {
{
"DMIC Mux"
,
"ADC"
,
"ADCR"
},
{
"DMIC Mux"
,
"DMIC"
,
"DMICL"
},
{
"DMIC Mux"
,
"DMIC"
,
"DMICR"
},
{
"DMIC Mux"
,
"DMIC"
,
"DMICL_ENA"
},
{
"DMIC Mux"
,
"DMIC"
,
"DMICR_ENA"
},
{
"LBENL Mux"
,
"Normal"
,
"DMIC Mux"
},
{
"LBENL Mux"
,
"Loopback"
,
"LTENL Mux"
},
...
...
sound/soc/davinci/Kconfig
View file @
832a9414
...
...
@@ -63,7 +63,8 @@ config SND_DM365_AIC3X_CODEC
Say Y if you want to add support for AIC3101 audio codec
config SND_DM365_VOICE_CODEC
bool "Voice Codec - CQ93VC"
tristate "Voice Codec - CQ93VC"
depends on SND_DAVINCI_SOC
select MFD_DAVINCI_VOICECODEC
select SND_DAVINCI_SOC_VCIF
select SND_SOC_CQ0093VC
...
...
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