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
Kirill Smelkov
linux
Commits
38e43c81
Commit
38e43c81
authored
Apr 30, 2009
by
Mark Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ASoC: Display S3C IISv2 mode and MS errors by default
Signed-off-by:
Mark Brown
<
broonie@opensource.wolfsonmicro.com
>
parent
af3ea7bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sound/soc/s3c24xx/s3c-i2s-v2.c
sound/soc/s3c24xx/s3c-i2s-v2.c
+2
-2
No files found.
sound/soc/s3c24xx/s3c-i2s-v2.c
View file @
38e43c81
...
@@ -295,7 +295,7 @@ static int s3c2412_i2s_set_fmt(struct snd_soc_dai *cpu_dai,
...
@@ -295,7 +295,7 @@ static int s3c2412_i2s_set_fmt(struct snd_soc_dai *cpu_dai,
iismod
|=
IISMOD_MASTER
;
iismod
|=
IISMOD_MASTER
;
break
;
break
;
default:
default:
pr_
debug
(
"unknwon master/slave format
\n
"
);
pr_
err
(
"unknwon master/slave format
\n
"
);
return
-
EINVAL
;
return
-
EINVAL
;
}
}
...
@@ -312,7 +312,7 @@ static int s3c2412_i2s_set_fmt(struct snd_soc_dai *cpu_dai,
...
@@ -312,7 +312,7 @@ static int s3c2412_i2s_set_fmt(struct snd_soc_dai *cpu_dai,
iismod
|=
S3C2412_IISMOD_SDF_IIS
;
iismod
|=
S3C2412_IISMOD_SDF_IIS
;
break
;
break
;
default:
default:
pr_
debug
(
"Unknown data format
\n
"
);
pr_
err
(
"Unknown data format
\n
"
);
return
-
EINVAL
;
return
-
EINVAL
;
}
}
...
...
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