summaryrefslogtreecommitdiffstats
path: root/audio/audio_hw.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2017-02-02 16:11:14 +0100
committerChristopher N. Hesse <raymanfx@gmail.com>2017-02-10 16:18:59 +0000
commit759368fbc09c9ebbed0678b5fbc8a6bd142312c1 (patch)
treecf5d1f4f495d85b253f80324c82f14161503afff /audio/audio_hw.h
parent5fada9b0c83ab53e06a6e95f4c7eb271f8b9422d (diff)
downloadandroid_hardware_samsung-759368fbc09c9ebbed0678b5fbc8a6bd142312c1.tar.gz
android_hardware_samsung-759368fbc09c9ebbed0678b5fbc8a6bd142312c1.tar.bz2
android_hardware_samsung-759368fbc09c9ebbed0678b5fbc8a6bd142312c1.zip
audio: Add a delay for DSP firmware loading
This is turned off by default. Change-Id: Idf764933c67e6666cb2cc0043fa7a7e86935488d
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 fddeffc..da5cd86 100644
--- a/audio/audio_hw.h
+++ b/audio/audio_hw.h
@@ -355,6 +355,7 @@ struct mixer_card {
int card;
struct mixer* mixer;
struct audio_route* audio_route;
+ struct timespec dsp_poweroff_time;
};
struct audio_usecase {