Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d764971d authored by Phani Kumar Uppalapati's avatar Phani Kumar Uppalapati Committed by Matt Wagantall
Browse files

mfd: wcd9xxx: Update wcd9335 codec major version



Update wcd9335 1.0 codec major version to 0x0 so
as to enumerate the codec for audio use-cases.

Change-Id: I2809966e43cabdd50bd3849254fba2b15953bfe2
Signed-off-by: default avatarPhani Kumar Uppalapati <phaniu@codeaurora.org>
parent 08d189b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -208,7 +208,7 @@ enum wcd9xxx_chipid_major {
	TAIKO_MAJOR = cpu_to_le16(0x102),
	TAPAN_MAJOR = cpu_to_le16(0x103),
	TOMTOM_MAJOR = cpu_to_le16(0x105),
	TASHA_MAJOR = cpu_to_le16(0x107),
	TASHA_MAJOR = cpu_to_le16(0x0),
};

struct wcd9xxx_codec_type {