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
a5ef8ca6
Commit
a5ef8ca6
authored
Sep 01, 2017
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branches 'asoc/fix/arizona' and 'asoc/fix/mtk' into asoc-linus
parents
1a34ec4a
4428ffa1
8d7313bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
sound/soc/codecs/arizona.c
sound/soc/codecs/arizona.c
+2
-2
sound/soc/mediatek/mt2701/mt2701-afe-clock-ctrl.c
sound/soc/mediatek/mt2701/mt2701-afe-clock-ctrl.c
+1
-1
No files found.
sound/soc/codecs/arizona.c
View file @
a5ef8ca6
...
...
@@ -710,7 +710,7 @@ const struct soc_enum arizona_anc_input_src[] = {
ARRAY_SIZE
(
arizona_anc_input_src_text
),
arizona_anc_input_src_text
),
SOC_ENUM_SINGLE
(
ARIZONA_FCL_ADC_REFORMATTER_CONTROL
,
ARIZONA_FCL_MIC_MODE_SEL
,
ARIZONA_FCL_MIC_MODE_SEL
_SHIFT
,
ARRAY_SIZE
(
arizona_anc_channel_src_text
),
arizona_anc_channel_src_text
),
SOC_ENUM_SINGLE
(
ARIZONA_ANC_SRC
,
...
...
@@ -718,7 +718,7 @@ const struct soc_enum arizona_anc_input_src[] = {
ARRAY_SIZE
(
arizona_anc_input_src_text
),
arizona_anc_input_src_text
),
SOC_ENUM_SINGLE
(
ARIZONA_FCR_ADC_REFORMATTER_CONTROL
,
ARIZONA_FCR_MIC_MODE_SEL
,
ARIZONA_FCR_MIC_MODE_SEL
_SHIFT
,
ARRAY_SIZE
(
arizona_anc_channel_src_text
),
arizona_anc_channel_src_text
),
};
...
...
sound/soc/mediatek/mt2701/mt2701-afe-clock-ctrl.c
View file @
a5ef8ca6
...
...
@@ -75,7 +75,7 @@ int mt2701_init_clock(struct mtk_base_afe *afe)
for
(
i
=
0
;
i
<
MT2701_CLOCK_NUM
;
i
++
)
{
afe_priv
->
clocks
[
i
]
=
devm_clk_get
(
afe
->
dev
,
aud_clks
[
i
]);
if
(
IS_ERR
(
a
ud_cl
ks
[
i
]))
{
if
(
IS_ERR
(
a
fe_priv
->
cloc
ks
[
i
]))
{
dev_warn
(
afe
->
dev
,
"%s devm_clk_get %s fail
\n
"
,
__func__
,
aud_clks
[
i
]);
return
PTR_ERR
(
aud_clks
[
i
]);
...
...
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