From: Takashi Iwai <tiwai@suse.de>
To: Duncan Sands <duncan.sands@math.u-psud.fr>
Cc: alsa-devel@alsa-project.org
Subject: Re: [PATCH] Add missing break to sound_core.c
Date: Fri, 19 Apr 2002 11:06:43 +0200 [thread overview]
Message-ID: <s5hsn5s5a70.wl@alsa2.suse.de> (raw)
In-Reply-To: <E16ySgL-00019x-00@baldrick>
Hi,
At Fri, 19 Apr 2002 09:19:44 +0200,
Duncan Sands wrote:
>
> This patch is against 2.5.8. It is not needed for 2.4.18.
> It adds in a missing break.
thanks, fixed on cvs.
ciao,
Takashi
> All the best,
>
> Duncan.
>
> --- linux-2.5.8.orig/sound/sound_core.c Sun Apr 14 21:18:51 2002
> +++ linux-2.5.8/sound/sound_core.c Fri Apr 19 09:14:39 2002
> @@ -243,6 +243,7 @@
> if (unit >= SOUND_STEP)
> goto __unknown;
> max_unit = unit + 1;
> + break;
> case 2:
> name = "midi";
> break;
>
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel
>
prev parent reply other threads:[~2002-04-19 9:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-04-19 7:19 [PATCH] Add missing break to sound_core.c Duncan Sands
2002-04-19 9:06 ` Takashi Iwai [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=s5hsn5s5a70.wl@alsa2.suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@alsa-project.org \
--cc=duncan.sands@math.u-psud.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.