summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2018-06-08 10:20:25 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2018-06-08 10:20:25 -0700
commitebae906ccd7f1817c6967ba77dd7515828a04a59 (patch)
tree5fb2ea1f8e820b2a4655ec33a5ab7b323800b033 /include
parent7b67aed05337137a51fa7481cb6bd99b2197256d (diff)
parent53c8faf4dc088ab4da0021750047e90023ce3284 (diff)
Merge "q6asm: retry asm open in case of session id conflict"
Diffstat (limited to 'include')
-rw-r--r--include/sound/q6asm-v2.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/sound/q6asm-v2.h b/include/sound/q6asm-v2.h
index 9df3e77da05b..3523fac586ce 100644
--- a/include/sound/q6asm-v2.h
+++ b/include/sound/q6asm-v2.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012-2017, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -309,6 +309,10 @@ int q6asm_open_write_v4(struct audio_client *ac, uint32_t format,
int q6asm_open_write_v5(struct audio_client *ac, uint32_t format,
uint16_t bits_per_sample);
+
+int q6asm_open_write_with_retry(struct audio_client *ac, uint32_t format,
+ uint16_t bits_per_sample);
+
int q6asm_stream_open_write_v2(struct audio_client *ac, uint32_t format,
uint16_t bits_per_sample, int32_t stream_id,
bool is_gapless_mode);