Skip to content
  • Thomas Guillem's avatar
    auhal: fix data race with VolumeSet · dcb42685
    Thomas Guillem authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
    VolumeSet (called from any threads) was accessing the au_unit variable,
    that is written and setup from the aout stream thread.
    
    This also fixes possible crashes when changing the volume after a
    failing Start().
    dcb42685