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
6be1cbfb
Commit
6be1cbfb
authored
Feb 12, 2013
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'asoc/topic/omap' into asoc-next
parents
4f9a84fe
41c4d554
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
sound/soc/omap/omap-mcpdm.c
sound/soc/omap/omap-mcpdm.c
+0
-4
No files found.
sound/soc/omap/omap-mcpdm.c
View file @
6be1cbfb
...
@@ -449,10 +449,6 @@ static int asoc_mcpdm_probe(struct platform_device *pdev)
...
@@ -449,10 +449,6 @@ static int asoc_mcpdm_probe(struct platform_device *pdev)
omap_mcpdm_dai_dma_params
[
0
].
port_addr
=
res
->
start
+
MCPDM_REG_DN_DATA
;
omap_mcpdm_dai_dma_params
[
0
].
port_addr
=
res
->
start
+
MCPDM_REG_DN_DATA
;
omap_mcpdm_dai_dma_params
[
1
].
port_addr
=
res
->
start
+
MCPDM_REG_UP_DATA
;
omap_mcpdm_dai_dma_params
[
1
].
port_addr
=
res
->
start
+
MCPDM_REG_UP_DATA
;
res
=
platform_get_resource
(
pdev
,
IORESOURCE_MEM
,
0
);
if
(
res
==
NULL
)
return
-
ENOMEM
;
res
=
platform_get_resource_byname
(
pdev
,
IORESOURCE_DMA
,
"dn_link"
);
res
=
platform_get_resource_byname
(
pdev
,
IORESOURCE_DMA
,
"dn_link"
);
if
(
!
res
)
if
(
!
res
)
return
-
ENODEV
;
return
-
ENODEV
;
...
...
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