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

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.deSigned-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent f5d9ddf1
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment