1. 27 4月, 2015 4 次提交
  2. 04 3月, 2015 2 次提交
  3. 22 1月, 2015 18 次提交
  4. 17 10月, 2014 2 次提交
  5. 01 10月, 2014 2 次提交
  6. 05 8月, 2014 1 次提交
  7. 04 6月, 2014 1 次提交
  8. 03 6月, 2014 1 次提交
  9. 02 6月, 2014 1 次提交
  10. 28 2月, 2014 1 次提交
  11. 17 12月, 2013 1 次提交
  12. 09 11月, 2013 2 次提交
    • A
      Revert "drm/radeon/audio: don't set speaker allocation on DCE4+" · 28ed756f
      Alex Deucher 提交于
      This reverts commit 555b1b65.
      
      Let's try this again for 3.13.  It's required for proper
      interaction with alsa.  Was disabled previously in 3.12
      to be on the safe side since it caused problems on older
      asics.
      28ed756f
    • A
      drm/radeon/audio: fix missing multichannel PCM SAD in some cases · 0f57bca9
      Anssi Hannula 提交于
      The current code writing SADs to the audio registers seems to assume
      that there is at most a single SAD per audio format.
      
      However, that is not the case. Especially for PCM it is somewhat common
      for sinks to have two SADs, one for 8-channel and one for 2-channel
      audio, which may have different supported sample rates (i.e. the sink
      supports stereo audio at higher sample rates than multichannel audio).
      
      Because of this, only the 2-channel SAD may be used if it appears before
      the 8-channel SAD. Unless other SADs require otherwise, this may cause
      the ALSA HDA driver to allow stereo playback only.
      
      Fix the code to pick the PCM SAD with the highest number of channels,
      while merging the rate masks of PCM SADs with lower amount of channels
      into the additional stereo rate mask byte.
      
      Technically there are even more cases to handle (multiple non-PCM SADs
      of the same type, more than two PCM SADs with varying channel counts,
      etc), but those have not actually been encountered in the field and
      handling them would be non-trivial.
      
      Example affected EDID from Onkyo TX-SR674 specifying 192kHz stereo
      support and 96kHz 8-channel support (and other 8-channel compressed
      formats):
      00ffffffffffff003dcb010000000001
      ffff0103800000780a0dc9a057479827
      12484c00000001010101010101010101
      010101010101011d8018711c1620582c
      2500c48e2100009e011d007251d01e20
      6e285500c48e2100001e000000fc0054
      582d53523637342020202020000000fd
      00313d0f2e08000a202020202020019b
      02032f724f8504030f0e07069413121e
      1d1615012f097f070f1f071707503707
      503f07c0834f000066030c00ffff808c
      0ad08a20e02d10103e9600c48e210000
      18011d80d0721c1620102c2580c48e21
      00009e011d00bc52d01e20b8285540c4
      8e2100001e8c0ad090204031200c4055
      00c48e210000180000000000000000a8
      Signed-off-by: NAnssi Hannula <anssi.hannula@iki.fi>
      Tested-by: NAndre Heider <a.heider@gmail.com>
      Cc: Rafał Miłecki <zajec5@gmail.com>
      Acked-by: NRafał Miłecki <zajec5@gmail.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      0f57bca9
  13. 02 11月, 2013 3 次提交
  14. 24 10月, 2013 1 次提交