Skip to content
  • Peter Maydell's avatar
    825a215c
    Merge remote-tracking branch 'remotes/kraxel/tags/audio-20210115-pull-request' into staging · 825a215c
    Peter Maydell authored
    
    
    audio: improvements for sdl, pulse, fsound.
    audio: cleanups & codestyle fixes.
    
    # gpg: Signature made Fri 15 Jan 2021 13:20:56 GMT
    # gpg:                using RSA key A0328CFFB93A17A79901FE7D4CB6D8EED3E87138
    # gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>" [full]
    # gpg:                 aka "Gerd Hoffmann <gerd@kraxel.org>" [full]
    # gpg:                 aka "Gerd Hoffmann (private) <kraxel@gmail.com>" [full]
    # Primary key fingerprint: A032 8CFF B93A 17A7 9901  FE7D 4CB6 D8EE D3E8 7138
    
    * remotes/kraxel/tags/audio-20210115-pull-request: (30 commits)
      audio: space prohibited between function name and parenthesis'('
      audio: Suspect code indent for conditional statements
      audio: Don't use '%#' in format strings
      audio: Fix lines over 90 characters
      audio: foo* bar" should be "foo *bar".
      audio: Add spaces around operator/delete redundant spaces
      audio: Add braces for statements/fix braces' position
      dsoundaudio: fix log message
      dsoundaudio: enable f32 audio sample format
      dsoundaudio: rename dsound_open()
      dsoundaudio: replace GetForegroundWindow()
      paaudio: send recorded data in smaller chunks
      paaudio: limit minreq to 75% of audio timer_rate
      paaudio: comment bugs in functions qpa_init_*
      paaudio: remove unneeded code
      paaudio: wait until the playback stream is ready
      paaudio: wait for PA_STREAM_READY in qpa_write()
      paaudio: avoid to clip samples multiple times
      audio: remove remaining unused plive code
      sdlaudio: enable (in|out).mixing-engine=off
      ...
    
    Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
    825a215c
    Merge remote-tracking branch 'remotes/kraxel/tags/audio-20210115-pull-request' into staging
    Peter Maydell authored
    
    
    audio: improvements for sdl, pulse, fsound.
    audio: cleanups & codestyle fixes.
    
    # gpg: Signature made Fri 15 Jan 2021 13:20:56 GMT
    # gpg:                using RSA key A0328CFFB93A17A79901FE7D4CB6D8EED3E87138
    # gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>" [full]
    # gpg:                 aka "Gerd Hoffmann <gerd@kraxel.org>" [full]
    # gpg:                 aka "Gerd Hoffmann (private) <kraxel@gmail.com>" [full]
    # Primary key fingerprint: A032 8CFF B93A 17A7 9901  FE7D 4CB6 D8EE D3E8 7138
    
    * remotes/kraxel/tags/audio-20210115-pull-request: (30 commits)
      audio: space prohibited between function name and parenthesis'('
      audio: Suspect code indent for conditional statements
      audio: Don't use '%#' in format strings
      audio: Fix lines over 90 characters
      audio: foo* bar" should be "foo *bar".
      audio: Add spaces around operator/delete redundant spaces
      audio: Add braces for statements/fix braces' position
      dsoundaudio: fix log message
      dsoundaudio: enable f32 audio sample format
      dsoundaudio: rename dsound_open()
      dsoundaudio: replace GetForegroundWindow()
      paaudio: send recorded data in smaller chunks
      paaudio: limit minreq to 75% of audio timer_rate
      paaudio: comment bugs in functions qpa_init_*
      paaudio: remove unneeded code
      paaudio: wait until the playback stream is ready
      paaudio: wait for PA_STREAM_READY in qpa_write()
      paaudio: avoid to clip samples multiple times
      audio: remove remaining unused plive code
      sdlaudio: enable (in|out).mixing-engine=off
      ...
    
    Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
Loading