1. 17 9月, 2010 3 次提交
  2. 16 9月, 2010 1 次提交
  3. 15 9月, 2010 1 次提交
  4. 09 9月, 2010 4 次提交
  5. 08 9月, 2010 4 次提交
  6. 30 8月, 2010 2 次提交
  7. 26 8月, 2010 1 次提交
  8. 17 8月, 2010 1 次提交
  9. 13 8月, 2010 1 次提交
    • T
      ALSA: hda - Fix dynamic ADC change working again · f0cea797
      Takashi Iwai 提交于
      The commit eb541337
          ALSA: hda - Make converter setups sticky
      changes the semantics of snd_hda_codec_cleanup_stream() not to clean up
      the stream at that moment but delay the action.  This broke the codes
      expecting that the clean-up is done immediately, such as dynamic ADC
      changes in some codec drivers.
      
      This patch fixes the issue by introducing a lower helper,
      __snd_hda_codec_cleanup_stream(), to allow the immediate clean up.
      The original snd_hda_codec_cleanup_stream() is kept as is now.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      f0cea797
  10. 10 8月, 2010 1 次提交
  11. 09 8月, 2010 1 次提交
  12. 06 8月, 2010 1 次提交
  13. 05 8月, 2010 1 次提交
  14. 04 8月, 2010 1 次提交
    • T
      ALSA: hda - Fix initial capsrc selection in patch_alc269() · 748cce43
      Takashi Iwai 提交于
      In patch_alc269(), we initialize the primary capsrc so that the device
      works from the beginning.  It issues CONNECT_SEL verb no matter which
      widget is although some widget (e.g. 0x23) has no connection selection
      but a mixer, which requires unmuting instead.
      
      This patch fixes the initialization of capsrc by re-using the code as
      a helper function.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      748cce43
  15. 03 8月, 2010 1 次提交
  16. 02 8月, 2010 1 次提交
  17. 30 7月, 2010 6 次提交
  18. 29 7月, 2010 2 次提交
  19. 28 7月, 2010 2 次提交
  20. 14 7月, 2010 1 次提交
  21. 05 7月, 2010 1 次提交
  22. 23 6月, 2010 2 次提交
  23. 22 6月, 2010 1 次提交