WM8904: Add an option to control WM8904 register dumping

This commit is contained in:
Gregory Nutt
2014-08-02 06:52:42 -06:00
parent 1f2428c087
commit f4bc0ad99a
6 changed files with 17 additions and 7 deletions
+1 -1
View File
@@ -991,7 +991,7 @@
*
****************************************************************************/
#ifdef CONFIG_DEBUG_AUDIO
#ifdef CONFIG_WM8904_REGDUMP
struct wm8904_dev_s;
uint16_t wm8904_readreg(FAR struct wm8904_dev_s *priv, uint8_t regaddr);
#endif