mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-04 15:55:59 -04:00
ASoC: cs35l41: Add cs35l51/53 IDs
Add IDs for the CS35L51/53 variants, the functionality is shared with CS35L41. Signed-off-by: David Rhodes <david.rhodes@cirrus.com> Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com> Link: https://lore.kernel.org/r/20220105113026.18955-2-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
static const struct i2c_device_id cs35l41_id_i2c[] = {
|
||||
{ "cs35l40", 0 },
|
||||
{ "cs35l41", 0 },
|
||||
{ "cs35l51", 0 },
|
||||
{ "cs35l53", 0 },
|
||||
{}
|
||||
};
|
||||
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
static const struct spi_device_id cs35l41_id_spi[] = {
|
||||
{ "cs35l40", 0 },
|
||||
{ "cs35l41", 0 },
|
||||
{ "cs35l51", 0 },
|
||||
{ "cs35l53", 0 },
|
||||
{}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user