Skip to content

Commit 5a94041

Browse files
t-8chtiwai
authored andcommitted
ALSA: aaci: Delete unused variable in aaci_do_suspend
The variable aaci is not used anymore and can be deleted. Fixes: 792a6c5 ("[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>
1 parent f5d9ddf commit 5a94041

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sound/arm/aaci.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,6 @@ static const struct snd_pcm_ops aaci_capture_ops = {
739739
*/
740740
static int aaci_do_suspend(struct snd_card *card)
741741
{
742-
struct aaci *aaci = card->private_data;
743742
snd_power_change_state(card, SNDRV_CTL_POWER_D3cold);
744743
return 0;
745744
}

0 commit comments

Comments
 (0)