Commit 36e8fe99 authored by Mark Brown's avatar Mark Brown

ASoC: wm_adsp: Add speaker Tx as a firmware option

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 338c5188
...@@ -150,10 +150,10 @@ ...@@ -150,10 +150,10 @@
#define ADSP2_RAM_RDY_SHIFT 0 #define ADSP2_RAM_RDY_SHIFT 0
#define ADSP2_RAM_RDY_WIDTH 1 #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] = { 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 { static struct {
...@@ -161,6 +161,7 @@ static struct { ...@@ -161,6 +161,7 @@ static struct {
} wm_adsp_fw[WM_ADSP_NUM_FW] = { } wm_adsp_fw[WM_ADSP_NUM_FW] = {
{ .file = "mbc-vss" }, { .file = "mbc-vss" },
{ .file = "tx" }, { .file = "tx" },
{ .file = "tx-spk" },
{ .file = "rx-anc" }, { .file = "rx-anc" },
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment