Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
eeb1080b
Commit
eeb1080b
authored
Feb 22, 2009
by
Mark Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ASoC: Report I/O errors from WM8753 reset
Signed-off-by:
Mark Brown
<
broonie@opensource.wolfsonmicro.com
>
parent
ce3bdaa8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
sound/soc/codecs/wm8753.c
sound/soc/codecs/wm8753.c
+5
-1
No files found.
sound/soc/codecs/wm8753.c
View file @
eeb1080b
...
...
@@ -1561,7 +1561,11 @@ static int wm8753_init(struct snd_soc_device *socdev)
wm8753_set_dai_mode
(
codec
,
0
);
wm8753_reset
(
codec
);
ret
=
wm8753_reset
(
codec
);
if
(
ret
<
0
)
{
printk
(
KERN_ERR
"wm8753: failed to reset device
\n
"
);
return
ret
;
}
/* register pcms */
ret
=
snd_soc_new_pcms
(
socdev
,
SNDRV_DEFAULT_IDX1
,
SNDRV_DEFAULT_STR1
);
...
...
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