1. 14 12月, 2012 1 次提交
  2. 21 11月, 2012 1 次提交
  3. 07 11月, 2012 1 次提交
  4. 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
  5. 10 9月, 2012 1 次提交
  6. 07 9月, 2012 2 次提交
  7. 06 9月, 2012 4 次提交
  8. 30 8月, 2012 1 次提交
  9. 22 8月, 2012 1 次提交
  10. 06 8月, 2012 1 次提交
  11. 28 7月, 2012 1 次提交
  12. 27 7月, 2012 1 次提交
  13. 20 7月, 2012 1 次提交
  14. 17 7月, 2012 1 次提交
  15. 16 7月, 2012 1 次提交
  16. 21 6月, 2012 3 次提交
  17. 20 6月, 2012 3 次提交
  18. 15 6月, 2012 5 次提交
  19. 11 6月, 2012 1 次提交
  20. 10 5月, 2012 1 次提交
  21. 10 4月, 2012 1 次提交
  22. 23 2月, 2012 1 次提交
  23. 20 12月, 2011 1 次提交
  24. 02 12月, 2011 1 次提交
    • T
      ALSA: hda - Integrate input-jack stuff into kctl-jack · 31ef2257
      Takashi Iwai 提交于
      Instead of managing input-jack stuff separately, call all stuff inside
      the kctl-jack creation, deletion and report.  The caller no longer needs
      to care about input-jack.
      
      The better integration between input-jack and kctl-jack should be done
      in the upper layer in near future, but for now, it's implemented locally
      for more tests.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      31ef2257
  25. 26 11月, 2011 1 次提交
  26. 22 11月, 2011 1 次提交
  27. 16 11月, 2011 2 次提交
    • T
      ALSA: hda - Merge input-jack helpers to hda_jack.c · aad37dbd
      Takashi Iwai 提交于
      We can use the very same table in hda_jack.c for managing the list for
      input-jack elements, too.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      aad37dbd
    • T
      ALSA: hda - Manage unsol tags in hda_jack.c · 3a93897e
      Takashi Iwai 提交于
      Manage the tags assigned for unsolicited events dynamically together
      with the jack-detection routines.  Basically this is almost same as what
      we've done in patch_sigmatel.c.  Assign the new tag number for each new
      unsol event, associate with the given NID and the action type, etc.
      
      With this change, now all pins looked over in snd_hda_jack_add_kctls()
      are actually enabled for detection now even if the pins aren't used for
      jack-retasking by the driver.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      3a93897e