]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
Merge branches 'topic/dapm', 'topic/sign', 'topic/adau1373', 'topic/max98090', 'topic...
authorMark Brown <broonie@linaro.org>
Sat, 1 Mar 2014 03:03:16 +0000 (12:03 +0900)
committerMark Brown <broonie@linaro.org>
Sat, 1 Mar 2014 03:03:16 +0000 (12:03 +0900)
1  2  3  4  5  6  7  8 
include/sound/soc.h
sound/soc/codecs/adau1373.c
sound/soc/codecs/mc13783.c
sound/soc/codecs/wm8994.c
sound/soc/codecs/wm8995.c
sound/soc/codecs/wm8996.c
sound/soc/omap/ams-delta.c
sound/soc/soc-core.c
sound/soc/soc-dapm.c

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index 2eca91a51f51d4cf29964f70e65ca26461030ec3,5750de197d0da9bdb86de5a26b0f71fcc635b5c4,629446482a917267706c76982863577a426da11c,629446482a917267706c76982863577a426da11c,629446482a917267706c76982863577a426da11c,629446482a917267706c76982863577a426da11c,629446482a917267706c76982863577a426da11c,629446482a917267706c76982863577a426da11c..8a5363674075072a94a679ad3fc164b79424c4a2
@@@@@@@@@ -103,10 -103,10 -103,10 -103,10 -103,10 -103,10 -103,10 -103,10 +103,10 @@@@@@@@@ static int ams_delta_set_audio_mode(str
                if (!codec->hw_write)
                        return -EUNATCH;
        
 -------        if (ucontrol->value.enumerated.item[0] >= control->max)
 +++++++        if (ucontrol->value.enumerated.item[0] >= control->items)
                        return -EINVAL;
        
- ------        mutex_lock(&codec->mutex);
+ ++++++        snd_soc_dapm_mutex_lock(dapm);
        
                /* Translate selection to bitmap */
                pins = ams_delta_audio_mode_pins[ucontrol->value.enumerated.item[0]];
Simple merge
Simple merge