summaryrefslogtreecommitdiffstats
path: root/binding/radio_impl.h
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-12-12 15:23:25 -0800
committerMatt Ranostay <matt.ranostay@konsulko.com>2019-12-14 11:49:08 -0800
commit77b59fd16b1506803aec40c9999fc9890bae83d2 (patch)
tree09a92ac76aba19e2284a0d7ea26c0474a2d0c066 /binding/radio_impl.h
parentbcfa8087eafcf4d96fc70eaa10afdce4dcfd3655 (diff)
radio: check for corking from PipeWireicefish_8.99.3icefish/8.99.38.99.3
Check if PipeWire is corking the audio stream and if so don't process signal-composer events till uncorked Bug-AGL: SPEC-3023 Change-Id: I1a4623022bbe28658bc97b5fe0cda58863f20d8c Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'binding/radio_impl.h')
-rw-r--r--binding/radio_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/binding/radio_impl.h b/binding/radio_impl.h
index 0216f69..009df9b 100644
--- a/binding/radio_impl.h
+++ b/binding/radio_impl.h
@@ -64,6 +64,8 @@ typedef struct {
uint32_t (*get_frequency_step)(radio_band_t band);
+ bool (*get_corking_state)(void);
+
void (*start)(void);
void (*stop)(void);