aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/codecs/wm8996.c4
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 },