Skip to content

Commit bfd73b6

Browse files
Vlad Karpovichbroonie
authored andcommitted
ASoC: cs35l45: Add support for Chip ID 0x35A460
The 0x35A460 chip is a different variant of the cs35l45. Signed-off-by: Vlad Karpovich <[email protected] Acked-by: Charles Keepax <[email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]
1 parent 11b0b80 commit bfd73b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/codecs/cs35l45.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,6 +1078,7 @@ static int cs35l45_initialize(struct cs35l45_private *cs35l45)
10781078

10791079
switch (dev_id[0]) {
10801080
case 0x35A450:
1081+
case 0x35A460:
10811082
break;
10821083
default:
10831084
dev_err(cs35l45->dev, "Bad DEVID 0x%x\n", dev_id[0]);

0 commit comments

Comments
 (0)