summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-04 15:36:16 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-04 15:36:16 -0600
commit85a03aee7e8c5fdd17efd383cbec590e73548edc (patch)
tree2ac7a81fe7ad8958783ceba6655fb6a86da0fec2
parentfddc8f0a63891c15c6387d3574ad87870b479818 (diff)
downloadnuttx-85a03aee7e8c5fdd17efd383cbec590e73548edc.tar.gz
nuttx-85a03aee7e8c5fdd17efd383cbec590e73548edc.tar.bz2
nuttx-85a03aee7e8c5fdd17efd383cbec590e73548edc.zip
WM8904: Update READMEs and defconfigs to last tested configuration
-rw-r--r--nuttx/configs/sama5d3x-ek/README.txt1
-rw-r--r--nuttx/configs/sama5d3x-ek/nxplayer/defconfig3
-rw-r--r--nuttx/configs/sama5d4-ek/README.txt1
3 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/configs/sama5d3x-ek/README.txt b/nuttx/configs/sama5d3x-ek/README.txt
index 72575ba2f..dedde5f71 100644
--- a/nuttx/configs/sama5d3x-ek/README.txt
+++ b/nuttx/configs/sama5d3x-ek/README.txt
@@ -2756,6 +2756,7 @@ I2S Audio Support
Board Selection
CONFIG_SAMA5D3xEK_WM8904_I2CFREQUENCY=400000
+ CONFIG_SAMA5D3xEK_WM8904_SRCMAIN=y : WM8904 MCLK is the SAMA5D Main Clock
Library Routines
CONFIG_SCHED_WORKQUEUE=y : MW8904 driver needs work queue support
diff --git a/nuttx/configs/sama5d3x-ek/nxplayer/defconfig b/nuttx/configs/sama5d3x-ek/nxplayer/defconfig
index 30173a37c..3045e348a 100644
--- a/nuttx/configs/sama5d3x-ek/nxplayer/defconfig
+++ b/nuttx/configs/sama5d3x-ek/nxplayer/defconfig
@@ -365,6 +365,8 @@ CONFIG_SAMA5D3xEK_MT47H128M16RT=y
# CONFIG_SAMA5D3xEK_MT47H64M16HR is not set
# CONFIG_SAMA5D3xEK_NOREDLED is not set
CONFIG_SAMA5D3xEK_WM8904_I2CFREQUENCY=400000
+CONFIG_SAMA5D3xEK_WM8904_SRCMAIN=y
+# CONFIG_SAMA5D3xEK_WM8904_SRCSCK is not set
#
# RTOS Features
@@ -499,6 +501,7 @@ CONFIG_WM8904_BUFFER_SIZE=8192
CONFIG_WM8904_NUM_BUFFERS=8
CONFIG_WM8904_WORKER_STACKSIZE=1536
# CONFIG_WM8904_REGDUMP is not set
+# CONFIG_WM8904_CLKDEBUG is not set
# CONFIG_AUDIO_NULL is not set
# CONFIG_VIDEO_DEVICES is not set
# CONFIG_BCH is not set
diff --git a/nuttx/configs/sama5d4-ek/README.txt b/nuttx/configs/sama5d4-ek/README.txt
index f055aad64..433e0aa67 100644
--- a/nuttx/configs/sama5d4-ek/README.txt
+++ b/nuttx/configs/sama5d4-ek/README.txt
@@ -2810,6 +2810,7 @@ Audio Support
Board Selection
CONFIG_SAMA5D4EK_WM8904_I2CFREQUENCY=400000
+ CONFIG_SAMA5D4EK_WM8904_SRCMAIN=y : WM8904 MCLK is the SAMA5D Main Clock
Library Routines
CONFIG_SCHED_WORKQUEUE=y : MW8904 driver needs work queue support