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
1cae4146
Commit
1cae4146
authored
Nov 10, 2017
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'asoc/topic/qcom' into asoc-next
parents
40e8cc56
20cf7e3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
sound/soc/qcom/lpass-platform.c
sound/soc/qcom/lpass-platform.c
+0
-2
No files found.
sound/soc/qcom/lpass-platform.c
View file @
1cae4146
...
...
@@ -74,7 +74,6 @@ static int lpass_platform_pcmops_open(struct snd_pcm_substream *substream)
data
->
i2s_port
=
cpu_dai
->
driver
->
id
;
runtime
->
private_data
=
data
;
dma_ch
=
0
;
if
(
v
->
alloc_dma_channel
)
dma_ch
=
v
->
alloc_dma_channel
(
drvdata
,
dir
);
else
...
...
@@ -122,7 +121,6 @@ static int lpass_platform_pcmops_close(struct snd_pcm_substream *substream)
struct
lpass_pcm_data
*
data
;
data
=
runtime
->
private_data
;
v
=
drvdata
->
variant
;
drvdata
->
substream
[
data
->
dma_ch
]
=
NULL
;
if
(
v
->
free_dma_channel
)
v
->
free_dma_channel
(
drvdata
,
data
->
dma_ch
);
...
...
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