Re: Sound MSI fallout on a Asus mobo NVIDIA MCP55

From: Takashi Iwai
Date: Wed Mar 10 2010 - 04:51:00 EST


At Tue, 09 Mar 2010 21:30:07 +0100,
Ralf Gerbig wrote:
>
> Moins,
>
> * Takashi Iwai writes:
>
> > Applied now.
> > But, at the next time, please submit a patch that can be applied directly.
> > See Documentation/SubmittingPatches for details.
>
> >> --- a/sound/pci/hda/hda_intel.c
> >> +++ b/sound/pci/hda/hda_intel.c
> >> @@ -2351,6 +2351,7 @@
> >> static struct snd_pci_quirk msi_black_list[] __devinitdata = {
> >> SND_PCI_QUIRK(0x1043, 0x81f2, "ASUS", 0), /* Athlon64 X2 + nvidia */
> >> SND_PCI_QUIRK(0x1043, 0x81f6, "ASUS", 0), /* nvidia */
> >> + SND_PCI_QUIRK(0x1043, 0x822d, "ASUS", 0), /* Athlon64 X2 + nvidia MCP55*/
> >> {}
> >> };
> >>
> >> if you need it: Signed-off-by: Ralf Gerbig <rge@xxxxxxxxxxx>
> >>
> >> Ralf
> >>
>
> oops, sorry but I'm not a developer. I did apply this to my tree and
> it worked - what went wrong?

[dropped stable list]

It's just about the patch file format. The change you made is fine.

If the patch is posted in a format described in SubmittingPatches, we
can apply it directly with git-am without modifying much. Otherwise,
manual editing is needed, and this might introduce unnecessary
cut&paste errors.


thanks,

Takashi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/