1. 12 3月, 2014 1 次提交
  2. 11 3月, 2014 2 次提交
  3. 10 3月, 2014 6 次提交
  4. 06 3月, 2014 8 次提交
  5. 05 3月, 2014 4 次提交
  6. 04 3月, 2014 4 次提交
  7. 03 3月, 2014 3 次提交
  8. 27 2月, 2014 1 次提交
    • T
      ASoC: sta32x: Fix wrong enum for limiter2 release rate · b3619b28
      Takashi Iwai 提交于
      There is a typo in the Limiter2 Release Rate control, a wrong enum for
      Limiter1 is assigned.  It must point to Limiter2.
      Spotted by a compile warning:
      
      In file included from sound/soc/codecs/sta32x.c:34:0:
      sound/soc/codecs/sta32x.c:223:29: warning: ‘sta32x_limiter2_release_rate_enum’ defined but not used [-Wunused-variable]
       static SOC_ENUM_SINGLE_DECL(sta32x_limiter2_release_rate_enum,
                                   ^
      include/sound/soc.h:275:18: note: in definition of macro ‘SOC_ENUM_DOUBLE_DECL’
        struct soc_enum name = SOC_ENUM_DOUBLE(xreg, xshift_l, xshift_r, \
                        ^
      sound/soc/codecs/sta32x.c:223:8: note: in expansion of macro ‘SOC_ENUM_SINGLE_DECL’
       static SOC_ENUM_SINGLE_DECL(sta32x_limiter2_release_rate_enum,
              ^
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      Cc: <stable@vger.kernel.org>
      b3619b28
  9. 26 2月, 2014 2 次提交
  10. 25 2月, 2014 2 次提交
  11. 23 2月, 2014 1 次提交
  12. 21 2月, 2014 1 次提交
  13. 20 2月, 2014 5 次提交