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 <[email protected]> Reviewed-by: Péter Ujfalusi <[email protected]> Reviewed-by: Ranjani Sridharan <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 3588b76 commit 20efccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)