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
99b0292d
Commit
99b0292d
authored
Jan 17, 2012
by
Mark Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ASoC: 24 bits are significant on wm_hubs DAIs
Signed-off-by:
Mark Brown
<
broonie@opensource.wolfsonmicro.com
>
parent
85f88393
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
sound/soc/codecs/wm8993.c
sound/soc/codecs/wm8993.c
+2
-0
sound/soc/codecs/wm8994.c
sound/soc/codecs/wm8994.c
+7
-1
No files found.
sound/soc/codecs/wm8993.c
View file @
99b0292d
...
...
@@ -1547,6 +1547,7 @@ static struct snd_soc_dai_driver wm8993_dai = {
.
channels_max
=
2
,
.
rates
=
WM8993_RATES
,
.
formats
=
WM8993_FORMATS
,
.
sig_bits
=
24
,
},
.
capture
=
{
.
stream_name
=
"Capture"
,
...
...
@@ -1554,6 +1555,7 @@ static struct snd_soc_dai_driver wm8993_dai = {
.
channels_max
=
2
,
.
rates
=
WM8993_RATES
,
.
formats
=
WM8993_FORMATS
,
.
sig_bits
=
24
,
},
.
ops
=
&
wm8993_ops
,
.
symmetric_rates
=
1
,
...
...
sound/soc/codecs/wm8994.c
View file @
99b0292d
...
...
@@ -2645,6 +2645,7 @@ static struct snd_soc_dai_driver wm8994_dai[] = {
.
channels_max
=
2
,
.
rates
=
WM8994_RATES
,
.
formats
=
WM8994_FORMATS
,
.
sig_bits
=
24
,
},
.
capture
=
{
.
stream_name
=
"AIF1 Capture"
,
...
...
@@ -2652,6 +2653,7 @@ static struct snd_soc_dai_driver wm8994_dai[] = {
.
channels_max
=
2
,
.
rates
=
WM8994_RATES
,
.
formats
=
WM8994_FORMATS
,
.
sig_bits
=
24
,
},
.
ops
=
&
wm8994_aif1_dai_ops
,
},
...
...
@@ -2664,6 +2666,7 @@ static struct snd_soc_dai_driver wm8994_dai[] = {
.
channels_max
=
2
,
.
rates
=
WM8994_RATES
,
.
formats
=
WM8994_FORMATS
,
.
sig_bits
=
24
,
},
.
capture
=
{
.
stream_name
=
"AIF2 Capture"
,
...
...
@@ -2671,6 +2674,7 @@ static struct snd_soc_dai_driver wm8994_dai[] = {
.
channels_max
=
2
,
.
rates
=
WM8994_RATES
,
.
formats
=
WM8994_FORMATS
,
.
sig_bits
=
24
,
},
.
probe
=
wm8994_aif2_probe
,
.
ops
=
&
wm8994_aif2_dai_ops
,
...
...
@@ -2684,6 +2688,7 @@ static struct snd_soc_dai_driver wm8994_dai[] = {
.
channels_max
=
2
,
.
rates
=
WM8994_RATES
,
.
formats
=
WM8994_FORMATS
,
.
sig_bits
=
24
,
},
.
capture
=
{
.
stream_name
=
"AIF3 Capture"
,
...
...
@@ -2691,7 +2696,8 @@ static struct snd_soc_dai_driver wm8994_dai[] = {
.
channels_max
=
2
,
.
rates
=
WM8994_RATES
,
.
formats
=
WM8994_FORMATS
,
},
.
sig_bits
=
24
,
},
.
ops
=
&
wm8994_aif3_dai_ops
,
}
};
...
...
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