diff options
author | Bard Liao <yung-chuan.liao@linux.intel.com> | 2025-02-04 11:31:34 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2025-02-04 16:26:13 +0000 |
commit | 20efccc53abf99fa52ea30a43dec758f6b6b9940 (patch) | |
tree | a99d9283facce9794e78bf93961972b9621d9981 | |
parent | 3588b76db7ba798f54dee39a55708b16e1c61de4 (diff) |
ASoC: Intel: soc-acpi-intel-mtl-match: declare adr as ull
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>
-rw-r--r-- | sound/soc/intel/common/soc-acpi-intel-mtl-match.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/common/soc-acpi-intel-mtl-match.c b/sound/soc/intel/common/soc-acpi-intel-mtl-match.c index 770e2194a283..9e611e3667ad 100644 --- a/sound/soc/intel/common/soc-acpi-intel-mtl-match.c +++ b/sound/soc/intel/common/soc-acpi-intel-mtl-match.c @@ -330,7 +330,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" |