From patchwork Wed Apr 3 09:31:44 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Amadeusz_S=C5=82awi=C5=84ski?= X-Patchwork-Id: 785444 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 32812CD1288 for ; Wed, 3 Apr 2024 09:34:51 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 6FAF72C88; Wed, 3 Apr 2024 11:34:39 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 6FAF72C88 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1712136889; bh=H1VHHLIXeX8Omn5DQfAV7IkeGysf9C0vnaXxHYuscy8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-Id: List-Archive:List-Help:List-Owner:List-Post:List-Subscribe: List-Unsubscribe:From; b=jHZwEYJOmhadijWK/TRi07XYbQaASCBdk3NMRCq1J7xB703FYmuyTQZBstyx0IUA1 QKHrL3DbjdOK49n993Ze5kDVpfD0ODa1jciffdNnLoGeHIa55wRsp6pjLVtKZm9U9e ITJcEuFCujGUMZ6DCaDtweSxD3WZeapmQl2MMWuE= Received: by alsa1.perex.cz (Postfix, from userid 50401) id 95A87F80768; Wed, 3 Apr 2024 11:31:57 +0200 (CEST) Received: from mailman-core.alsa-project.org (mailman-core.alsa-project.org [10.254.200.10]) by alsa1.perex.cz (Postfix) with ESMTP id 0443AF8074E; Wed, 3 Apr 2024 11:31:57 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id EEC2DF80641; Wed, 3 Apr 2024 11:31:41 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.17]) (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 B097DF805D9 for ; Wed, 3 Apr 2024 11:31:32 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz B097DF805D9 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key, unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=KosinP5b DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1712136694; x=1743672694; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=H1VHHLIXeX8Omn5DQfAV7IkeGysf9C0vnaXxHYuscy8=; b=KosinP5bLOhkVO5H7HpyPQEXLh4m7ZGipzy3Vn45SkCq0b3nCreNgvRC fcUOG/7zXW1zWpoZ5Q2lod6MKUe8bdyQaUlyZGwKGLCiqjya3+82ujTc3 nOrgMrft4MvbESVMmmZkwOlupIFoqAeg+GQUZ/bqXibkXCpjcl42j20A8 gx1tWbMNoJ2i5Q8a3vAUU+6XmR6I8BbiDAWjRy+PehJWdLw0Sz+fDxDkx UbrN69TCcmQlNPQfdHNhuvUzYInTch1v2RQJNaMXwBymarj1x0a5eBZW4 pkt/Kn15W5CZa+m9eFlraMT74FbnYEti0jBuC44c6vAqWYtcD/Jpa1Vye g==; X-CSE-ConnectionGUID: 9Ank7ftmRnmLU31NOkKiqw== X-CSE-MsgGUID: Ks+iDe2jSfSW6L3kf6frLw== X-IronPort-AV: E=McAfee;i="6600,9927,11032"; a="7218734" X-IronPort-AV: E=Sophos;i="6.07,177,1708416000"; d="scan'208";a="7218734" Received: from orviesa007.jf.intel.com ([10.64.159.147]) by fmvoesa111.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Apr 2024 02:31:31 -0700 X-CSE-ConnectionGUID: cid7SUMdRQ+Lf/Kd5Gi0hQ== X-CSE-MsgGUID: lPy6wLiwQIOWYrKYk2NbmA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,177,1708416000"; d="scan'208";a="18797576" Received: from dev2 (HELO DEV2.igk.intel.com) ([10.237.148.94]) by orviesa007.jf.intel.com with ESMTP; 03 Apr 2024 02:31:29 -0700 From: =?utf-8?q?Amadeusz_S=C5=82awi=C5=84ski?= To: Mark Brown Cc: Cezary Rojewski , Takashi Iwai , Jaroslav Kysela , alsa-devel@alsa-project.org, linux-sound@vger.kernel.org, =?utf-8?q?Amadeus?= =?utf-8?q?z_S=C5=82awi=C5=84ski?= Subject: [PATCH 09/10] ASoC: Intel: avs: rt5663: Constify card_headset_pins Date: Wed, 3 Apr 2024 11:31:44 +0200 Message-Id: <20240403093145.3375857-10-amadeuszx.slawinski@linux.intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240403093145.3375857-1-amadeuszx.slawinski@linux.intel.com> References: <20240403093145.3375857-1-amadeuszx.slawinski@linux.intel.com> MIME-Version: 1.0 Message-ID-Hash: U7XBQ7AX43LF7UAF22B3FEKZG3MEVJ3Y X-Message-ID-Hash: U7XBQ7AX43LF7UAF22B3FEKZG3MEVJ3Y X-MailFrom: amadeuszx.slawinski@linux.intel.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-alsa-devel.alsa-project.org-0; header-match-alsa-devel.alsa-project.org-1; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.9 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: card_headset_pins is never modified, mark it const. Reviewed-by: Cezary Rojewski Signed-off-by: Amadeusz Sławiński --- sound/soc/intel/avs/boards/rt5663.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/intel/avs/boards/rt5663.c b/sound/soc/intel/avs/boards/rt5663.c index 1880c315cc4d1..ba8c42d026da2 100644 --- a/sound/soc/intel/avs/boards/rt5663.c +++ b/sound/soc/intel/avs/boards/rt5663.c @@ -43,7 +43,7 @@ static const struct snd_soc_dapm_route card_routes[] = { { "IN1N", NULL, "Headset Mic" }, }; -static struct snd_soc_jack_pin card_headset_pins[] = { +static const struct snd_soc_jack_pin card_headset_pins[] = { { .pin = "Headphone Jack", .mask = SND_JACK_HEADPHONE,