Skip to content

Commit

Permalink
ASoC: Intel: soc-acpi-intel-mtl-match: declare adr as ull
Browse files Browse the repository at this point in the history
The adr is u64.

Signed-off-by: Bard Liao <[email protected]>
  • Loading branch information
bardliao authored and ranj063 committed Jan 15, 2025
1 parent f7dab10 commit f63ed0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/intel/common/soc-acpi-intel-mtl-match.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f63ed0e

Please sign in to comment.