ASoC: bt-sco: Compatible stereo format
Compatible the platform which unsupported mono channel Change-Id: Ica417b0c544b0750e6367fdeab45254542135bc4 Signed-off-by: zhangjun <zhangjun@rock-chips.com>
This commit is contained in:
@@ -461,7 +461,7 @@ config SND_SOC_DW_HDMI_AUDIO
|
||||
depends on RK_HDMI
|
||||
|
||||
config SND_SOC_BT_SCO
|
||||
tristate
|
||||
tristate "bt sco audio"
|
||||
|
||||
config SND_SOC_DMIC
|
||||
tristate
|
||||
|
||||
@@ -30,14 +30,14 @@ static struct snd_soc_dai_driver bt_sco_dai = {
|
||||
.playback = {
|
||||
.stream_name = "Playback",
|
||||
.channels_min = 1,
|
||||
.channels_max = 1,
|
||||
.channels_max = 2,
|
||||
.rates = SNDRV_PCM_RATE_8000,
|
||||
.formats = SNDRV_PCM_FMTBIT_S16_LE,
|
||||
},
|
||||
.capture = {
|
||||
.stream_name = "Capture",
|
||||
.channels_min = 1,
|
||||
.channels_max = 1,
|
||||
.channels_max = 2,
|
||||
.rates = SNDRV_PCM_RATE_8000,
|
||||
.formats = SNDRV_PCM_FMTBIT_S16_LE,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user