···11+RT5663/RT5668 audio CODEC22+33+This device supports I2C only.44+55+Required properties:66+77+- compatible : One of "realtek,rt5663" or "realtek,rt5668".88+99+- reg : The I2C address of the device.1010+1111+- interrupts : The CODEC's interrupt output.1212+1313+Optional properties:1414+1515+Pins on the device (for linking into audio routes) for RT5663/RT5668:1616+1717+ * IN1P1818+ * IN1N1919+ * IN2P2020+ * IN2N2121+ * HPOL2222+ * HPOR2323+2424+Example:2525+2626+codec: rt5663@12 {2727+ compatible = "realtek,rt5663";2828+ reg = <0x12>;2929+ interrupts = <7 IRQ_TYPE_EDGE_FALLING>;3030+};
+7
sound/soc/codecs/Kconfig
···113113 select SND_SOC_RT5651 if I2C114114 select SND_SOC_RT5659 if I2C115115 select SND_SOC_RT5660 if I2C116116+ select SND_SOC_RT5663 if I2C116117 select SND_SOC_RT5670 if I2C117118 select SND_SOC_RT5677 if I2C && SPI_MASTER118119 select SND_SOC_SGTL5000 if I2C···648647 default y if SND_SOC_RT5651=y649648 default y if SND_SOC_RT5659=y650649 default y if SND_SOC_RT5660=y650650+ default y if SND_SOC_RT5663=y651651 default y if SND_SOC_RT5670=y652652 default y if SND_SOC_RT5677=y653653 default m if SND_SOC_RT5514=m···658656 default m if SND_SOC_RT5651=m659657 default m if SND_SOC_RT5659=m660658 default m if SND_SOC_RT5660=m659659+ default m if SND_SOC_RT5663=m661660 default m if SND_SOC_RT5670=m662661 default m if SND_SOC_RT5677=m663662···671668672669config SND_SOC_RT286673670 tristate671671+ select SND_SOC_RT5663674672 depends on I2C675673676674config SND_SOC_RT298···705701 tristate706702707703config SND_SOC_RT5660704704+ tristate705705+706706+config SND_SOC_RT5663708707 tristate709708710709config SND_SOC_RT5670