Unverified Commit d6ba3f81 authored by Tzung-Bi Shih's avatar Tzung-Bi Shih Committed by Mark Brown
Browse files

ASoC: Intel: kbl: fix wrong number of channels



Fix wrong setting on number of channels.  The context wants to set
constraint to 2 channels instead of 4.

Signed-off-by: default avatarTzung-Bi Shih <tzungbi@google.com>
Acked-by: default avatarPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 52034add
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -405,7 +405,7 @@ static const struct snd_pcm_hw_constraint_list constraints_dmic_channels = {
};

static const unsigned int dmic_2ch[] = {
	4,
	2,
};

static const struct snd_pcm_hw_constraint_list constraints_dmic_2ch = {