Explorar o código

ALSA: hda: fix the missing ptr initialization

ebus is a member of extended device and was never initialized, so
do this at device creation.

Signed-off-by: Jeeja KP <jeeja.kp@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Vinod Koul %!s(int64=9) %!d(string=hai) anos
pai
achega
94e9080ce2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      sound/hda/ext/hdac_ext_bus.c

+ 1 - 0
sound/hda/ext/hdac_ext_bus.c

@@ -144,6 +144,7 @@ int snd_hdac_ext_bus_device_init(struct hdac_ext_bus *ebus, int addr)
 	if (!edev)
 		return -ENOMEM;
 	hdev = &edev->hdac;
+	edev->ebus = ebus;
 
 	snprintf(name, sizeof(name), "ehdaudio%dD%d", ebus->idx, addr);