commit | ed9d0b626e65ab653e5421083d8dcd59cacd1132 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Sat Feb 15 10:01:40 2014 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Sat Feb 15 10:05:35 2014 +0100 |
tree | 68c06150563e68f9609283dc9439e89552281907 | |
parent | 115b94d51a3ee1b7dfffa74f77e20cd11da70b91 [diff] |
ALSA: hda - Remove dependency on bus->pci in hda_beep.c The default parent device can be obtained directly via card object, so we don't need to rely on pci->dev.parent. Since there is no access to pci_dev, we can reduce the inclusion of linux/pci.h, too. Signed-off-by: Takashi Iwai <tiwai@suse.de>