1. 21 10月, 2013 28 次提交
  2. 18 10月, 2013 1 次提交
    • C
      ALSA: add DICE driver · 82fbb4f7
      Clemens Ladisch 提交于
      As a start point for further development, this is an incomplete driver
      for DICE devices:
      - only playback (so no clock source except the bus clock)
      - only 44.1 kHz
      - no MIDI
      - recovery after bus reset is slow
      - hwdep device is created, but not actually implemented
      
      Contains compilation fixes by Stefan Richter.
      Signed-off-by: NClemens Ladisch <clemens@ladisch.de>
      82fbb4f7
  3. 28 8月, 2013 1 次提交
    • T
      ALSA: opti9xx: Fix conflicting driver object name · fb615499
      Takashi Iwai 提交于
      The recent commit to delay the release of kobject triggered NULL
      dereferences of opti9xx drivers.  The cause is that all
      snd-opti92x-ad1848, snd-opti92x-cs4231 and snd-opti93x drivers
      register the PnP card driver with the very same name, and also
      snd-opti92x-ad1848 and -cs4231 drivers register the ISA driver with
      the same name, too.  When these drivers are built in, quick
      "register-release-and-re-register" actions occur, and this results in
      Oops because of the same name is assigned to the kobject.
      
      The fix is simply to assign individual names.  As a bonus, by using
      KBUILD_MODNAME, the patch reduces more lines than it adds.
      
      The fix is based on the suggestion by Russell King.
      Reported-and-tested-by: NFengguang Wu <fengguang.wu@intel.com>
      Cc: <stable@vger.kernel.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      fb615499
  4. 23 8月, 2013 1 次提交
  5. 20 8月, 2013 1 次提交
  6. 16 8月, 2013 1 次提交
  7. 15 8月, 2013 1 次提交
    • S
      ASoC: tegra: fix Tegra30 I2S capture parameter setup · c90c0d7a
      Stephen Warren 提交于
      The Tegra30 I2S driver was writing the AHUB interface parameters to the
      playback path register rather than the capture path register. This
      caused the capture parameters not to be configured at all, so if
      capturing using non-HW-default parameters (e.g. 16-bit stereo rather
      than 8-bit mono) the audio would be corrupted.
      
      With this fixed, audio capture from an analog microphone works correctly
      on the Cardhu board.
      
      Cc: stable@vger.kernel.org
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      c90c0d7a
  8. 12 8月, 2013 6 次提交