You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
505B

  1. diff -up recordmydesktop-0.3.8.1/src/rmd_types.h.ALSA-default recordmydesktop-0.3.8.1/src/rmd_types.h
  2. --- recordmydesktop-0.3.8.1/src/rmd_types.h.ALSA-default 2010-01-15 10:23:33.774880012 +0100
  3. +++ recordmydesktop-0.3.8.1/src/rmd_types.h 2010-01-15 10:23:55.973840192 +0100
  4. @@ -39,7 +39,7 @@
  5. #ifdef HAVE_LIBASOUND
  6. #include <alsa/asoundlib.h>
  7. - #define DEFAULT_AUDIO_DEVICE "hw:0,0"
  8. + #define DEFAULT_AUDIO_DEVICE "default"
  9. #else
  10. #include <sys/ioctl.h>
  11. #include <sys/soundcard.h>