···11+max98925 audio CODEC22+33+This device supports I2C.44+55+Required properties:66+77+ - compatible : "maxim,max98925"88+99+ - vmon-slot-no : slot number used to send voltage information1010+1111+ - imon-slot-no : slot number used to send current information1212+1313+ - reg : the I2C address of the device for I2C1414+1515+Example:1616+1717+codec: max98925@1a {1818+ compatible = "maxim,max98925";1919+ vmon-slot-no = <0>;2020+ imon-slot-no = <2>;2121+ reg = <0x1a>;2222+};
+4
sound/soc/codecs/Kconfig
···7070 select SND_SOC_MAX98090 if I2C7171 select SND_SOC_MAX98095 if I2C7272 select SND_SOC_MAX98357A if GPIOLIB7373+ select SND_SOC_MAX98925 if I2C7374 select SND_SOC_MAX9850 if I2C7475 select SND_SOC_MAX9768 if I2C7576 select SND_SOC_MAX9877 if I2C···459458 tristate460459461460config SND_SOC_MAX98357A461461+ tristate462462+463463+config SND_SOC_MAX98925462464 tristate463465464466config SND_SOC_MAX9850