* RE: Is there a Crystal 4299 sound driver?
@ 2001-01-19 17:47 Torrey Hoffman
2001-01-19 17:53 ` Bill Nottingham
0 siblings, 1 reply; 4+ messages in thread
From: Torrey Hoffman @ 2001-01-19 17:47 UTC (permalink / raw)
To: 'Bill Nottingham', linux-kernel
Bill Nottingham said:
>Torrey Hoffman (torrey.hoffman@myrio.com) said:
>> Does anyone know of a driver for the Crystal 4299 sound chip?
>
>It's not something there's one particular sound driver for (it's just
>an ac97 codec chip, as you saw). Most likely you want to use something
>like the i810_audio or via82cxxx_audio drivers. What does lspci say
>on your machine?
Here's an lspci -v dump. The machine is a set top box, pretty much a
standard PC, but with hardware parts that are rarely seen in normal
desktops. (The graphics card, ethernet card, and MPEG decoder chip
all required non-standard Linux and X 4.0.2 drivers to work.)
--------------------------------------------------
00:00.0 Class 0600: 8086:7120 (rev 03)
Flags: bus master, fast devsel, latency 0
00:1e.0 Class 0604: 8086:2418 (rev 02)
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=64
I/O behind bridge: 00003000-00003fff
Memory behind bridge: fc000000-fdffffff
00:1f.0 Class 0601: 8086:2410 (rev 02)
Flags: bus master, medium devsel, latency 0
00:1f.1 Class 0101: 8086:2411 (rev 02) (prog-if 80 [Master])
Subsystem: 8086:2411
Flags: bus master, medium devsel, latency 0
I/O ports at 1c00
00:1f.2 Class 0c03: 8086:2412 (rev 02)
Subsystem: 8086:2412
Flags: bus master, medium devsel, latency 0, IRQ 9
I/O ports at 1400
00:1f.3 Class 0c05: 8086:2413 (rev 02)
Subsystem: 8086:2413
Flags: medium devsel, IRQ 5
I/O ports at 1800
00:1f.5 Class 0401: 8086:2415 (rev 02)
Subsystem: 110a:0051
Flags: bus master, medium devsel, latency 0, IRQ 5
I/O ports at 1000
I/O ports at 2000
01:06.0 Class 0300: 10ea:5000 (rev 03)
Subsystem: 0280:7000
Flags: bus master, medium devsel, latency 64, IRQ 11
Memory at fd000000 (32-bit, non-prefetchable)
I/O ports at 3000
01:07.0 Class 0200: 8086:1229 (rev 08)
Subsystem: 8086:000c
Flags: bus master, medium devsel, latency 66, IRQ 5
Memory at fc300000 (32-bit, non-prefetchable)
I/O ports at 3400
Memory at fc000000 (32-bit, non-prefetchable)
Capabilities: [dc] Power Management version 2
01:08.0 Class 0200: 100b:0020
Subsystem: 110a:005b
Flags: bus master, medium devsel, latency 64, IRQ 9
I/O ports at 3800
Memory at fc301000 (32-bit, non-prefetchable)
Capabilities: [40] Power Management version 2
01:09.0 Class 0480: 1105:8400 (rev 01)
Subsystem: 1105:00ff
Flags: bus master, medium devsel, latency 64, IRQ 11
Memory at fc100000 (32-bit, non-prefetchable)
Capabilities: [40] Power Management version 1
01:0a.0 Class 0480: 1105:8400 (rev 01)
Subsystem: 1105:00ff
Flags: bus master, medium devsel, latency 64, IRQ 10
Memory at fc200000 (32-bit, non-prefetchable)
Capabilities: [40] Power Management version 1
--- end -----------------------------------
Torrey Hoffman
torrey.hoffman@myrio.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Is there a Crystal 4299 sound driver?
2001-01-19 17:47 Is there a Crystal 4299 sound driver? Torrey Hoffman
@ 2001-01-19 17:53 ` Bill Nottingham
0 siblings, 0 replies; 4+ messages in thread
From: Bill Nottingham @ 2001-01-19 17:53 UTC (permalink / raw)
To: Torrey Hoffman; +Cc: linux-kernel
Torrey Hoffman (torrey.hoffman@myrio.com) said:
> Here's an lspci -v dump. The machine is a set top box, pretty much a
> standard PC, but with hardware parts that are rarely seen in normal
> desktops. (The graphics card, ethernet card, and MPEG decoder chip
> all required non-standard Linux and X 4.0.2 drivers to work.)
> 00:1f.5 Class 0401: 8086:2415 (rev 02)
> Subsystem: 110a:0051
> Flags: bus master, medium devsel, latency 0, IRQ 5
> I/O ports at 1000
> I/O ports at 2000
Use the i810_audio driver; either 2.2.18 or 2.4.0 should be more or
less OK.
Bill
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Is there a Crystal 4299 sound driver?
@ 2001-01-19 1:47 Torrey Hoffman
2001-01-19 5:24 ` Bill Nottingham
0 siblings, 1 reply; 4+ messages in thread
From: Torrey Hoffman @ 2001-01-19 1:47 UTC (permalink / raw)
To: linux-kernel
Does anyone know of a driver for the Crystal 4299 sound chip?
I grepped through /drivers/sound in both 2.2.18 and 2.4.0.
The only hints were that "ac97_codec.c" has two codec id's listed for it.
>From old changelogs I see that Mulder Tjeerd was involved in adding those...
perhaps he is writing a driver?
Any hints would be appreciated.
Torrey Hoffman
torrey.hoffman@myrio.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Is there a Crystal 4299 sound driver?
2001-01-19 1:47 Torrey Hoffman
@ 2001-01-19 5:24 ` Bill Nottingham
0 siblings, 0 replies; 4+ messages in thread
From: Bill Nottingham @ 2001-01-19 5:24 UTC (permalink / raw)
To: linux-kernel
Torrey Hoffman (torrey.hoffman@myrio.com) said:
> Does anyone know of a driver for the Crystal 4299 sound chip?
It's not something there's one particular sound driver for (it's just
an ac97 codec chip, as you saw). Most likely you want to use something
like the i810_audio or via82cxxx_audio drivers. What does lspci say
on your machine?
Bill
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2001-01-19 17:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-19 17:47 Is there a Crystal 4299 sound driver? Torrey Hoffman
2001-01-19 17:53 ` Bill Nottingham
-- strict thread matches above, loose matches on Subject: below --
2001-01-19 1:47 Torrey Hoffman
2001-01-19 5:24 ` Bill Nottingham
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox