Currently the M4 audio driver don't support mono channel, so remove it.
After mono channel is supported in M4 os, this commit should be reverted.
Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
static struct snd_soc_dai_driver fsl_rpmsg_i2s_dai = {
.playback = {
.stream_name = "CPU-Playback",
- .channels_min = 1,
+ .channels_min = 2,
.channels_max = 2,
.rates = FSL_RPMSG_I2S_RATES,
.formats = FSL_RPMSG_I2S_FORMATS,
},
.capture = {
.stream_name = "CPU-Capture",
- .channels_min = 1,
+ .channels_min = 2,
.channels_max = 2,
.rates = FSL_RPMSG_I2S_RATES,
.formats = FSL_RPMSG_I2S_FORMATS,