diff options
author | 2019-12-12 15:23:25 -0800 | |
---|---|---|
committer | 2019-12-13 15:21:35 -0800 | |
commit | b0cdc2b0ab623be1841ba4b60d1755f5bf706283 (patch) | |
tree | eabbebcd373bfc9ce7250420aa5e7cfd9cf46915 /binding/radio_impl.h | |
parent | 404f3d662374404c9f5484a78ea2b8da9ba8656f (diff) |
radio: check for corking from PipeWire
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.h | 2 |
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); |