Skip to content
Commit 49d9e77e authored by Mike Travis's avatar Mike Travis Committed by Takashi Iwai
Browse files

ALSA: hda - Fix system panic when DMA > 40 bits for Nvidia audio controllers



The audio driver mistakenly allows 64 bit addresses to be created for
the audio driver on Nvidia GPUs.  Unfortunately, the hardware normally
only supports up to 40 bits of DMA.  This can cause system panics as
well as misdirected data when the address is > 40 bits as the upper
part the address is truncated.

Signed-off-by: default avatarMike Travis <travis@sgi.com>
Reviewed-by: default avatarMike Habeck <habeck@sgi.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 9ea6cfbc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment