commit | 43eec2778b9f83790a44bbac1be31d36c2ff10cc | [log] [tgz] |
---|---|---|
author | Chris Thornton <thorntonc@google.com> | Wed Sep 02 22:07:52 2015 -0700 |
committer | Dmitry Shmidt <dimitrysh@google.com> | Wed Oct 14 00:01:48 2015 +0000 |
tree | d7942bb4b80b5d485862bab3c48af61c47a468bb | |
parent | bda3c0a7df7d2e88ad906cd53360aade1a915a35 [diff] |
sound: soc: codec: rt5677: Use vmalloc instead of kzalloc We don't needs that the memory for the sound model or microphone buffer be contiguous, so we can use vmalloc which should prevent spurious failed allocs. BUG=22940183 Change-Id: I905591220676391f9a1e245309744ee3bc715ee5 Signed-off-by: Chris Thornton <thorntonc@google.com> (cherry picked from commit 4205d2c97bc193eff1388b1d7c1d68f1ac755418)