]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge remote-tracking branches 'asoc/topic/txx9', 'asoc/topic/wm8750', 'asoc/topic...
authorMark Brown <broonie@kernel.org>
Wed, 4 Feb 2015 20:57:24 +0000 (20:57 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 4 Feb 2015 20:57:24 +0000 (20:57 +0000)
1  2  3  4  5 
sound/soc/codecs/wm8904.c
sound/soc/codecs/wm8995.c

Simple merge
index 79e1aead51318eb5d0509f9ecccf654f8aad1977,c280f0a3a424303ebba6def4972d4e644fc479f8,1288edeb8c7dea9530620345028fc990ac55cb6c,120228b6b5963496065eebb0951629d0cc912627,c280f0a3a424303ebba6def4972d4e644fc479f8..66103c2b012e522062a9d29d5f92a099223c6015
@@@@@@ -2191,16 -2195,16 -2205,9 -2195,16 -2195,16 +2191,16 @@@@@@ static const struct snd_soc_codec_drive
        .remove = wm8995_remove,
        .set_bias_level = wm8995_set_bias_level,
        .idle_bias_off = true,
  +  
  +     .controls = wm8995_snd_controls,
  +     .num_controls = ARRAY_SIZE(wm8995_snd_controls),
  +     .dapm_widgets = wm8995_dapm_widgets,
  +     .num_dapm_widgets = ARRAY_SIZE(wm8995_dapm_widgets),
  +     .dapm_routes = wm8995_intercon,
  +     .num_dapm_routes = ARRAY_SIZE(wm8995_intercon),
     };
     
--- -static struct regmap_config wm8995_regmap = {
+++ +static const struct regmap_config wm8995_regmap = {
        .reg_bits = 16,
        .val_bits = 16,