At Fri, 11 Dec 2009 17:36:45 +0100, Stefan Ringel wrote:
Hello Developers,
I have an unsupported HD-audio device implemented in Nvidia G2xx-series GPU. (Vendor-ID 0x10de Device-ID 0x0be3, additional 0x0be2 and 0x0be4). I adding this id's in downloaded snapshot and tested it -> works.
hda_intel.c ... { PCI_DEVICE(0x10de, 0x0d97), .driver_data = AZX_DRIVER_NVIDIA }, { PCI_DEVICE(0x10de, 0x0be2), .driver_data = AZX_DRIVER_NVIDIA }, { PCI_DEVICE(0x10de, 0x0be3), .driver_data = AZX_DRIVER_NVIDIA }, { PCI_DEVICE(0x10de, 0x0be4), .driver_data = AZX_DRIVER_NVIDIA }, /* Teradici */
Care to create a patch and submit? Don't forget your sign-off.
...
..., but the audio-codec 0x10de000b is also unsopported! In Nvidia Windows driver 1.00.00.59 from 2009.10.01 more alsa-unsupported audio-codecs id's.
4x /proc/asound/card1/codec#0 Codec: Nvidia ID b Address: 0 Function Id: 0x1 Vendor Id: 0x10de000b Subsystem Id: 0x10de0101 Revision Id: 0x100100 No Modem Function Group found Default PCM: rates [0x0]: bits [0x0]: formats [0x0]: Default Amp-In caps: N/A Default Amp-Out caps: N/A GPIO: io=0, o=0, i=0, unsolicited=0, wake=0 Node 0x04 [Audio Output] wcaps 0x72b1: 8-Channels Digital Stripe CP Converter: stream=0, channel=0 Digital: Digital category: 0x0 PCM: rates [0x7f0]: 32000 44100 48000 88200 96000 176400 192000 bits [0xe]: 16 20 24 formats [0x5]: PCM AC3 Unsolicited: tag=00, enabled=0 Node 0x05 [Pin Complex] wcaps 0x407381: 8-Channels Digital CP Pincap 0x09000094: OUT Detect HDMI Pin Default 0x18560010: [Jack] Digital Out at Int HDMI Conn = Digital, Color = Unknown DefAssociation = 0x1, Sequence = 0x0 Pin-ctls: 0x00: Unsolicited: tag=00, enabled=0 Connection: 1 0x04
This look fairly easy to support. In anyway, please provide alsa-info.sh output (run with --no-upload option).
thanks,
Takashi