1. 29 6月, 2013 1 次提交
  2. 27 6月, 2013 1 次提交
  3. 14 5月, 2013 2 次提交
  4. 13 5月, 2013 1 次提交
  5. 17 4月, 2013 1 次提交
  6. 28 3月, 2013 1 次提交
  7. 27 3月, 2013 3 次提交
  8. 26 3月, 2013 1 次提交
  9. 20 3月, 2013 1 次提交
  10. 13 3月, 2013 3 次提交
  11. 04 3月, 2013 2 次提交
  12. 08 2月, 2013 1 次提交
    • M
      ASoC: core: Allow digital mute for capture · da18396f
      Mark Brown 提交于
      Help avoid noise from the power up of the capture path propagating through
      into the start of the recording (especially noise caused by the ramp of
      microphone biases) by keeping the capture muted until after we've finished
      powering things up with DAPM in the same manner we do for playback. This
      allows us to take advantage of soft mute support in the hardware more
      effectively and is more consistent.
      
      The core code using the existing digital mute operation is updated to take
      advantage of this. Some additional cases in the soc-pcm code and suspend
      will need separate handling but these are less practically relevant than
      the main runtime stream start/stop case.
      
      Rather than refactor the digital mute function in every single driver a
      new operation is added for drivers taking advantage of this functionality,
      the old operation should be phased out over time.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Acked-by Vinod Koul <vinod.koul@intel.com>
      Acked-by: NLiam Girdwood <liam.r.girdwood@linux.intel.com>
      da18396f
  13. 30 1月, 2013 1 次提交
  14. 27 1月, 2013 1 次提交
  15. 21 1月, 2013 2 次提交
  16. 28 12月, 2012 2 次提交
  17. 24 12月, 2012 2 次提交
  18. 21 12月, 2012 1 次提交
  19. 10 12月, 2012 1 次提交
  20. 21 11月, 2012 1 次提交
  21. 20 11月, 2012 1 次提交
  22. 10 11月, 2012 1 次提交
  23. 19 9月, 2012 1 次提交
  24. 13 9月, 2012 2 次提交
  25. 06 9月, 2012 1 次提交
  26. 21 8月, 2012 2 次提交
    • T
      workqueue: deprecate flush[_delayed]_work_sync() · 43829731
      Tejun Heo 提交于
      flush[_delayed]_work_sync() are now spurious.  Mark them deprecated
      and convert all users to flush[_delayed]_work().
      
      If you're cc'd and wondering what's going on: Now all workqueues are
      non-reentrant and the regular flushes guarantee that the work item is
      not pending or running on any CPU on return, so there's no reason to
      use the sync flushes at all and they're going away.
      
      This patch doesn't make any functional difference.
      Signed-off-by: NTejun Heo <tj@kernel.org>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Paul Mundt <lethal@linux-sh.org>
      Cc: Ian Campbell <ian.campbell@citrix.com>
      Cc: Jens Axboe <axboe@kernel.dk>
      Cc: Mattia Dongili <malattia@linux.it>
      Cc: Kent Yoder <key@linux.vnet.ibm.com>
      Cc: David Airlie <airlied@linux.ie>
      Cc: Jiri Kosina <jkosina@suse.cz>
      Cc: Karsten Keil <isdn@linux-pingi.de>
      Cc: Bryan Wu <bryan.wu@canonical.com>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Alasdair Kergon <agk@redhat.com>
      Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
      Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: linux-wireless@vger.kernel.org
      Cc: Anton Vorontsov <cbou@mail.ru>
      Cc: Sangbeom Kim <sbkim73@samsung.com>
      Cc: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: Eric Van Hensbergen <ericvh@gmail.com>
      Cc: Takashi Iwai <tiwai@suse.de>
      Cc: Steven Whitehouse <swhiteho@redhat.com>
      Cc: Petr Vandrovec <petr@vandrovec.name>
      Cc: Mark Fasheh <mfasheh@suse.com>
      Cc: Christoph Hellwig <hch@infradead.org>
      Cc: Avi Kivity <avi@redhat.com> 
      43829731
    • N
      ASoC: add compress stream support · 1245b700
      Namarta Kohli 提交于
      This patch adds the support to parse the compress dai's and then also adds the
      soc-compress.c file while handles the compress stream operations, mostly analogus
      to what is done in the soc-pcm.c and aditional handling of the compress
      opertaions
      Signed-off-by: NNamarta Kohli <namartax.kohli@intel.com>
      Signed-off-by: NRamesh Babu K V <ramesh.babu@intel.com>
      Signed-off-by: NVinod Koul <vinod.koul@linux.intel.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      1245b700
  27. 11 8月, 2012 1 次提交
  28. 10 8月, 2012 2 次提交