1. 21 10月, 2010 2 次提交
  2. 17 10月, 2010 2 次提交
  3. 14 10月, 2010 1 次提交
  4. 04 10月, 2010 1 次提交
  5. 24 9月, 2010 1 次提交
  6. 21 9月, 2010 3 次提交
  7. 20 9月, 2010 5 次提交
  8. 17 9月, 2010 3 次提交
  9. 16 9月, 2010 2 次提交
  10. 15 9月, 2010 1 次提交
  11. 09 9月, 2010 4 次提交
  12. 08 9月, 2010 4 次提交
  13. 30 8月, 2010 2 次提交
  14. 26 8月, 2010 1 次提交
  15. 17 8月, 2010 1 次提交
  16. 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
  17. 10 8月, 2010 1 次提交
  18. 09 8月, 2010 1 次提交
  19. 06 8月, 2010 1 次提交
  20. 05 8月, 2010 1 次提交
  21. 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
  22. 03 8月, 2010 1 次提交