ALSA: arm: aaci: Constify amba_id table

'struct amba_id' table is not modified so can be changed to const for
more safety.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://patch.msgid.link/20250222114129.162794-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Krzysztof Kozlowski 2025-02-22 12:41:29 +01:00 committed by Takashi Iwai
parent becc794c5e
commit 0f1f26c591

View File

@ -1061,7 +1061,7 @@ static void aaci_remove(struct amba_device *dev)
}
}
static struct amba_id aaci_ids[] = {
static const struct amba_id aaci_ids[] = {
{
.id = 0x00041041,
.mask = 0x000fffff,