From: Takashi Iwai <tiwai@suse.de>
To: David Henningsson <david.henningsson@canonical.com>
Cc: alsa-devel@alsa-project.org
Subject: Re: [PATCH (sound-unstable)] ALSA: hda - fix OOPS in hda_mark_cmd_cache_dirty
Date: Tue, 15 Jan 2013 15:33:29 +0100 [thread overview]
Message-ID: <s5hlibuzfba.wl%tiwai@suse.de> (raw)
In-Reply-To: <1358260039-25827-1-git-send-email-david.henningsson@canonical.com>
At Tue, 15 Jan 2013 15:27:19 +0100,
David Henningsson wrote:
>
> Obvious copy-paste error.
>
> Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Thanks, applied now.
Takashi
> ---
> sound/pci/hda/hda_codec.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c
> index b28e403..e6cdad7 100644
> --- a/sound/pci/hda/hda_codec.c
> +++ b/sound/pci/hda/hda_codec.c
> @@ -3794,7 +3794,7 @@ static void hda_mark_cmd_cache_dirty(struct hda_codec *codec)
> }
> for (i = 0; i < codec->amp_cache.buf.used; i++) {
> struct hda_amp_info *amp;
> - amp = snd_array_elem(&codec->cmd_cache.buf, i);
> + amp = snd_array_elem(&codec->amp_cache.buf, i);
> amp->head.dirty = 1;
> }
> }
> --
> 1.7.9.5
>
prev parent reply other threads:[~2013-01-15 14:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-15 14:27 [PATCH (sound-unstable)] ALSA: hda - fix OOPS in hda_mark_cmd_cache_dirty David Henningsson
2013-01-15 14:33 ` 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=s5hlibuzfba.wl%tiwai@suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@alsa-project.org \
--cc=david.henningsson@canonical.com \
/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