am 20c7f50c: Support querying active record sources

* commit '20c7f50cd5d60ee7d76f2f502866187992e7675b':
  Support querying active record sources
This commit is contained in:
Jean-Michel Trivi 2012-10-10 16:34:11 -07:00 committed by Android Git Automerger
commit 40483c7371

View file

@ -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);
};