linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: jayakumar alsa <jayakumar.alsa@gmail.com>
To: "René Rebe" <rene@exactcode.de>
Cc: linux-kernel@vger.kernel.org, alsa-devel@lists.sourceforge.net,
	Andrew Morton <akpm@osdl.org>
Subject: Re: cs5536 ID for cs5535audio
Date: Wed, 14 Dec 2005 22:46:58 -0800	[thread overview]
Message-ID: <47f5dce30512142246g53896be6t4aedfe7a133a04af@mail.gmail.com> (raw)
In-Reply-To: <47f5dce30512142226n18fc4280m26ce5b0bb4b80d3f@mail.gmail.com>

On 12/14/05, jayakumar alsa <jayakumar.alsa@gmail.com> wrote:
> On 12/14/05, René Rebe <rene@exactcode.de> wrote:
> >  static struct pci_device_id snd_cs5535audio_ids[] = {
> > -	{ PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_CS5535_AUDIO, PCI_ANY_ID,
> > -		PCI_ANY_ID, 0, 0, 0, },
> > +	{ PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_CS5535_AUDIO,
> > +	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0, },
> > +	{ PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_CS5536_AUDIO,
> > +	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0, },
> >  	{}
> >  };

René,

Also, as Jiri suggested, could you change those to:

PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_CS5535_AUDIO)
PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_CS5536_AUDIO)

Thanks,
jk

      reply	other threads:[~2005-12-15  6:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-14 13:31 [PATCH] cs5536 ID for cs5535audio René Rebe
2005-12-14 22:01 ` Jiri Slaby
2005-12-15  6:26 ` jayakumar alsa
2005-12-15  6:46   ` jayakumar alsa [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=47f5dce30512142246g53896be6t4aedfe7a133a04af@mail.gmail.com \
    --to=jayakumar.alsa@gmail.com \
    --cc=akpm@osdl.org \
    --cc=alsa-devel@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rene@exactcode.de \
    /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;
as well as URLs for NNTP newsgroup(s).