Skip to content

Commit

Permalink
ASoC: 24 bits are significant on the WM8996 audio interfaces
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Jan 20, 2012
1 parent 58ba9b2 commit a4b5233
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sound/soc/codecs/wm8996.c
Original file line number Diff line number Diff line change
Expand Up @@ -3086,13 +3086,15 @@ static struct snd_soc_dai_driver wm8996_dai[] = {
.channels_max = 6,
.rates = WM8996_RATES,
.formats = WM8996_FORMATS,
.sig_bits = 24,
},
.capture = {
.stream_name = "AIF1 Capture",
.channels_min = 1,
.channels_max = 6,
.rates = WM8996_RATES,
.formats = WM8996_FORMATS,
.sig_bits = 24,
},
.ops = &wm8996_dai_ops,
},
Expand All @@ -3104,13 +3106,15 @@ static struct snd_soc_dai_driver wm8996_dai[] = {
.channels_max = 2,
.rates = WM8996_RATES,
.formats = WM8996_FORMATS,
.sig_bits = 24,
},
.capture = {
.stream_name = "AIF2 Capture",
.channels_min = 1,
.channels_max = 2,
.rates = WM8996_RATES,
.formats = WM8996_FORMATS,
.sig_bits = 24,
},
.ops = &wm8996_dai_ops,
},
Expand Down

0 comments on commit a4b5233

Please sign in to comment.