mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-17 04:04:16 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user