Skip to content

Commit dcf8213

Browse files
drhodescirrusbroonie
authored andcommitted
ASoC: cs35l41: Add cs35l51/53 IDs
Add IDs for the CS35L51/53 variants, the functionality is shared with CS35L41. Signed-off-by: David Rhodes <[email protected]> Signed-off-by: Charles Keepax <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 9f3d453 commit dcf8213

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

sound/soc/codecs/cs35l41-i2c.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
static const struct i2c_device_id cs35l41_id_i2c[] = {
2323
{ "cs35l40", 0 },
2424
{ "cs35l41", 0 },
25+
{ "cs35l51", 0 },
26+
{ "cs35l53", 0 },
2527
{}
2628
};
2729

sound/soc/codecs/cs35l41-spi.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
static const struct spi_device_id cs35l41_id_spi[] = {
2121
{ "cs35l40", 0 },
2222
{ "cs35l41", 0 },
23+
{ "cs35l51", 0 },
24+
{ "cs35l53", 0 },
2325
{}
2426
};
2527

0 commit comments

Comments
 (0)