diff options
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-03-02 18:18:24 +0000 |
---|---|---|
committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-03-02 18:18:24 +0000 |
commit | 6c252a67519c49f365b354e00625a521c86dd29d (patch) | |
tree | dba18bcdfb4493a589392f34408eb3509babf210 /firmware/export/audiohw.h | |
parent | 69ffd7c84ffae0999d2a4f10b840f33f67d67a60 (diff) |
Onda VX747:
* Add speaker en-/disable driver
* Add apps/ setting to en-/disable the speaker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20174 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/audiohw.h')
-rw-r--r-- | firmware/export/audiohw.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h index 423b520dc5..e53db7e7b9 100644 --- a/firmware/export/audiohw.h +++ b/firmware/export/audiohw.h @@ -305,4 +305,10 @@ void audiohw_set_stereo_width(int val); #endif /* CONFIG_CODEC != SWCODEC */ +#ifdef HAVE_SPEAKER + +void audiohw_enable_speaker(bool on); + +#endif /* HAVE_SPEAKER */ + #endif /* _AUDIOHW_H_ */ |