From patchwork Fri Jun 24 13:43:14 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Cezary Rojewski X-Patchwork-Id: 584634 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3DEC1C43334 for ; Fri, 24 Jun 2022 13:34:47 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 0E49B1866; Fri, 24 Jun 2022 15:33:55 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 0E49B1866 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1656077685; bh=jscgzgGSzznfzVydPseZSwRoTeJWlNqpyzNEFBKw79g=; h=From:To:Subject:Date:In-Reply-To:References:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=LUVBsHRBxzGlu5nYaj6qm+5cEk8QzjmlET0QNHYRlgAti6Qn7qJZ9UNi4JgidoGwl bUkq728f9V53p5aMGuslhJ14kvfQck49/IV1Y9Fjmh+ZSkfsikPMu07MhPi3jaDgOm SJJyAPLJ5ccSmtHx+Z1nl3DWiVvqnp7jvt8+LNNs= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id BEC60F802BE; Fri, 24 Jun 2022 15:33:25 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 605C6F80165; Fri, 24 Jun 2022 15:33:22 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 5E427F80137 for ; Fri, 24 Jun 2022 15:33:14 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 5E427F80137 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="XK57p0o4" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1656077596; x=1687613596; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=jscgzgGSzznfzVydPseZSwRoTeJWlNqpyzNEFBKw79g=; b=XK57p0o4qbrYZfsk0zVJmIpNd3A9+I4DPcFvBhJqoSz4LmQ41zBGMfZq 8687UNaubf3kjDxv7sSHZ5gxsTBvMvutLZlqe0SkY1nyndCB9dTQDuUcE uQmFfHda2NfCytSxrA9+EsRPEasOBwGNmzXNRJHoZWT1+sAiRL5GTtrR0 ciaK0VJUkIblrFQVnavbdIcbh25O2V2oaFYgvtCQ6pQbUhldMnbaIcTuP YwFtKsKal9Rvv9iGzRoVLFr3YEu1m5nywieaF6NTyDFHVw6OW5r+4BcM1 2wRmhxtdKnTTdYkHV7D8yeWvJ1ny+e/9CwPys2+Yp6GEjq3FjRoO6ODCW w==; X-IronPort-AV: E=McAfee;i="6400,9594,10387"; a="344996178" X-IronPort-AV: E=Sophos;i="5.92,218,1650956400"; d="scan'208";a="344996178" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jun 2022 06:33:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,218,1650956400"; d="scan'208";a="835123882" Received: from crojewsk-ctrl.igk.intel.com ([10.102.9.28]) by fmsmga006.fm.intel.com with ESMTP; 24 Jun 2022 06:33:06 -0700 From: Cezary Rojewski To: alsa-devel@alsa-project.org, broonie@kernel.org Subject: [PATCH 1/4] ASoC: Intel: hsw_rt5640: Mark BE DAI as nonatomic Date: Fri, 24 Jun 2022 15:43:14 +0200 Message-Id: <20220624134317.3656128-2-cezary.rojewski@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220624134317.3656128-1-cezary.rojewski@intel.com> References: <20220624134317.3656128-1-cezary.rojewski@intel.com> MIME-Version: 1.0 Cc: Cezary Rojewski , pierre-louis.bossart@linux.intel.com, tiwai@suse.com, hdegoede@redhat.com, amadeuszx.slawinski@linux.intel.com X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" Address the warning: "Codec: dpcm_be_connect: FE is nonatomic but BE is not, forcing BE as nonatomic" by marking BE DAI as nonatomic. Aligns with what is already done for FE DAIs. Signed-off-by: Cezary Rojewski --- sound/soc/intel/boards/hsw_rt5640.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/intel/boards/hsw_rt5640.c b/sound/soc/intel/boards/hsw_rt5640.c index ad747363d112..050c53ebd6ba 100644 --- a/sound/soc/intel/boards/hsw_rt5640.c +++ b/sound/soc/intel/boards/hsw_rt5640.c @@ -121,6 +121,7 @@ static struct snd_soc_dai_link card_dai_links[] = { /* SSP0 - Codec */ .name = "Codec", .id = 0, + .nonatomic = 1, .no_pcm = 1, .dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF | SND_SOC_DAIFMT_CBC_CFC, .ignore_pmdown_time = 1, From patchwork Fri Jun 24 13:43:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Cezary Rojewski X-Patchwork-Id: 584880 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6E1ABC43334 for ; Fri, 24 Jun 2022 13:35:08 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 7215E186E; Fri, 24 Jun 2022 15:34:16 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 7215E186E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1656077706; bh=/RoTz20LqF1jxKFuAmOWYqeSfnhD7dr4rsbSY+7SKM4=; h=From:To:Subject:Date:In-Reply-To:References:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=Ef2FoKI8BL9uu+WDA8eErEdKRj09YOeLxA6KNU3yW6UsO9fBrGakab7LN8v8oZWA7 Xttj7FnTL2ajW5ItcKu+oTMN+SBmgKlyWT/ZY2iT3oZJBdlIfHn8yFLCNUvqFLdfb8 oZ60GxyXJxaNpK7TJiAu96uaHyYpfIjvyStmvC04= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 4698AF80536; Fri, 24 Jun 2022 15:33:26 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 02E3FF80165; Fri, 24 Jun 2022 15:33:22 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 2EC73F80139 for ; Fri, 24 Jun 2022 15:33:16 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 2EC73F80139 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="De5ej4n6" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1656077597; x=1687613597; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=/RoTz20LqF1jxKFuAmOWYqeSfnhD7dr4rsbSY+7SKM4=; b=De5ej4n6LTekQ5LX1MwlLlrRoJP6y+KqMbHUmtYU/69ntYxBnystMQ7x el4zOVcnpEjrmu9NkBlTmjfsVBDmxHpczcwBYI4P7Bo6r0jFse3ic/oFS sslgwZrVJHTx9T/jTeqkDkZrYxda7/BoLlyuLsh8qnMyPME7j7V4zkCKo cw3NAxjxPpyWp9pRpCIcaEegb3wiP29cLVYDOOaMpmEGBjSpzlXfYfOC3 c2jGNeg6RPkjhVAihlY6BbYeUbVvAw0PKeOH6Sxvx1h1n9chE0qj30xjG SwdhtAJDvRD+oqkO2EJcrIN3A11RqR1eEpYpq4Y67kY4WCBVseEMAIVsY Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10387"; a="344996183" X-IronPort-AV: E=Sophos;i="5.92,218,1650956400"; d="scan'208";a="344996183" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jun 2022 06:33:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,218,1650956400"; d="scan'208";a="835123896" Received: from crojewsk-ctrl.igk.intel.com ([10.102.9.28]) by fmsmga006.fm.intel.com with ESMTP; 24 Jun 2022 06:33:08 -0700 From: Cezary Rojewski To: alsa-devel@alsa-project.org, broonie@kernel.org Subject: [PATCH 2/4] ASoC: Intel: bdw_rt286: Mark BE DAI as nonatomic Date: Fri, 24 Jun 2022 15:43:15 +0200 Message-Id: <20220624134317.3656128-3-cezary.rojewski@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220624134317.3656128-1-cezary.rojewski@intel.com> References: <20220624134317.3656128-1-cezary.rojewski@intel.com> MIME-Version: 1.0 Cc: Cezary Rojewski , pierre-louis.bossart@linux.intel.com, tiwai@suse.com, hdegoede@redhat.com, amadeuszx.slawinski@linux.intel.com X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" Address the warning: "Codec: dpcm_be_connect: FE is nonatomic but BE is not, forcing BE as nonatomic" by marking BE DAI as nonatomic. Aligns with what is already done for FE DAIs. Signed-off-by: Cezary Rojewski --- sound/soc/intel/boards/bdw_rt286.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/intel/boards/bdw_rt286.c b/sound/soc/intel/boards/bdw_rt286.c index 47eaddb00936..6b76df0e7c9b 100644 --- a/sound/soc/intel/boards/bdw_rt286.c +++ b/sound/soc/intel/boards/bdw_rt286.c @@ -162,6 +162,7 @@ static struct snd_soc_dai_link card_dai_links[] = { /* SSP0 - Codec */ .name = "Codec", .id = 0, + .nonatomic = 1, .no_pcm = 1, .init = codec_link_init, .dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF | SND_SOC_DAIFMT_CBC_CFC, From patchwork Fri Jun 24 13:43:16 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Cezary Rojewski X-Patchwork-Id: 584879 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6BEFCC433EF for ; Fri, 24 Jun 2022 13:35:33 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 8E902189B; Fri, 24 Jun 2022 15:34:41 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 8E902189B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1656077731; bh=Vbc1P3WLihXDyzUCv1G7A6/jGuOCNJ2DEGR1xIFmtmc=; h=From:To:Subject:Date:In-Reply-To:References:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=qP+70t8Wro7mKr3FjARxlkffFynqZ7ICoWALbl4OZGlVyu/VbAFJVdQoeL5VDG+Ln chv6WZbBBGHacGk+sDKsnWMvBUbPZgfoLFeINbSOW83gzI8SNEP5jDMIBNNMh7WWUq Fj3cjhvjVkUG75BGggxaeVdjjyxEAo2kRlDVNh8M= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 74F8BF8053C; Fri, 24 Jun 2022 15:33:30 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id BAF45F8053D; Fri, 24 Jun 2022 15:33:27 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 758B7F80107 for ; Fri, 24 Jun 2022 15:33:17 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 758B7F80107 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="IknMo1Dr" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1656077601; x=1687613601; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Vbc1P3WLihXDyzUCv1G7A6/jGuOCNJ2DEGR1xIFmtmc=; b=IknMo1DruwLSdvgtON91J0dFNo/0zXv5Br1pFw+TuUZ4A/eS+RJgZrFG aQYbr1GQWPg1y3MM1bg6x/Xke0t4YSqrW1oEUXBRJ66jf3QE3hlhuzXz5 YBu10dWCYQi0a09D6er1+c/iw1976EqL1BMRPiKzvDlTEdPWn/s9hNQMh +Xexu2qJfrlZMJfo6COnjsVUO7gB/yWp5vfL/ldG1rtuTNwUVNzBy4mwu KstsbXgOe7bHVMZPxQKY6hxvsm4e2Uiu2qzo/zB9Kju34aTLD7a42O4Cz xNWp3cVLxQH6/GpLW+pDjBE3wjJwZfD+Dt5id3Km7K4MsM8CWulmGoZZV Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10387"; a="344996186" X-IronPort-AV: E=Sophos;i="5.92,218,1650956400"; d="scan'208";a="344996186" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jun 2022 06:33:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,218,1650956400"; d="scan'208";a="835123902" Received: from crojewsk-ctrl.igk.intel.com ([10.102.9.28]) by fmsmga006.fm.intel.com with ESMTP; 24 Jun 2022 06:33:10 -0700 From: Cezary Rojewski To: alsa-devel@alsa-project.org, broonie@kernel.org Subject: [PATCH 3/4] ASoC: Intel: bdw_rt5650: Mark BE DAI as nonatomic Date: Fri, 24 Jun 2022 15:43:16 +0200 Message-Id: <20220624134317.3656128-4-cezary.rojewski@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220624134317.3656128-1-cezary.rojewski@intel.com> References: <20220624134317.3656128-1-cezary.rojewski@intel.com> MIME-Version: 1.0 Cc: Cezary Rojewski , pierre-louis.bossart@linux.intel.com, tiwai@suse.com, hdegoede@redhat.com, amadeuszx.slawinski@linux.intel.com X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" Address the warning: "Codec: dpcm_be_connect: FE is nonatomic but BE is not, forcing BE as nonatomic" by marking BE DAI as nonatomic. Aligns with what is already done for FE ones. Signed-off-by: Cezary Rojewski --- sound/soc/intel/boards/bdw-rt5650.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/intel/boards/bdw-rt5650.c b/sound/soc/intel/boards/bdw-rt5650.c index aae857fdcdb8..67c3f49b924c 100644 --- a/sound/soc/intel/boards/bdw-rt5650.c +++ b/sound/soc/intel/boards/bdw-rt5650.c @@ -249,6 +249,7 @@ static struct snd_soc_dai_link bdw_rt5650_dais[] = { /* SSP0 - Codec */ .name = "Codec", .id = 0, + .nonatomic = 1, .no_pcm = 1, .dai_fmt = SND_SOC_DAIFMT_DSP_B | SND_SOC_DAIFMT_NB_NF | SND_SOC_DAIFMT_CBC_CFC, From patchwork Fri Jun 24 13:43:17 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Cezary Rojewski X-Patchwork-Id: 584633 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B2C66C433EF for ; Fri, 24 Jun 2022 13:35:16 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id D574D188F; Fri, 24 Jun 2022 15:34:24 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz D574D188F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1656077714; bh=KlzZPfY8PUa0Hp1wpJb0PFd6Kp5TaDCX+6Sxy1beko0=; h=From:To:Subject:Date:In-Reply-To:References:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=K3ZQ+1MsDzcy+iBocHXdrVBv//6Wo5dr6ZlSXuFWWXfOfTRxP//+grE2TTMl9+5C9 nMKSBzaUAe55aQDhqH77YVSICzRj2PH0PvIHNRSShu23yBVtwpHvDhnt0PVzvHx/R/ RfAG1xB5lrTbUlbNVwQ4oZyO4Wp7KFW7Bsl7Epk8= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id B975FF8053A; Fri, 24 Jun 2022 15:33:26 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 2CEE1F80165; Fri, 24 Jun 2022 15:33:24 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 60A63F800CB for ; Fri, 24 Jun 2022 15:33:17 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 60A63F800CB Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="ACbzffb+" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1656077598; x=1687613598; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=KlzZPfY8PUa0Hp1wpJb0PFd6Kp5TaDCX+6Sxy1beko0=; b=ACbzffb+vgYG3hTn9finwtkudLKM9t8gyPXsXhy9FiQU8RM4aV6G0w3Z F3bN0QMbRmVhCROLfnlU3QaAYKCKmPBd2//r6l8P/nU/sinTiSqLWPyOU Isu1/h3Xrk/BihFjkqbjWntprWAkmGcd2jAvQd/YZhzYyOct4Z3gHjWd0 qA45AB7pGiPt2zacUHozPKFweYZ5DvTz5BYAd8n5IV9RgPG5aDBDhPCHd BmaUZ1q/QSdadtzqYEo0J9fzereCNiYK5wBBizv9VukrK2q4AjRC3MRk6 ZHz2S2KzsWJ12GD8OCVs1bN3t1LdTvk1GuhxFhBMPBTvySK1+Ez27bRZA Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10387"; a="344996191" X-IronPort-AV: E=Sophos;i="5.92,218,1650956400"; d="scan'208";a="344996191" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jun 2022 06:33:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,218,1650956400"; d="scan'208";a="835123907" Received: from crojewsk-ctrl.igk.intel.com ([10.102.9.28]) by fmsmga006.fm.intel.com with ESMTP; 24 Jun 2022 06:33:12 -0700 From: Cezary Rojewski To: alsa-devel@alsa-project.org, broonie@kernel.org Subject: [PATCH 4/4] ASoC: Intel: bdw_rt5677: Mark BE DAI as nonatomic Date: Fri, 24 Jun 2022 15:43:17 +0200 Message-Id: <20220624134317.3656128-5-cezary.rojewski@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220624134317.3656128-1-cezary.rojewski@intel.com> References: <20220624134317.3656128-1-cezary.rojewski@intel.com> MIME-Version: 1.0 Cc: Cezary Rojewski , pierre-louis.bossart@linux.intel.com, tiwai@suse.com, hdegoede@redhat.com, amadeuszx.slawinski@linux.intel.com X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" Address the warning: "Codec: dpcm_be_connect: FE is nonatomic but BE is not, forcing BE as nonatomic" by marking BE DAI as nonatomic. Aligns with what is already done for FE ones. Signed-off-by: Cezary Rojewski --- sound/soc/intel/boards/bdw-rt5677.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/intel/boards/bdw-rt5677.c b/sound/soc/intel/boards/bdw-rt5677.c index d0ecbba2febe..31488702768e 100644 --- a/sound/soc/intel/boards/bdw-rt5677.c +++ b/sound/soc/intel/boards/bdw-rt5677.c @@ -349,6 +349,7 @@ static struct snd_soc_dai_link bdw_rt5677_dais[] = { /* SSP0 - Codec */ .name = "Codec", .id = 0, + .nonatomic = 1, .no_pcm = 1, .dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF | SND_SOC_DAIFMT_CBC_CFC,