commit | 6ab08ced64a4d5ea321fd1d5ebbd2217789b040f | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Jan 10 13:01:41 2014 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Sat Jan 11 11:04:23 2014 +0100 |
tree | eebd036148e0b216eaba3c3709d4f1adc995e021 | |
parent | e240a46965dd14db6e6bdf8974ebb347f3db860b [diff] |
ALSA: PCM: Warn when buffer preallocation fails The failures of buffer preallocations at driver initializations aren't critical but it's still helpful to inform, so that user can know that something doesn't work as expected. For example, the recent page allocator change triggered regressions, but developers didn't notice until recently because the driver didn't complain. Signed-off-by: Takashi Iwai <tiwai@suse.de>