1. 29 12月, 2010 6 次提交
    • L
      ASoC: codecs: wm8955: Fix register cache incoherency · 715920d0
      Lars-Peter Clausen 提交于
      The multi-component patch(commit f0fba2ad) moved the allocation of the
      register cache from the driver to the ASoC core. Most drivers where adjusted to
      this, but the wm8955 driver still uses its own register cache for its
      private functions, while functions from the ASoC core use the generic cache.
      Thus we end up with two from each other incoherent caches, which can lead to
      undefined behaviour.
      This patch fixes the issue by changing the wm8955 driver to use the
      generic register cache in its private functions.
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Cc: stable@kernel.org (for 2.6.37 only)
      715920d0
    • L
      ASoC: codecs: wm8904: Fix register cache incoherency · f578a188
      Lars-Peter Clausen 提交于
      The multi-component patch(commit f0fba2ad) moved the allocation of the
      register cache from the driver to the ASoC core. Most drivers where adjusted to
      this, but the wm8904 driver still uses its own register cache for its
      private functions, while functions from the ASoC core use the generic cache.
      Thus we end up with two from each other incoherent caches, which can lead to
      undefined behaviour.
      This patch fixes the issue by changing the wm8904 driver to use the
      generic register cache in its private functions.
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Cc: Ian Lartey <ian@opensource.wolfsonmicro.com>
      Cc: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Cc: stable@kernel.org (for 2.6.37 only)
      f578a188
    • L
      ASoC: codecs: wm8741: Fix register cache incoherency · 52ca353b
      Lars-Peter Clausen 提交于
      The multi-component patch(commit f0fba2ad) moved the allocation of the
      register cache from the driver to the ASoC core. Most drivers where adjusted to
      this, but the wm8741 driver still uses its own register cache for its
      private functions, while functions from the ASoC core use the generic cache.
      Thus we end up with two from each other incoherent caches, which can lead to
      undefined behaviour.
      This patch fixes the issue by changing the wm8741 driver to use the
      generic register cache in its private functions.
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Cc: Ian Lartey <ian@opensource.wolfsonmicro.com>
      Cc: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Cc: stable@kernel.org (for 2.6.37 only)
      52ca353b
    • L
      ASoC: codecs: wm8523: Fix register cache incoherency · beebca31
      Lars-Peter Clausen 提交于
      The multi-component patch(commit f0fba2ad) moved the allocation of the
      register cache from the driver to the ASoC core. Most drivers where adjusted to
      this, but the wm8523 driver still uses its own register cache for its
      private functions, while functions from the ASoC core use the generic cache.
      Thus we end up with two from each other incoherent caches, which can lead to
      undefined behaviour.
      This patch fixes the issue by changing the wm8523 driver to use the
      generic register cache in its private functions.
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Cc: Ian Lartey <ian@opensource.wolfsonmicro.com>
      Cc: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Cc: stable@kernel.org (for 2.6.37 only)
      beebca31
    • L
      ASoC: codecs: max98088: Fix register cache incoherency · d24eb0db
      Lars-Peter Clausen 提交于
      The multi-component patch(commit f0fba2ad) moved the allocation of the
      register cache from the driver to the ASoC core. Most drivers where adjusted to
      this, but the max98088 driver still uses its own register cache for its
      private functions, while functions from the ASoC core use the generic cache.
      Thus we end up with two from each other incoherent caches, which can lead to
      undefined behaviour.
      This patch fixes the issue by changing the max98088 driver to use the
      generic register cache in its private functions.
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Cc: Peter Hsiang <Peter.Hsiang@maxim-ic.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Cc: stable@kernel.org (for 2.6.37 only)
      d24eb0db
    • L
      ASoC: codecs: Add missing control_type initialization · 7f984b55
      Lars-Peter Clausen 提交于
      Some codec drivers do not initialize the control_type field in their private
      device struct, but still use it when calling snd_soc_codec_set_cache_io.
      This patch fixes the issue by properly initializing it in the drivers probe
      functions.
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Cc: stable@kernel.org (for 2.6.37 only)
      7f984b55
  2. 14 12月, 2010 1 次提交
  3. 09 12月, 2010 2 次提交
  4. 07 12月, 2010 3 次提交
  5. 06 12月, 2010 3 次提交
  6. 03 12月, 2010 1 次提交
  7. 02 12月, 2010 1 次提交
  8. 01 12月, 2010 1 次提交
  9. 30 11月, 2010 10 次提交
  10. 26 11月, 2010 2 次提交
  11. 25 11月, 2010 10 次提交