mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
ALSA: aaci: Delete unused variable in aaci_do_suspend
The variable aaci is not used anymore and can be deleted.
Fixes: 792a6c5187
("[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>
This commit is contained in:
parent
f5d9ddf121
commit
5a94041db1
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user