Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ALSA: aaci: Delete unused variable in aaci_do_suspend

The variable aaci is not used anymore and can be deleted.

Fixes: 792a6c51875c ("[ALSA] Fix PM support")
Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Link: https://lore.kernel.org/r/20240312-aaci-unused-v1-1-09be643f67c2@linutronix.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by

Thomas Weißschuh and committed by
Takashi Iwai
5a94041d f5d9ddf1

-1
-1
sound/arm/aaci.c
··· 739 739 */ 740 740 static int aaci_do_suspend(struct snd_card *card) 741 741 { 742 - struct aaci *aaci = card->private_data; 743 742 snd_power_change_state(card, SNDRV_CTL_POWER_D3cold); 744 743 return 0; 745 744 }