commit | 759368fbc09c9ebbed0678b5fbc8a6bd142312c1 | [log] [tgz] |
---|---|---|
author | Andreas Schneider <asn@cryptomilk.org> | Thu Feb 02 16:11:14 2017 +0100 |
committer | Christopher N. Hesse <raymanfx@gmail.com> | Fri Feb 10 16:18:59 2017 +0000 |
tree | cf5d1f4f495d85b253f80324c82f14161503afff | |
parent | 5fada9b0c83ab53e06a6e95f4c7eb271f8b9422d [diff] [blame] |
audio: Add a delay for DSP firmware loading This is turned off by default. Change-Id: Idf764933c67e6666cb2cc0043fa7a7e86935488d
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 @@ int card; struct mixer* mixer; struct audio_route* audio_route; + struct timespec dsp_poweroff_time; }; struct audio_usecase {