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
84194883
Commit
84194883
authored
Dec 09, 2009
by
Takashi Iwai
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'topic/asoc' into for-linus
parents
8a746906
370066e2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
sound/soc/imx/mx1_mx2-pcm.c
sound/soc/imx/mx1_mx2-pcm.c
+3
-3
No files found.
sound/soc/imx/mx1_mx2-pcm.c
View file @
84194883
...
...
@@ -322,12 +322,12 @@ static int mx1_mx2_pcm_open(struct snd_pcm_substream *substream)
pr_debug
(
"%s: Requesting dma channel (%s)
\n
"
,
__func__
,
prtd
->
dma_params
->
name
);
prtd
->
dma_ch
=
imx_dma_request_by_prio
(
prtd
->
dma_params
->
name
,
DMA_PRIO_HIGH
);
if
(
prtd
->
dma_ch
<
0
)
{
ret
=
imx_dma_request_by_prio
(
prtd
->
dma_params
->
name
,
DMA_PRIO_HIGH
);
if
(
ret
<
0
)
{
printk
(
KERN_ERR
"Error %d requesting dma channel
\n
"
,
ret
);
return
ret
;
}
prtd
->
dma_ch
=
ret
;
imx_dma_config_burstlen
(
prtd
->
dma_ch
,
prtd
->
dma_params
->
watermark_level
);
...
...
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