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