summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/hardware_legacy/AudioHardwareInterface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hardware_legacy/AudioHardwareInterface.h b/include/hardware_legacy/AudioHardwareInterface.h
index 7d34aaa..6328063 100644
--- a/include/hardware_legacy/AudioHardwareInterface.h
+++ b/include/hardware_legacy/AudioHardwareInterface.h
@@ -279,6 +279,8 @@ public:
/**This method dumps the state of the audio hardware */
virtual status_t dumpState(int fd, const Vector<String16>& args) = 0;
+ virtual status_t setMasterMute(bool muted) = 0;
+
static AudioHardwareInterface* create();
virtual int createAudioPatch(unsigned int num_sources,