summaryrefslogtreecommitdiff
path: root/src/drivers/sof/sof.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/sof/sof.c')
-rw-r--r--src/drivers/sof/sof.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/drivers/sof/sof.c b/src/drivers/sof/sof.c
index d11f7300c0..a8fc3cee0d 100644
--- a/src/drivers/sof/sof.c
+++ b/src/drivers/sof/sof.c
@@ -14,9 +14,10 @@ static const char *get_spkr_tplg_str(unsigned int index)
case 1: return "max98373";
case 2: return "max98360a";
case 3: return "max98357a";
- case 4: return "max98390";
- case 5: return "rt1011";
- case 6: return "rt1015";
+ case 4: return "max98357a-tdm";
+ case 5: return "max98390";
+ case 6: return "rt1011";
+ case 7: return "rt1015";
default: return "default";
}
}