···11+max9867 codec22+33+This device supports I2C mode only.44+55+Required properties:66+77+- compatible : "maxim,max9867"88+- reg : The chip select number on the I2C bus99+1010+Example:1111+1212+&i2c {1313+ max9867: max9867@0x18 {1414+ compatible = "maxim,max9867";1515+ reg = <0x18>;1616+ };1717+};
+4
sound/soc/codecs/Kconfig
···7979 select SND_SOC_MAX98090 if I2C8080 select SND_SOC_MAX98095 if I2C8181 select SND_SOC_MAX98357A if GPIOLIB8282+ select SND_SOC_MAX9867 if I2C8283 select SND_SOC_MAX98925 if I2C8384 select SND_SOC_MAX98926 if I2C8485 select SND_SOC_MAX9850 if I2C···517516518517config SND_SOC_MAX98357A519518 tristate519519+520520+config SND_SOC_MAX9867521521+ tristate520522521523config SND_SOC_MAX98925522524 tristate