Re: [alsa-devel] [PATCH] wss_lib: Fix resume on Yamaha OPL3-SAx

2012-07-16 Thread Takashi Iwai
At Mon, 16 Jul 2012 08:30:18 +0200, Ondrej Zary wrote: > > Yamaha OPL3-SAx chips don't resume properly when playback is running - > garbage is played after resume. Restoring the CS4231_PLAYBK_FORMAT register > last fixes the problem. > > Signed-off-by: Ondrej Zary Applied. Thanks. Takashi

[PATCH] wss_lib: Fix resume on Yamaha OPL3-SAx

2012-07-16 Thread Ondrej Zary
Yamaha OPL3-SAx chips don't resume properly when playback is running - garbage is played after resume. Restoring the CS4231_PLAYBK_FORMAT register last fixes the problem. Signed-off-by: Ondrej Zary --- a/sound/isa/wss/wss_lib.c +++ b/sound/isa/wss/wss_lib.c @@ -1656,6 +1656,10 @@ static void

[PATCH] wss_lib: Fix resume on Yamaha OPL3-SAx

2012-07-16 Thread Ondrej Zary
Yamaha OPL3-SAx chips don't resume properly when playback is running - garbage is played after resume. Restoring the CS4231_PLAYBK_FORMAT register last fixes the problem. Signed-off-by: Ondrej Zary li...@rainbow-software.org --- a/sound/isa/wss/wss_lib.c +++ b/sound/isa/wss/wss_lib.c @@ -1656,6

Re: [alsa-devel] [PATCH] wss_lib: Fix resume on Yamaha OPL3-SAx

2012-07-16 Thread Takashi Iwai
At Mon, 16 Jul 2012 08:30:18 +0200, Ondrej Zary wrote: Yamaha OPL3-SAx chips don't resume properly when playback is running - garbage is played after resume. Restoring the CS4231_PLAYBK_FORMAT register last fixes the problem. Signed-off-by: Ondrej Zary li...@rainbow-software.org Applied.