summaryrefslogtreecommitdiffstats
path: root/audio/audio_hw.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2017-02-09 10:45:21 +0100
committerChristopher N. Hesse <raymanfx@gmail.com>2017-02-10 21:33:14 +0100
commitecd17ce8ba4109c500a1083f4d74f94eb8ae9598 (patch)
tree36cdfffaae74886761da58670631b25de8553017 /audio/audio_hw.h
parent9c195610dffd74b7006c501cd2727ce9f58cd44d (diff)
downloadhardware_samsung-ecd17ce8ba4109c500a1083f4d74f94eb8ae9598.tar.gz
hardware_samsung-ecd17ce8ba4109c500a1083f4d74f94eb8ae9598.tar.bz2
hardware_samsung-ecd17ce8ba4109c500a1083f4d74f94eb8ae9598.zip
Revert "audio: Remove unused screen_state parameter"
We want that to avoid an error message in the log, so revert the revomal. This reverts commit cdad20da45269c9c5d7308f7d63de1350e04d94d. Change-Id: Ic90cd6b02e5b3e8aae73d824153c3084643a8acc
Diffstat (limited to 'audio/audio_hw.h')
-rw-r--r--audio/audio_hw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/audio_hw.h b/audio/audio_hw.h
index 96635ec..8a507ed 100644
--- a/audio/audio_hw.h
+++ b/audio/audio_hw.h
@@ -384,6 +384,7 @@ struct audio_device {
struct stream_in* active_input;
struct stream_out* primary_output;
bool mic_mute;
+ bool screen_off;
struct voice_data voice;