1. 24 7月, 2013 2 次提交
  2. 08 7月, 2013 1 次提交
  3. 01 7月, 2013 1 次提交
  4. 28 6月, 2013 3 次提交
  5. 25 6月, 2013 1 次提交
  6. 17 6月, 2013 2 次提交
  7. 05 6月, 2013 1 次提交
  8. 31 5月, 2013 2 次提交
  9. 16 5月, 2013 1 次提交
  10. 25 4月, 2013 1 次提交
  11. 22 4月, 2013 1 次提交
  12. 18 4月, 2013 1 次提交
  13. 15 4月, 2013 2 次提交
  14. 07 4月, 2013 1 次提交
  15. 04 4月, 2013 1 次提交
  16. 18 3月, 2013 2 次提交
  17. 08 3月, 2013 2 次提交
  18. 07 3月, 2013 1 次提交
  19. 25 2月, 2013 1 次提交
  20. 19 2月, 2013 1 次提交
  21. 18 2月, 2013 1 次提交
  22. 12 2月, 2013 2 次提交
  23. 28 1月, 2013 1 次提交
  24. 24 1月, 2013 2 次提交
  25. 23 1月, 2013 1 次提交
  26. 22 1月, 2013 1 次提交
  27. 21 1月, 2013 1 次提交
  28. 19 1月, 2013 1 次提交
  29. 18 1月, 2013 2 次提交
    • T
      ALSA: hda - Fix speaker pin of FSC Lifebook S7110 laptop · 7513e6da
      Takashi Iwai 提交于
      Some BIOS version of FSC Lifebook S7110 laptop seems to give a wrong
      default pin config for NID 0x15, which confuses the parser.  Give a
      fixup to correct the value.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      7513e6da
    • T
      ALSA: hda - Consolidate cap_sync_hook and capture_switch_hook · a90229e0
      Takashi Iwai 提交于
      Two hooks in hda_gen_spec, cap_sync_hook and capture_switch_hook, play
      very similar roles.  The only differences are that the former is
      called more often (e.g. at init or switching capsrc) while the latter
      can take an on/off argument.
      
      As a more generic implementation, consolidate these two hooks, and
      pass snd_ctl_elem_value pointer as the second argument.  If the
      secondary argument is non-NULL, it can take the on/off value, so the
      caller handles it like the former capture_switch_hook.  If it's NULL,
      it's called in the init or capsrc switch case.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      a90229e0