]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ASoC: Intel: soc-acpi-intel-mtl-match: declare adr as ull
authorBard Liao <yung-chuan.liao@linux.intel.com>
Tue, 4 Feb 2025 03:31:34 +0000 (11:31 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 22 Mar 2025 19:54:18 +0000 (12:54 -0700)
[ Upstream commit 20efccc53abf99fa52ea30a43dec758f6b6b9940 ]

The adr is u64.

Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Link: https://patch.msgid.link/20250204033134.92332-3-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
sound/soc/intel/common/soc-acpi-intel-mtl-match.c

index fd02c864e25ef99d4da70fe07872684131fafb7d..a3f79176563719feac53e84af7a103c4b6a01724 100644 (file)
@@ -297,7 +297,7 @@ static const struct snd_soc_acpi_adr_device rt1316_3_single_adr[] = {
 
 static const struct snd_soc_acpi_adr_device rt1318_1_single_adr[] = {
        {
-               .adr = 0x000130025D131801,
+               .adr = 0x000130025D131801ull,
                .num_endpoints = 1,
                .endpoints = &single_endpoint,
                .name_prefix = "rt1318-1"