Commit 5a94041d authored by Thomas Weißschuh's avatar Thomas Weißschuh Committed by Takashi Iwai
Browse files

ALSA: aaci: Delete unused variable in aaci_do_suspend



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

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


Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent f5d9ddf1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -739,7 +739,6 @@ static const struct snd_pcm_ops aaci_capture_ops = {
 */
static int aaci_do_suspend(struct snd_card *card)
{
	struct aaci *aaci = card->private_data;
	snd_power_change_state(card, SNDRV_CTL_POWER_D3cold);
	return 0;
}