commit | 36b8defc447627c3e91058c43941ec15d827556e | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Sat Mar 16 08:48:52 2019 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Mar 27 17:15:04 2019 +0100 |
tree | b0acfaf2861c693c31418435d07eea75c6d7c0ef | |
parent | 734b5a0bbdf43518e6739c8156a985e385e557fe [diff] |
ALSA: us122l: Use alloc_pages_exact() alloc_pages_exact() is more suitable choice for allocating the sound buffers, as it doesn't need to align with power-of-two. Along with the conversion, we can drop __GFP_COMP as well. The patch also replace the error messages to be more explicit. Acked-by: Michal Hocko <mhocko@suse.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>