ODROID-COMMON: Removed mono sound channel, as it currently doesn't work and has issues

Change-Id: I7959e3c2b4f28b998ca2300e9c59fcef77d92854
This commit is contained in:
Kevin Kim
2019-03-25 12:01:52 +09:00
parent b457f6db31
commit 9a4a1f4b14

View File

@@ -50,7 +50,7 @@ static struct snd_soc_dai_driver dit_stub_dai = {
.name = "dit-hifi",
.playback = {
.stream_name = "Playback",
.channels_min = 1,
.channels_min = 2,
.channels_max = 384,
.rates = STUB_RATES,
.formats = STUB_FORMATS,