diff options
-rw-r--r-- | sound/soc/codecs/wm8994.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c index 29f3771c33a4..d10d65191fd2 100644 --- a/sound/soc/codecs/wm8994.c +++ b/sound/soc/codecs/wm8994.c | |||
@@ -3401,7 +3401,7 @@ struct snd_soc_dai wm8994_dai[] = { | |||
3401 | .rates = WM8994_RATES, | 3401 | .rates = WM8994_RATES, |
3402 | .formats = WM8994_FORMATS, | 3402 | .formats = WM8994_FORMATS, |
3403 | }, | 3403 | }, |
3404 | .playback = { | 3404 | .capture = { |
3405 | .stream_name = "AIF3 Capture", | 3405 | .stream_name = "AIF3 Capture", |
3406 | .channels_min = 2, | 3406 | .channels_min = 2, |
3407 | .channels_max = 2, | 3407 | .channels_max = 2, |