Home
last modified time | relevance | path

Searched hist:"0 be5168047c22ad6b2fa675f02e8090b192fbc8f" (Results 1 – 1 of 1) sorted by relevance

/linux/sound/pci/
H A Dcmipci.cdiff 0be5168047c22ad6b2fa675f02e8090b192fbc8f Mon Apr 09 22:09:27 CEST 2018 Takashi Iwai <tiwai@suse.de> ALSA: cmipci: Allocate with GFP_KERNEL instead of GFP_ATOMIC

save_mixer_state() is called in a sleepable context, so it's safe to
allocate with GFP_KERNEL instead of the current GFP_ATOMIC. The
GFP_ATOMIC usage must have been based on an incorrect assumption in
the very old code base.

Signed-off-by: Takashi Iwai <tiwai@suse.de>