Merge remote-tracking branches 'asoc/topic/cs42l56', 'asoc/topic/cs42xx8' and 'asoc...
authorMark Brown <broonie@linaro.org>
Wed, 21 May 2014 23:23:49 +0000 (00:23 +0100)
committerMark Brown <broonie@linaro.org>
Wed, 21 May 2014 23:23:49 +0000 (00:23 +0100)
1  2  3  4 
include/sound/soc.h
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/cs42l51.c
sound/soc/codecs/cs42l52.c
sound/soc/codecs/wm8962.c
sound/soc/omap/ams-delta.c

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
@@@@@ -520,27 -520,29 -520,29 -518,10 +518,8 @@@@@ static int ams_delta_cx20442_init(struc
                return 0;
        }
    
---     /* Add board specific DAPM widgets and routes */
---     ret = snd_soc_dapm_new_controls(dapm, ams_delta_dapm_widgets,
---                                     ARRAY_SIZE(ams_delta_dapm_widgets));
---     if (ret) {
---             dev_warn(card->dev,
---                             "Failed to register DAPM controls, "
---                             "will continue without any.\n");
---             return 0;
---     }
--- 
---     ret = snd_soc_dapm_add_routes(dapm, ams_delta_audio_map,
---                                     ARRAY_SIZE(ams_delta_audio_map));
---     if (ret) {
---             dev_warn(card->dev,
---                             "Failed to set up DAPM routes, "
---                             "will continue with codec default map.\n");
---             return 0;
---     }
--- 
        /* Set up initial pin constellation */
        snd_soc_dapm_disable_pin(dapm, "Mouthpiece");
 ---    snd_soc_dapm_enable_pin(dapm, "Earpiece");
 ---    snd_soc_dapm_enable_pin(dapm, "Microphone");
        snd_soc_dapm_disable_pin(dapm, "Speaker");
        snd_soc_dapm_disable_pin(dapm, "AGCIN");
        snd_soc_dapm_disable_pin(dapm, "AGCOUT");