1. 02 10月, 2009 1 次提交
  2. 30 9月, 2009 1 次提交
  3. 18 9月, 2009 8 次提交
  4. 14 9月, 2009 3 次提交
  5. 13 9月, 2009 2 次提交
  6. 12 9月, 2009 6 次提交
  7. 11 9月, 2009 2 次提交
  8. 02 9月, 2009 1 次提交
  9. 26 8月, 2009 1 次提交
  10. 13 8月, 2009 1 次提交
    • M
      Fix typo · 197bc219
      malc 提交于
      197bc219
  11. 12 8月, 2009 5 次提交
  12. 01 8月, 2009 1 次提交
  13. 30 7月, 2009 1 次提交
    • B
      alsa: add host suspend/resume support · 86635821
      Bjørn Mork 提交于
      Both input and output streams may be in SND_PCM_STATE_SUSPENDED
      after the host is suspended and resumed, meaning "Hardware is
      suspended".  snd_pcm_readi() and snd_pcm_writei() will return
      -ESTRPIPE if called while the stream is in this state.
      
      Call snd_pcm_resume() to enable audio output and capture after
      host resume.
      Signed-off-by: NBjørn Mork <bjorn@mork.no>
      Signed-off-by: Nmalc <av1474@comtv.ru>
      86635821
  14. 28 7月, 2009 2 次提交
  15. 24 7月, 2009 1 次提交
  16. 22 7月, 2009 1 次提交
  17. 17 7月, 2009 1 次提交
    • M
      Ignore -Waddress for alsaaudio.c · 2637872b
      malc 提交于
      /usr/include/alsa/pcm.h contains:
      
      #define snd_pcm_sw_params_alloca(ptr) do { assert(ptr); *ptr = (snd_pcm_sw_params_t *) alloca(snd_pcm_sw_params_sizeof()); memset(*ptr, 0, snd_pcm_sw_params_sizeof()); } while (0)
      
      The assert generates: "error: the address of 'sw_params' will always
      evaluate as 'true'" which combined with -Werror prevents alsaaudio.o
      from being built with certain versions of GCC.
      2637872b
  18. 19 6月, 2009 2 次提交