am 20c7f50c
: Support querying active record sources
* commit '20c7f50cd5d60ee7d76f2f502866187992e7675b': Support querying active record sources
This commit is contained in:
commit
40483c7371
1 changed files with 3 additions and 0 deletions
|
@ -232,6 +232,9 @@ struct audio_policy {
|
|||
audio_stream_type_t stream,
|
||||
uint32_t in_past_ms);
|
||||
|
||||
bool (*is_source_active)(const struct audio_policy *pol,
|
||||
audio_source_t source);
|
||||
|
||||
/* dump state */
|
||||
int (*dump)(const struct audio_policy *pol, int fd);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue