@@ -141,6 +141,7 @@ config SND_SOC_ALL_CODECS
141141 select SND_SOC_RT5668 if I2C
142142 select SND_SOC_RT5670 if I2C
143143 select SND_SOC_RT5677 if I2C && SPI_MASTER
144+ select SND_SOC_RT5682 if I2C
144145 select SND_SOC_SGTL5000 if I2C
145146 select SND_SOC_SI476X if MFD_SI476X_CORE
146147 select SND_SOC_SIRF_AUDIO_CODEC
@@ -778,6 +779,7 @@ config SND_SOC_RL6231
778779 default y if SND_SOC_RT5668=y
779780 default y if SND_SOC_RT5670=y
780781 default y if SND_SOC_RT5677=y
782+ default y if SND_SOC_RT5682=y
781783 default y if SND_SOC_RT1305=y
782784 default m if SND_SOC_RT5514=m
783785 default m if SND_SOC_RT5616=m
@@ -791,6 +793,7 @@ config SND_SOC_RL6231
791793 default m if SND_SOC_RT5668=m
792794 default m if SND_SOC_RT5670=m
793795 default m if SND_SOC_RT5677=m
796+ default m if SND_SOC_RT5682=m
794797 default m if SND_SOC_RT1305=m
795798
796799config SND_SOC_RL6347A
@@ -871,6 +874,9 @@ config SND_SOC_RT5677_SPI
871874 tristate
872875 default SND_SOC_RT5677 && SPI
873876
877+ config SND_SOC_RT5682
878+ tristate
879+
874880#Freescale sgtl5000 codec
875881config SND_SOC_SGTL5000
876882 tristate "Freescale SGTL5000 CODEC"
0 commit comments