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
2ae2caff
Commit
2ae2caff
authored
Sep 11, 2013
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'asoc/fix/rsnd' into asoc-linus
parents
bf612730
34e44475
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
include/sound/rcar_snd.h
include/sound/rcar_snd.h
+1
-1
sound/soc/sh/rcar/scu.c
sound/soc/sh/rcar/scu.c
+2
-2
No files found.
include/sound/rcar_snd.h
View file @
2ae2caff
...
...
@@ -55,7 +55,7 @@ struct rsnd_ssi_platform_info {
/*
* flags
*/
#define RSND_SCU_US
B
_HPBIF (1 << 31)
/* it needs RSND_SSI_DEPENDENT */
#define RSND_SCU_US
E
_HPBIF (1 << 31)
/* it needs RSND_SSI_DEPENDENT */
struct
rsnd_scu_platform_info
{
u32
flags
;
...
...
sound/soc/sh/rcar/scu.c
View file @
2ae2caff
...
...
@@ -157,9 +157,9 @@ static int rsnd_scu_start(struct rsnd_mod *mod,
int
ret
;
/*
* SCU will be used if it has RSND_SCU_US
B
_HPBIF flags
* SCU will be used if it has RSND_SCU_US
E
_HPBIF flags
*/
if
(
!
(
flags
&
RSND_SCU_US
B
_HPBIF
))
{
if
(
!
(
flags
&
RSND_SCU_US
E
_HPBIF
))
{
/* it use PIO transter */
dev_dbg
(
dev
,
"%s%d is not used
\n
"
,
rsnd_mod_name
(
mod
),
rsnd_mod_id
(
mod
));
...
...
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