Skip to content

Commit 20efccc

Browse files
bardliaobroonie
authored andcommitted
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>
1 parent 3588b76 commit 20efccc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/intel/common/soc-acpi-intel-mtl-match.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ static const struct snd_soc_acpi_adr_device rt1316_3_single_adr[] = {
330330

331331
static const struct snd_soc_acpi_adr_device rt1318_1_single_adr[] = {
332332
{
333-
.adr = 0x000130025D131801,
333+
.adr = 0x000130025D131801ull,
334334
.num_endpoints = 1,
335335
.endpoints = &single_endpoint,
336336
.name_prefix = "rt1318-1"

0 commit comments

Comments
 (0)