Searched hist:"4214 c5349c20005b7a83916801394eb7270896b2" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/sound/hda/ |
H A D | hdac_stream.c | diff 4214c5349c20005b7a83916801394eb7270896b2 Tue May 19 04:35:13 CDT 2015 Takashi Iwai <tiwai@suse.de> ALSA: hda - Fix NULL dereference from CA0132 DSP loader
The CA0132 DSP loader leads to NULL deference since the recent transition to HDA core code, as it unconditionally accesses hdac_stream->substream->runtime. For DSP loading, the substream shouldn't be assigned.
This patch addresses the NULL dereference above in addition to assure the substream is cleared while DSP loading.
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=98151 Signed-off-by: Takashi Iwai <tiwai@suse.de>
|