ENGR00117344 fix mono record during stereo playback

Starting a mono record stream and doing stereo playback resulted in
wrong sample rate.  Also starting stereo playback then doing mono
record.

Signed-off-by: Alan Tull <r80115@freescale.com>
This commit is contained in:
Alan Tull
2010-04-08 11:13:22 -05:00
committed by Matt Sealey
parent 71f73495fd
commit bbbe3eb09e

View File

@@ -886,7 +886,7 @@ struct snd_soc_dai sgtl5000_dai = {
},
.capture = {
.stream_name = "Capture",
.channels_min = 1,
.channels_min = 2,
.channels_max = 2,
.rates = SGTL5000_RATES,
.formats = SGTL5000_FORMATS,