1. 18 11月, 2014 9 次提交
  2. 08 11月, 2014 1 次提交
    • L
      ASoC: wm9712/wm9713: Replace virtual registers with custom put/get callbacks · cf1f2ebe
      Lars-Peter Clausen 提交于
      The wm9712/wm9713 has separate mixers for the left and the right channel,
      but the inputs to the mixers are enabled/disabled by the same control.
      Currently this is implemented by the driver by registering two virtual
      controls for each physical control, one for the left mixer and one for the
      right mixer.
      
      Using virtual registers will no longer work when the driver has
      been converted to regmap. This patch converts the driver to use controls
      with custom put/get callbacks instead which implement the logic making sure
      that the physical control is unmuted when either the left or the right
      control is unmuted.
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      cf1f2ebe
  3. 01 11月, 2014 11 次提交
  4. 08 10月, 2014 6 次提交
  5. 07 10月, 2014 3 次提交
  6. 05 10月, 2014 1 次提交
  7. 04 10月, 2014 2 次提交
  8. 03 10月, 2014 7 次提交