summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTapani <tapani@vmail.me>2012-12-31 15:17:52 +0100
committerJohn Weber <rjohnweber@gmail.com>2013-07-28 23:37:13 -0500
commit99322e8377fbcb7435ecfab6e42b6c949fa4e88d (patch)
tree1cbe1b78567ba327ec11c06f4071d038aa8b68df
parente259a0f89e1d69a919793d2191e98cf7c11a76af (diff)
downloadlinux-99322e8377fbcb7435ecfab6e42b6c949fa4e88d.tar.gz
Revert "ENGR00171026 SGTL5000: remove mono support"
This reverts commit d6612bf5c36d7f93552921fcf09e29ad2b323413. (cherry picked from commit 1af57a1e6d9473a4de0c3708cfa50d9741d3d9b7)
-rw-r--r--sound/soc/codecs/sgtl5000.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/sgtl5000.c b/sound/soc/codecs/sgtl5000.c
index fd055146192d..be219ac9e093 100644
--- a/sound/soc/codecs/sgtl5000.c
+++ b/sound/soc/codecs/sgtl5000.c
@@ -1193,7 +1193,7 @@ static struct snd_soc_dai_driver sgtl5000_dai = {
.name = "sgtl5000",
.playback = {
.stream_name = "Playback",
- .channels_min = 2,
+ .channels_min = 1,
.channels_max = 2,
/*
* only support 8~48K + 96K,
@@ -1204,7 +1204,7 @@ static struct snd_soc_dai_driver sgtl5000_dai = {
},
.capture = {
.stream_name = "Capture",
- .channels_min = 2,
+ .channels_min = 1,
.channels_max = 2,
.rates = SNDRV_PCM_RATE_8000_48000 | SNDRV_PCM_RATE_96000,
.formats = SGTL5000_FORMATS,