Skip to content

Commit 3588b76

Browse files
bardliaobroonie
authored andcommitted
ASoC: Intel: soc-acpi-intel-tgl-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 a8c9a45 commit 3588b76

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -658,25 +658,25 @@ static const struct snd_soc_acpi_endpoint cs35l56_7_fb_endpoints[] = {
658658

659659
static const struct snd_soc_acpi_adr_device cs35l56_sdw_eight_1_4_fb_adr[] = {
660660
{
661-
.adr = 0x00003301fa355601,
661+
.adr = 0x00003301fa355601ull,
662662
.num_endpoints = ARRAY_SIZE(cs35l56_l_fb_endpoints),
663663
.endpoints = cs35l56_l_fb_endpoints,
664664
.name_prefix = "AMP1"
665665
},
666666
{
667-
.adr = 0x00003201fa355601,
667+
.adr = 0x00003201fa355601ull,
668668
.num_endpoints = ARRAY_SIZE(cs35l56_2_fb_endpoints),
669669
.endpoints = cs35l56_2_fb_endpoints,
670670
.name_prefix = "AMP2"
671671
},
672672
{
673-
.adr = 0x00003101fa355601,
673+
.adr = 0x00003101fa355601ull,
674674
.num_endpoints = ARRAY_SIZE(cs35l56_4_fb_endpoints),
675675
.endpoints = cs35l56_4_fb_endpoints,
676676
.name_prefix = "AMP3"
677677
},
678678
{
679-
.adr = 0x00003001fa355601,
679+
.adr = 0x00003001fa355601ull,
680680
.num_endpoints = ARRAY_SIZE(cs35l56_6_fb_endpoints),
681681
.endpoints = cs35l56_6_fb_endpoints,
682682
.name_prefix = "AMP4"
@@ -685,25 +685,25 @@ static const struct snd_soc_acpi_adr_device cs35l56_sdw_eight_1_4_fb_adr[] = {
685685

686686
static const struct snd_soc_acpi_adr_device cs35l56_sdw_eight_5_8_fb_adr[] = {
687687
{
688-
.adr = 0x00013701fa355601,
688+
.adr = 0x00013701fa355601ull,
689689
.num_endpoints = ARRAY_SIZE(cs35l56_r_fb_endpoints),
690690
.endpoints = cs35l56_r_fb_endpoints,
691691
.name_prefix = "AMP8"
692692
},
693693
{
694-
.adr = 0x00013601fa355601,
694+
.adr = 0x00013601fa355601ull,
695695
.num_endpoints = ARRAY_SIZE(cs35l56_3_fb_endpoints),
696696
.endpoints = cs35l56_3_fb_endpoints,
697697
.name_prefix = "AMP7"
698698
},
699699
{
700-
.adr = 0x00013501fa355601,
700+
.adr = 0x00013501fa355601ull,
701701
.num_endpoints = ARRAY_SIZE(cs35l56_5_fb_endpoints),
702702
.endpoints = cs35l56_5_fb_endpoints,
703703
.name_prefix = "AMP6"
704704
},
705705
{
706-
.adr = 0x00013401fa355601,
706+
.adr = 0x00013401fa355601ull,
707707
.num_endpoints = ARRAY_SIZE(cs35l56_7_fb_endpoints),
708708
.endpoints = cs35l56_7_fb_endpoints,
709709
.name_prefix = "AMP5"

0 commit comments

Comments
 (0)