From: Takashi Iwai <tiwai@suse.de>
To: Ondrej Zary <linux@rainbow-software.org>
Cc: alsa-devel@alsa-project.org
Subject: Re: cmi8330: fix MPU-401 PnP init copy&paste bug
Date: Mon, 29 Jun 2009 08:16:02 +0200 [thread overview]
Message-ID: <s5hd48nwonx.wl%tiwai@suse.de> (raw)
In-Reply-To: <200906271617.09778.linux@rainbow-software.org>
At Sat, 27 Jun 2009 16:17:08 +0200,
Ondrej Zary wrote:
>
> Fix copy&paste bug in PnP MPU-401 initialization.
>
> Signed-off-by: Ondrej Zary <linux@rainbow-software.org>
Applied now. Thanks.
Takashi
> --- linux-2.6.30-orig/sound/isa/cmi8330.c 2009-06-10 05:05:27.000000000 +0200
> +++ linux-test/sound/isa/cmi8330.c 2009-06-27 13:37:56.000000000 +0200
> @@ -338,7 +338,7 @@
> return -EBUSY;
>
> acard->mpu = pnp_request_card_device(card, id->devs[2].id, NULL);
> - if (acard->play == NULL)
> + if (acard->mpu == NULL)
> return -EBUSY;
>
> pdev = acard->cap;
>
> --
> Ondrej Zary
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
>
prev parent reply other threads:[~2009-06-29 6:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-27 14:17 cmi8330: fix MPU-401 PnP init copy&paste bug Ondrej Zary
2009-06-29 6:16 ` 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=s5hd48nwonx.wl%tiwai@suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@alsa-project.org \
--cc=linux@rainbow-software.org \
/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.