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
cf86197e
Commit
cf86197e
authored
May 14, 2014
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'asoc/fix/pcm' into asoc-linus
parents
0d1203f2
868a6ca8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sound/soc/soc-pcm.c
sound/soc/soc-pcm.c
+1
-1
No files found.
sound/soc/soc-pcm.c
View file @
cf86197e
...
...
@@ -1675,7 +1675,7 @@ int dpcm_be_dai_trigger(struct snd_soc_pcm_runtime *fe, int stream,
be
->
dpcm
[
stream
].
state
=
SND_SOC_DPCM_STATE_STOP
;
break
;
case
SNDRV_PCM_TRIGGER_SUSPEND
:
if
(
be
->
dpcm
[
stream
].
state
!=
SND_SOC_DPCM_STATE_ST
OP
)
if
(
be
->
dpcm
[
stream
].
state
!=
SND_SOC_DPCM_STATE_ST
ART
)
continue
;
if
(
!
snd_soc_dpcm_can_be_free_stop
(
fe
,
be
,
stream
))
...
...
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