summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm_adsp.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2013-01-25 09:47:48 (GMT)
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-01-26 03:39:42 (GMT)
commit36e8fe990153d015d9bb1d36f5bd70ec5b205204 (patch)
tree7ed4535a61e062ef149ce5c015ff9015d8a25c73 /sound/soc/codecs/wm_adsp.c
parent338c5188f6fbccf3ef34a6ae46ada8f64565e1d0 (diff)
downloadlinux-fsl-qoriq-36e8fe990153d015d9bb1d36f5bd70ec5b205204.tar.xz
ASoC: wm_adsp: Add speaker Tx as a firmware option
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm_adsp.c')
-rw-r--r--sound/soc/codecs/wm_adsp.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c
index 55a0089..99f00f8 100644
--- a/sound/soc/codecs/wm_adsp.c
+++ b/sound/soc/codecs/wm_adsp.c
@@ -150,10 +150,10 @@
#define ADSP2_RAM_RDY_SHIFT 0
#define ADSP2_RAM_RDY_WIDTH 1
-#define WM_ADSP_NUM_FW 3
+#define WM_ADSP_NUM_FW 4
static const char *wm_adsp_fw_text[WM_ADSP_NUM_FW] = {
- "MBC/VSS", "Tx", "Rx ANC"
+ "MBC/VSS", "Tx", "Tx Speaker", "Rx ANC"
};
static struct {
@@ -161,6 +161,7 @@ static struct {
} wm_adsp_fw[WM_ADSP_NUM_FW] = {
{ .file = "mbc-vss" },
{ .file = "tx" },
+ { .file = "tx-spk" },
{ .file = "rx-anc" },
};