diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-01-16 13:39:21 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-01-20 08:58:30 -0500 |
commit | a4b5233792443a2caed0db91003e5a75c50bc6c9 (patch) | |
tree | 230275ea6d106e0aa01b70d2578d3fddd9c8a9aa /sound/soc/codecs/wm8996.c | |
parent | 58ba9b25454fe9b6ded804f69cb7ed4500b685fc (diff) |
ASoC: 24 bits are significant on the WM8996 audio interfaces
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm8996.c')
-rw-r--r-- | sound/soc/codecs/wm8996.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8996.c b/sound/soc/codecs/wm8996.c index 86f5b6bd7af2..8e8f8d1fef91 100644 --- a/sound/soc/codecs/wm8996.c +++ b/sound/soc/codecs/wm8996.c | |||
@@ -3086,6 +3086,7 @@ static struct snd_soc_dai_driver wm8996_dai[] = { | |||
3086 | .channels_max = 6, | 3086 | .channels_max = 6, |
3087 | .rates = WM8996_RATES, | 3087 | .rates = WM8996_RATES, |
3088 | .formats = WM8996_FORMATS, | 3088 | .formats = WM8996_FORMATS, |
3089 | .sig_bits = 24, | ||
3089 | }, | 3090 | }, |
3090 | .capture = { | 3091 | .capture = { |
3091 | .stream_name = "AIF1 Capture", | 3092 | .stream_name = "AIF1 Capture", |
@@ -3093,6 +3094,7 @@ static struct snd_soc_dai_driver wm8996_dai[] = { | |||
3093 | .channels_max = 6, | 3094 | .channels_max = 6, |
3094 | .rates = WM8996_RATES, | 3095 | .rates = WM8996_RATES, |
3095 | .formats = WM8996_FORMATS, | 3096 | .formats = WM8996_FORMATS, |
3097 | .sig_bits = 24, | ||
3096 | }, | 3098 | }, |
3097 | .ops = &wm8996_dai_ops, | 3099 | .ops = &wm8996_dai_ops, |
3098 | }, | 3100 | }, |
@@ -3104,6 +3106,7 @@ static struct snd_soc_dai_driver wm8996_dai[] = { | |||
3104 | .channels_max = 2, | 3106 | .channels_max = 2, |
3105 | .rates = WM8996_RATES, | 3107 | .rates = WM8996_RATES, |
3106 | .formats = WM8996_FORMATS, | 3108 | .formats = WM8996_FORMATS, |
3109 | .sig_bits = 24, | ||
3107 | }, | 3110 | }, |
3108 | .capture = { | 3111 | .capture = { |
3109 | .stream_name = "AIF2 Capture", | 3112 | .stream_name = "AIF2 Capture", |
@@ -3111,6 +3114,7 @@ static struct snd_soc_dai_driver wm8996_dai[] = { | |||
3111 | .channels_max = 2, | 3114 | .channels_max = 2, |
3112 | .rates = WM8996_RATES, | 3115 | .rates = WM8996_RATES, |
3113 | .formats = WM8996_FORMATS, | 3116 | .formats = WM8996_FORMATS, |
3117 | .sig_bits = 24, | ||
3114 | }, | 3118 | }, |
3115 | .ops = &wm8996_dai_ops, | 3119 | .ops = &wm8996_dai_ops, |
3116 | }, | 3120 | }, |