aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/pci/hda/hda_beep.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2015-02-26 14:35:59 +0100
committerTakashi Iwai <tiwai@suse.de>2015-02-26 15:37:10 +0100
commit777ae1946813f1dea24d908c8f318754f090f41f (patch)
tree667307e20726a8a4e0384a039f39ca67b68c3181 /sound/pci/hda/hda_beep.c
parentALSA: hda - Power down codec automatically at registration (diff)
downloadwireguard-linux-777ae1946813f1dea24d908c8f318754f090f41f.tar.xz
wireguard-linux-777ae1946813f1dea24d908c8f318754f090f41f.zip
ALSA: hda - Set parent of input beep devices
Set the card device as the parent like other sound devices instead of leaving it empty. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_beep.c')
-rw-r--r--sound/pci/hda/hda_beep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_beep.c b/sound/pci/hda/hda_beep.c
index d6be4e852c4d..e98438e95e79 100644
--- a/sound/pci/hda/hda_beep.c
+++ b/sound/pci/hda/hda_beep.c
@@ -160,6 +160,7 @@ static int snd_hda_do_attach(struct hda_beep *beep)
input_dev->name = "HDA Digital PCBeep";
input_dev->phys = beep->phys;
input_dev->id.bustype = BUS_PCI;
+ input_dev->dev.parent = &codec->bus->card->card_dev;
input_dev->id.vendor = codec->vendor_id >> 16;
input_dev->id.product = codec->vendor_id & 0xffff;