You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
audio: buffer: use add BUFFER_USAGE_ flags to improve readability
Passing boolean parameters to key functions results in hard to read
code. Add BUFFER_USAGE_SHARED and BUFFER_USAGE_NOT_SHARED definitions
to make code allocating buffers easier to read and maintain.
No functional change.
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
0 commit comments