Ver Fonte

ASoC: Fix Zylonite voice interface stereo configurations

We always run in the first timeslot of one.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Mark Brown há 16 anos atrás
pai
commit
d3b8942184
1 ficheiros alterados com 2 adições e 3 exclusões
  1. 2 3
      sound/soc/pxa/zylonite.c

+ 2 - 3
sound/soc/pxa/zylonite.c

@@ -127,9 +127,8 @@ static int zylonite_voice_hw_params(struct snd_pcm_substream *substream,
 	if (ret < 0)
 	if (ret < 0)
 		return ret;
 		return ret;
 
 
-	ret = snd_soc_dai_set_tdm_slot(cpu_dai,
-				       params_channels(params),
-				       params_channels(params));
+	/* We're not really in network mode but the emulation wants this. */
+	ret = snd_soc_dai_set_tdm_slot(cpu_dai, 1, 1);
 	if (ret < 0)
 	if (ret < 0)
 		return ret;
 		return ret;