ALSA: hda: fix the missing ptr initialization
authorVinod Koul <vinod.koul@intel.com>
Thu, 5 May 2016 05:54:42 +0000 (11:24 +0530)
committerTakashi Iwai <tiwai@suse.de>
Sun, 8 May 2016 09:43:28 +0000 (11:43 +0200)
commit94e9080ce22d9fb7c0a4361a5890b2c6affc9b1b
tree1b6be6fb0c0ce69fec0b4b3513139daf49f84b97
parent89e448b33a101dfc7218f3181bc3095af850db7a
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>
sound/hda/ext/hdac_ext_bus.c