From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: Re: [Alsa-user] fm801 driver status? Date: Fri, 13 Dec 2002 18:02:08 +0100 Sender: alsa-devel-admin@lists.sourceforge.net Message-ID: References: <3DF8A109.2030206@gmx.de> <3DF8B8FA.3040009@gmx.de> <3DF9C1CD.3090205@gmx.de> <3DFA1166.2020409@gmx.de> Mime-Version: 1.0 (generated by SEMI 1.14.4 - "Hosorogi") Content-Type: multipart/mixed; boundary="Multipart_Fri_Dec_13_18:02:08_2002-1" Return-path: In-Reply-To: <3DFA1166.2020409@gmx.de> Errors-To: alsa-devel-admin@lists.sourceforge.net List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: To: Friedrich Ewaldt Cc: Thierry Vignaud , alsa-user@lists.sourceforge.net, alsa-devel@lists.sourceforge.net List-Id: alsa-devel@alsa-project.org --Multipart_Fri_Dec_13_18:02:08_2002-1 Content-Type: text/plain; charset=US-ASCII At Fri, 13 Dec 2002 17:57:10 +0100, Friedrich Ewaldt wrote: > > Takashi Iwai schrieb: > [...] > >>00:0b.0 Multimedia audio controller: Fortemedia, Inc Xwave QS3000A > >>[FM801] (rev a0) > >> Subsystem: Fortemedia, Inc: Unknown device 1319 > >> Flags: bus master, medium devsel, latency 40, IRQ 10 > >> I/O ports at ec00 [size=128] > >> Capabilities: [dc] Power Management version 1 > >> > >>00:0b.1 Input device controller: Fortemedia, Inc Xwave QS3000A [FM801] > >>(rev a0) > >> Subsystem: Fortemedia, Inc: Unknown device 1319 > >> Flags: bus master, medium devsel, latency 40, IRQ 11 > >> Capabilities: [dc] Power Management version 1 > > > > > > i need the pci vendor/device id for them. > > could you give me the output of "lspci -n" for two devices above? > > the audio chip should be 0x1319:0x0801. > > > > lspci -n output: > > 00:0b.0 Class 0401: 1319:0801 (rev a0) > 00:0b.1 Class 0980: 1319:0801 (rev a0) thanks, could you try the attached patch? at least, the weird messages for allocation of invalid i/o ports should disappear. not sure whether this cures the lock-up problem, though. Takashi --Multipart_Fri_Dec_13_18:02:08_2002-1 Content-Type: application/octet-stream Content-Disposition: attachment; filename="fm801-fix.dif" Content-Transfer-Encoding: 7bit Index: alsa-kernel/pci/fm801.c =================================================================== RCS file: /suse/tiwai/cvs/alsa/alsa-kernel/pci/fm801.c,v retrieving revision 1.20 diff -u -r1.20 fm801.c --- alsa-kernel/pci/fm801.c 9 Dec 2002 10:54:45 -0000 1.20 +++ alsa-kernel/pci/fm801.c 13 Dec 2002 16:59:43 -0000 @@ -164,7 +164,7 @@ }; static struct pci_device_id snd_fm801_ids[] __devinitdata = { - { 0x1319, 0x0801, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0, }, /* FM801 */ + { 0x1319, 0x0801, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_MULTIMEDIA_AUDIO << 8, 0xffff00, 0, }, /* FM801 */ { 0, } }; --Multipart_Fri_Dec_13_18:02:08_2002-1-- ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/