From: Takashi Iwai <tiwai@suse.de>
To: Krzysztof Helt <krzysztof.h1@poczta.fm>
Cc: Alsa-devel <alsa-devel@alsa-project.org>
Subject: Re: [PATCH] es968: fix wrong PnP dma index
Date: Mon, 26 Apr 2010 09:06:25 +0200 [thread overview]
Message-ID: <s5h633ewv4e.wl%tiwai@suse.de> (raw)
In-Reply-To: <20100425131245.a2a98727.krzysztof.h1@poczta.fm>
At Sun, 25 Apr 2010 13:12:45 +0200,
Krzysztof Helt wrote:
>
> From: Krzysztof Helt <krzysztof.h1@wp.pl>
>
> There is only one dma for the ESS ES968 based board.
> Its index is 0 and not 1.
>
> This make the es968 card working.
>
> Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Applied now. Thanks.
Takashi
> ---
> sound/isa/sb/es968.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/sound/isa/sb/es968.c b/sound/isa/sb/es968.c
> index cafc3a7..ff18286 100644
> --- a/sound/isa/sb/es968.c
> +++ b/sound/isa/sb/es968.c
> @@ -93,7 +93,7 @@ static int __devinit snd_card_es968_pnp(int dev, struct snd_card_es968 *acard,
> return err;
> }
> port[dev] = pnp_port_start(pdev, 0);
> - dma8[dev] = pnp_dma(pdev, 1);
> + dma8[dev] = pnp_dma(pdev, 0);
> irq[dev] = pnp_irq(pdev, 0);
>
> return 0;
> --
> 1.6.4
>
prev parent reply other threads:[~2010-04-26 7:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-25 11:12 [PATCH] es968: fix wrong PnP dma index Krzysztof Helt
2010-04-26 7: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=s5h633ewv4e.wl%tiwai@suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@alsa-project.org \
--cc=krzysztof.h1@poczta.fm \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox