summaryrefslogtreecommitdiff
path: root/nuttx/drivers/audio
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-19 11:58:53 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-19 11:58:53 -0600
commit5f032e61c5b1a3db67ef31cca4fd5f72c6233668 (patch)
treed6ee1a83fe072b2b31c67a5b05e4eaf2ed1c5210 /nuttx/drivers/audio
parent2e8478b428f016c01939b80e3c45dd90b112280c (diff)
downloadnuttx-5f032e61c5b1a3db67ef31cca4fd5f72c6233668.tar.gz
nuttx-5f032e61c5b1a3db67ef31cca4fd5f72c6233668.tar.bz2
nuttx-5f032e61c5b1a3db67ef31cca4fd5f72c6233668.zip
SAMA5D4-EK: Add WM8904 initialization logic
Diffstat (limited to 'nuttx/drivers/audio')
-rw-r--r--nuttx/drivers/audio/wm8904.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/audio/wm8904.c b/nuttx/drivers/audio/wm8904.c
index 8029316cd..e9d92bbd6 100644
--- a/nuttx/drivers/audio/wm8904.c
+++ b/nuttx/drivers/audio/wm8904.c
@@ -1843,7 +1843,7 @@ FAR struct audio_lowerhalf_s *
auddbg("ERROR: WM8904 not found: ID=%04x\n", regval);
return -ENODEV;
}
-WM8904_DUMMY
+
/* Configure the WM8904 hardware as an audio input device */
wm8904_audio_output(priv);