1. 19 11月, 2013 1 次提交
  2. 18 11月, 2013 1 次提交
  3. 15 11月, 2013 1 次提交
  4. 14 11月, 2013 1 次提交
    • T
      ALSA: hda - Don't clear the power state at snd_hda_codec_reset() · d183b4fc
      Takashi Iwai 提交于
      snd_hda_codec_reset() is called either in resetting the whole setup at
      error paths or hwdep clear/reconfig sysfs triggers.  But all of these
      don't assume that the power has to be off, rather they want to keep
      the power state unchanged (e.g. reconfig_codec() calls the power
      up/down by itself).  Thus, unconditionally clearing the power state in
      snd_hda_codec_reset() leads to the inconsistency, confuses the further
      operation.   This patch gets rid of the lines doing that bad thing.
      
      Cc: <stable@vger.kernel.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      d183b4fc
  5. 13 11月, 2013 2 次提交
  6. 12 11月, 2013 6 次提交
  7. 11 11月, 2013 1 次提交
  8. 08 11月, 2013 4 次提交
  9. 07 11月, 2013 7 次提交
  10. 06 11月, 2013 5 次提交
  11. 05 11月, 2013 7 次提交
  12. 04 11月, 2013 2 次提交
    • M
      ALSA: hda - rename function not_share_unassigned_cvt() · 300016b9
      Mengdong Lin 提交于
      The function name not_share_unassigned_cvt() is opposite to what it does.
      This patch renames it to intel_not_share_assigned_cvt(), and addes comments
      to explain why some Intel display codecs need this workaround.
      Signed-off-by: NMengdong Lin <mengdong.lin@intel.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      300016b9
    • A
      ALSA: hda - hdmi: Disallow unsupported 2ch remapping on NVIDIA codecs · 611885bc
      Anssi Hannula 提交于
      NVIDIA HDMI codecs do not seem to follow the Audio Sample Packet (ASP)
      channel mapping (as set by verb F32h per HDA specification 7.3.3.41)
      when playing back 2-channel audio (CEA CA 0x00).
      
      Basically this means that specifying swapped channels for stereo audio
      (FR,FL) does not take effect, and e.g. this command plays back on the
      wrong channel:
      speaker-test -c2 -Dhdmi:CARD=NVidia,DEV=0 -m FR,FL -s1
      
      Multichannel audio is not affected.
      
      This issue has been confirmed to exist on codec 0x10de0015 by me and on
      0x10de0040 by Juho Teperi.
      
      Disable 2ch FL/FR channel swapping on all NVIDIA HDMI codecs that use
      the standard HDA channel mapping system. Since this is a very minor
      functionality loss, we err on the side of disabling it for newer codecs
      as well until any future testing confirms that this issue has been
      fixed.
      Signed-off-by: NAnssi Hannula <anssi.hannula@iki.fi>
      Helped-by: NJuho Teperi <juho.teperi@iki.fi>
      Cc: Aaron Plattner <aplattner@nvidia.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      611885bc
  13. 01 11月, 2013 1 次提交
  14. 31 10月, 2013 1 次提交