Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp1175265yba; Thu, 9 May 2019 12:01:06 -0700 (PDT) X-Google-Smtp-Source: APXvYqxGo8bDE7pQNF0icd6y7/b7EOdS+VkiMRiTsXezILZOW04he6HXw18vkC30wFQvbRRrm2ar X-Received: by 2002:a62:2703:: with SMTP id n3mr7631847pfn.199.1557428466560; Thu, 09 May 2019 12:01:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1557428466; cv=none; d=google.com; s=arc-20160816; b=qZYzq61Sa38gBIPJAVvIFLkpTcD9M8aoC8peOf5n9bnd6C6mehBYWhHcJMAXYBC+nR wBzSftnRkmC5G/zDprrhqublTPF2LT0wL6DbjZD3XxCsizD9qao8/EgYZNU1z2ndeg6+ 6tByF0Siw4JUTJ0ZcAJ/SwqRQ9wiCqIId9xaoK3i2jqsl5Fn6QBQui62FspmYtZmGcrX 2i9/BnKFFxq9uNGKSbQdGX4UP1P/x0NZDp4ZEs9b3a3Sh5P6meaR/Oi9mUw/udR4sIwQ /hR3yar5Z96I7m1K+kXNV8H7X2aKlD3AcR9AWol3GCaHlOHKVdpo6Rll5s+MYwcEA20U dV5Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=fusctk20MCIYy5P8p8bMeCsp/DaGgxIfSB/RlTHBwt8=; b=emg7x9JYC8yKH+xZS3RlgkTQmex1KJ7or2N38FJy/jKeed7AaKrH4fAbIyhlFXLoEk ClB02/idcYOGEYwQcNq0KPYgazVAmZ0a+8x5MZVkVKjngWm+uxRJTQpSITIBP8t025wI 3neWYkuRazJGKx8nZ1FS9kglp0QvcIhGGLolYFeQTnhHLKytbXAPtnYQzXSn1WSgpdhS CjxqZwkGCnuScb+FcxKIqLW3hKaYCUXW9oZ0MoVMfDspSzZlMv2Ub1QDwZJjyjbvWf89 D5RqB22eyYEkuaTq1bdpTDblR1+C1z8x2/eXRuo7m9kLU1rGCExj3RL8z8U0DPqcUC37 e3MQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=Fli8QLd5; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f91si4311120plb.20.2019.05.09.12.00.50; Thu, 09 May 2019 12:01:06 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=Fli8QLd5; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728755AbfEIS7b (ORCPT + 99 others); Thu, 9 May 2019 14:59:31 -0400 Received: from mail.kernel.org ([198.145.29.99]:46440 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728158AbfEISwY (ORCPT ); Thu, 9 May 2019 14:52:24 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 189FB204FD; Thu, 9 May 2019 18:52:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557427943; bh=WJvsFmiNnD3JAu2A7tBGnTicd1a08s3HqNRGliZJWsA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Fli8QLd5SWczk4u05rxlrtsskZMb5cjSGB8zFkBD/msOjK1+j9rJM4zQPDa6LLNw2 gXXgHswfDxHgB8du4pYgRyEagkzDBiYivIlYnZ97t5GYk08RhtRGQkSZl3GZpV8mAt kQvyI2uvXA55SoZPfTCNi+SJ10H6m1da5jKY2AIY= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Tzung-Bi Shih , Pierre-Louis Bossart , Mark Brown , Sasha Levin Subject: [PATCH 5.0 61/95] ASoC: Intel: kbl: fix wrong number of channels Date: Thu, 9 May 2019 20:42:18 +0200 Message-Id: <20190509181313.748466067@linuxfoundation.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190509181309.180685671@linuxfoundation.org> References: <20190509181309.180685671@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [ Upstream commit d6ba3f815bc5f3c4249d15c8bc5fbb012651b4a4 ] Fix wrong setting on number of channels. The context wants to set constraint to 2 channels instead of 4. Signed-off-by: Tzung-Bi Shih Acked-by: Pierre-Louis Bossart Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c b/sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c index 7044d8c2b1873..879f14257a3ea 100644 --- a/sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c +++ b/sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c @@ -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 = { -- 2.20.1