1. 02 Sep, 2022 2 commits
  2. 01 Sep, 2022 9 commits
  3. 31 Aug, 2022 3 commits
    • Wim Taymans's avatar
      jack: group all jack nodes in the same application group · c8ef655b
      Wim Taymans authored
      Make sure all jack nodes from the same pid are in the same group.
      
      It is normally not a problem for different JACK clients to live in
      different groups and be scheduled by different drivers with different
      quantum and rate.
      
      Some applications (like Carla), however, make multiple clients and
      expect all of them to use the same quantum and rate. Enforce this by
      adding all jack clients to the application jack group.
      c8ef655b
    • Wim Taymans's avatar
      context: remove unused function · 01266632
      Wim Taymans authored
      01266632
    • Wim Taymans's avatar
      alsa: Improve format negotiation · 2054dcf3
      Wim Taymans authored
      When the device is not running but has a format, close/open the
      device to get all the available formats again. Do the same when
      setting a format.
      
      Otherwise, the configuration space of the device is restricted to the
      current negotiated format and we can't query the other possibilities
      or change it.
      
      Fixes #2625
      2054dcf3
  4. 30 Aug, 2022 11 commits
  5. 24 Aug, 2022 1 commit
    • Pauli Virtanen's avatar
      bluez5: avoid (harmless) integer overflow · c0e8b397
      Pauli Virtanen authored
      If no packets have been received and spa_bt_decode_buffer_process is
      called, this->packet_size.max == INT32_MIN, which can give overflows.
      
      Guard against this condition, although it should be harmless.
      c0e8b397
  6. 23 Aug, 2022 1 commit
  7. 21 Aug, 2022 2 commits
  8. 20 Aug, 2022 4 commits
  9. 19 Aug, 2022 5 commits
  10. 18 Aug, 2022 1 commit
  11. 17 Aug, 2022 1 commit