1. 17 1月, 2013 1 次提交
  2. 15 1月, 2013 10 次提交
  3. 14 1月, 2013 2 次提交
  4. 12 1月, 2013 2 次提交
  5. 13 12月, 2012 1 次提交
  6. 28 11月, 2012 1 次提交
    • T
      ALSA: hda - Call snd_array_init() early and only once · 361dab3e
      Takashi Iwai 提交于
      This is a preliminary patch for introducing a protection to access
      races of snd_array instances.  Call snd_array_init() appropriately
      at the initialization time and don't call it twice.
      
      Also the allocations of codec-spec structs are cleaned up by helper
      functions in patch_sigmatel.c and patch_analog.c.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      361dab3e
  7. 21 11月, 2012 1 次提交
  8. 09 11月, 2012 2 次提交
  9. 26 10月, 2012 1 次提交
  10. 17 10月, 2012 1 次提交
    • T
      ALSA: hda - Add workaround for conflicting IEC958 controls · dcda5806
      Takashi Iwai 提交于
      When both an SPDIF and an HDMI device are created on the same card
      instance, multiple IEC958 controls are created with indices=0, 1, ...
      But the alsa-lib configuration can't know which index corresponds
      actually to which PCM device, and both the SPDIF and the HDMI
      configurations point to the first IEC958 control wrongly.
      
      This patch introduces a (hackish and ugly) workaround: the IEC958
      controls for the SPDIF device are re-labeled with device=1 when HDMI
      coexists.  The device=1 corresponds to the actual PCM device for
      SPDIF, so it's anyway a better representation.  In future, HDMI
      controls should be moved with the corresponding PCM device number,
      too.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      dcda5806
  11. 09 10月, 2012 1 次提交
  12. 06 10月, 2012 1 次提交
  13. 14 9月, 2012 1 次提交
  14. 06 9月, 2012 2 次提交
  15. 29 8月, 2012 1 次提交
  16. 22 8月, 2012 2 次提交
  17. 16 8月, 2012 1 次提交
  18. 31 7月, 2012 2 次提交
  19. 26 7月, 2012 1 次提交
  20. 03 7月, 2012 1 次提交
  21. 26 6月, 2012 1 次提交
  22. 15 5月, 2012 4 次提交