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
db71336b
Commit
db71336b
authored
Apr 22, 2016
by
Philipp Zabel
Committed by
Mark Brown
Apr 22, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ASoC: hdmi-codec: Add ELD control
Signed-off-by:
Mark Brown
<
broonie@kernel.org
>
parent
81151cfb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
sound/soc/codecs/hdmi-codec.c
sound/soc/codecs/hdmi-codec.c
+0
-2
No files found.
sound/soc/codecs/hdmi-codec.c
View file @
db71336b
...
...
@@ -65,9 +65,7 @@ static int hdmi_eld_ctl_get(struct snd_kcontrol *kcontrol,
struct
snd_soc_component
*
component
=
snd_kcontrol_chip
(
kcontrol
);
struct
hdmi_codec_priv
*
hcp
=
snd_soc_component_get_drvdata
(
component
);
mutex_lock
(
&
hcp
->
eld_lock
);
memcpy
(
ucontrol
->
value
.
bytes
.
data
,
hcp
->
eld
,
sizeof
(
hcp
->
eld
));
mutex_unlock
(
&
hcp
->
eld_lock
);
return
0
;
}
...
...
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