Skip to content
  • Andreas Traczyk's avatar
    audio: ignore results of ALSA's checkSounCard · 149e8e5c
    Andreas Traczyk authored
    - Portaudio device indices are initialized to preferences from
      ALSA, which is not natively available on Windows. The default
      values for alsaCardin_, alsaCardOut_, and alsaCardring_ are 0,
      unless they are overwritten by checkSoundCard which will not be
      called on native Windows builds. This patch ignores any
      preferences stored in the daemon's config file, which would all
      be zeros, causing the default audio output to function most
      likely, but not the input.
    
    Change-Id: I7516278a56354f48640c9404c9f96df563838b1c
    Tuleap: #790
    149e8e5c