~ubuntu-audio-dev/alsa-driver/tiwai-trunk2

« back to all changes in this revision

Viewing changes to soc/codecs/Kconfig

  • Committer: Canonistack server
  • Date: 2016-05-16 13:04:41 UTC
  • Revision ID: david.henningsson@canonical.com-20160516130441-xmcvo5v7n0mupdei
Test run of 623 machines: 3 failing with 3 errors and 0 warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
        select SND_SOC_MC13783 if MFD_MC13XXX
89
89
        select SND_SOC_ML26124 if I2C
90
90
        select SND_SOC_NAU8825 if I2C
 
91
        select SND_SOC_HDMI_CODEC
91
92
        select SND_SOC_PCM1681 if I2C
92
93
        select SND_SOC_PCM179X_I2C if I2C
93
94
        select SND_SOC_PCM179X_SPI if SPI_MASTER
94
95
        select SND_SOC_PCM3008
95
96
        select SND_SOC_PCM3168A_I2C if I2C
96
97
        select SND_SOC_PCM3168A_SPI if SPI_MASTER
 
98
        select SND_SOC_PCM5102A
97
99
        select SND_SOC_PCM512x_I2C if I2C
98
100
        select SND_SOC_PCM512x_SPI if SPI_MASTER
99
101
        select SND_SOC_RT286 if I2C
477
479
config SND_SOC_DMIC
478
480
        tristate
479
481
 
 
482
config SND_SOC_HDMI_CODEC
 
483
       tristate
 
484
       select SND_PCM_ELD
 
485
       select SND_PCM_IEC958
 
486
 
480
487
config SND_SOC_ES8328
481
488
        tristate "Everest Semi ES8328 CODEC"
482
489
 
575
582
        select SND_SOC_PCM3168A
576
583
        select REGMAP_SPI
577
584
 
 
585
config SND_SOC_PCM5102A
 
586
        tristate
 
587
 
578
588
config SND_SOC_PCM512x
579
589
        tristate
580
590