We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 149cb7d commit 8ae4c65Copy full SHA for 8ae4c65
sound/pci/hda/hda_intel.c
@@ -1039,13 +1039,11 @@ static int azx_suspend(struct device *dev)
1039
{
1040
struct snd_card *card = dev_get_drvdata(dev);
1041
struct azx *chip;
1042
- struct hdac_bus *bus;
1043
1044
if (!azx_is_pm_ready(card))
1045
return 0;
1046
1047
chip = card->private_data;
1048
- bus = azx_bus(chip);
1049
azx_shutdown_chip(chip);
1050
1051
trace_azx_suspend(chip);
0 commit comments