mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 837573 - No music sound output after A2dp link disconnected. r=kinetik
--HG-- extra : rebase_source : 3491096105d594074f840afcd26d69bfaeb07519
This commit is contained in:
parent
caba81f473
commit
ad4ad3bd29
@ -158,7 +158,7 @@ sa_stream_open(sa_stream_t *s) {
|
||||
}
|
||||
|
||||
int32_t chanConfig = s->channels == 1 ?
|
||||
AudioSystem::CHANNEL_OUT_MONO : AudioSystem::CHANNEL_OUT_STEREO;
|
||||
AUDIO_CHANNEL_OUT_MONO : AUDIO_CHANNEL_OUT_STEREO;
|
||||
|
||||
int frameCount;
|
||||
if (AudioTrack::getMinFrameCount(&frameCount, s->streamType,
|
||||
|
Loading…
Reference in New Issue
Block a user