summaryrefslogtreecommitdiff
path: root/firmware/lib/include/vboot_audio.h
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2011-10-04 08:36:09 -0700
committerBill Richardson <wfrichar@chromium.org>2011-10-05 11:09:23 -0700
commit94d703459063fd144ec31ea0b70b9e94b208cfc8 (patch)
treed4e225c96debee2fdf0d5e05b4e42acca7e75aba /firmware/lib/include/vboot_audio.h
parent253a58e3834631e4688da45d31b0c475926bcbd6 (diff)
downloadvboot-94d703459063fd144ec31ea0b70b9e94b208cfc8.tar.gz
Enable (and test) custom dev-mode sounds
BUG=none TEST=manual cd src/platform/vboot_reference make && make runtests Change-Id: I7f7d50d7c9c5541e0b99031245f882996a6b88ec Reviewed-on: http://gerrit.chromium.org/gerrit/8731 Reviewed-by: Bill Richardson <wfrichar@chromium.org> Tested-by: Bill Richardson <wfrichar@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'firmware/lib/include/vboot_audio.h')
-rw-r--r--firmware/lib/include/vboot_audio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/lib/include/vboot_audio.h b/firmware/lib/include/vboot_audio.h
index efa241b3..eea5a65a 100644
--- a/firmware/lib/include/vboot_audio.h
+++ b/firmware/lib/include/vboot_audio.h
@@ -2,7 +2,7 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
- * Display functions used in kernel selection.
+ * Delay/beep functions used in dev-mode kernel selection.
*/
#ifndef VBOOT_REFERENCE_VBOOT_AUDIO_H_