* Re: [alsa-cvslog] alsa-lib: Fix the state in snd_pcm_ioplug_pause()
[not found] <ALOGGER1203948542.59@alsa-project.org>
@ 2008-02-25 15:29 ` Thierry Vignaud
2008-02-25 15:32 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Thierry Vignaud @ 2008-02-25 15:29 UTC (permalink / raw)
To: alsa-devel; +Cc: Takashi Iwai
Takashi Iwai <tiwai@suse.de> writes:
> changeset: 2423:7388ad3d21ea
> tag: tip
> user: tiwai
> date: Mon Feb 25 15:11:46 2008 +0100
> files: src/pcm/pcm_ioplug.c
> description:
> Fix the state in snd_pcm_ioplug_pause()
>
> The states[] in snd_pcm_ioplug_pause() has wrong values. They should be
> swapped. ALSA bug#3796:
> https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3796
Aren't some bits missing from this bug report? (s/o->data->state =
states[enable]/io->data->state = states[prev])
> diff -r 6d83f965a9d9 -r 7388ad3d21ea src/pcm/pcm_ioplug.c
> --- a/src/pcm/pcm_ioplug.c Mon Feb 25 14:58:45 2008 +0100
> +++ b/src/pcm/pcm_ioplug.c Mon Feb 25 15:11:46 2008 +0100
> @@ -484,7 +484,7 @@ static int snd_pcm_ioplug_pause(snd_pcm_
> {
> ioplug_priv_t *io = pcm->private_data;
> static snd_pcm_state_t states[2] = {
> - SND_PCM_STATE_PAUSED, SND_PCM_STATE_RUNNING
> + SND_PCM_STATE_RUNNING, SND_PCM_STATE_PAUSED
> };
> int prev, err;
>
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Alsa-cvslog mailing list
> Alsa-cvslog@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-25 15:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <ALOGGER1203948542.59@alsa-project.org>
2008-02-25 15:29 ` [alsa-cvslog] alsa-lib: Fix the state in snd_pcm_ioplug_pause() Thierry Vignaud
2008-02-25 15:32 ` Takashi Iwai
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.