summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-09-12 14:42:28 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-09-12 14:42:27 -0700
commite8afdbad3e09004958777fc5f19a94308e9d3c1f (patch)
treeb20c9e67b196163766c463cc3344ec05fc0b1770 /include
parenta1bf0348c4a9ef98de57bdfaf09c37a14465ce2b (diff)
parent287879c3beb3e50decdbec07895d0698d7212a9a (diff)
Merge "ASoC: msm: Add Buffer overflow check"
Diffstat (limited to 'include')
-rw-r--r--include/sound/q6asm-v2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/q6asm-v2.h b/include/sound/q6asm-v2.h
index dadc2f7a4eae..8525f2e7f738 100644
--- a/include/sound/q6asm-v2.h
+++ b/include/sound/q6asm-v2.h
@@ -226,7 +226,7 @@ struct audio_client *q6asm_get_audio_client(int session_id);
int q6asm_audio_client_buf_alloc(unsigned int dir/* 1:Out,0:In */,
struct audio_client *ac,
unsigned int bufsz,
- unsigned int bufcnt);
+ uint32_t bufcnt);
int q6asm_audio_client_buf_alloc_contiguous(unsigned int dir
/* 1:Out,0:In */,
struct audio_client *ac,