All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthias Lemke <m@box.li>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@lists.sourceforge.net
Subject: Re: problem with alsa on Sony UX-90s
Date: Tue, 14 Nov 2006 12:20:37 +0100	[thread overview]
Message-ID: <4559A685.3000403@box.li> (raw)
In-Reply-To: <s5hmz6vbhpv.wl%tiwai@suse.de>



Takashi Iwai schrieb:
> 
> 
>>> Also hippo adds the digital output support, but it would be harmless
>>> anyway even if the device has no SPDIF output.
>> ok, no SPDIF here...
>>
>>>> should we do some´additions in the code for autoconfig?
>>> If the auto-mute is working and there is no obvious missing function,
>>> we can add the entry for your device to the driver code so that
>>> model=hippo will be chosen automatically in future.  Then let me know
>>> the output of "lspci -nv" (only for class 0403 entry) to add the
>>> corresponding PCI SSID.
>> 00:1b.0 0403: 8086:27d8 (rev 02)
>>         Subsystem: 104d:8203
>>         Flags: bus master, fast devsel, latency 0, IRQ 66
>>         Memory at d4340000 (64-bit, non-prefetchable) [size=16K]
>>         Capabilities: [50] Power Management version 2
>>         Capabilities: [60] Message Signalled Interrupts: 64bit+
>> Queue=0/0 Enable+
>>         Capabilities: [70] Express Unknown type IRQ 0
>>         Capabilities: [100] Virtual Channel
>>         Capabilities: [130] Unknown (5)
> 
> Thanks.  Please try the patch below and remove model=* option from
> modprobe config file.

patched works perfect.

thanks

math

> 
> 
> Takashi
> 
> diff -r 2c5aac411cf6 pci/hda/patch_realtek.c
> --- a/pci/hda/patch_realtek.c	Thu Nov 09 16:47:26 2006 +0100
> +++ b/pci/hda/patch_realtek.c	Mon Nov 13 14:25:03 2006 +0100
> @@ -6438,6 +6438,9 @@ static struct hda_board_config alc262_cf
>  	{ .modelname = "hippo",
>  	  .pci_subvendor =0x1002, .pci_subdevice = 0x437b,
>  	  .config = ALC262_HIPPO},
> +	{ .modelname = "hippo",
> +	  .pci_subvendor = 0x104d, .pci_subdevice = 0x8203,
> +	  .config = ALC262_HIPPO }, /* Sony UX-90s */
>  	{ .modelname = "hippo_1",
>  	  .pci_subvendor =0x17ff, .pci_subdevice = 0x058f,
>  	  .config = ALC262_HIPPO_1},

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

  reply	other threads:[~2006-11-14 11:20 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-09 15:28 problem with alsa on Sony UX-90s Matthias Lemke
2006-11-10 11:36 ` Takashi Iwai
2006-11-10 12:19   ` Matthias Lemke
2006-11-10 13:22     ` Takashi Iwai
2006-11-11 13:30       ` Matthias Lemke
2006-11-13 11:21         ` Takashi Iwai
2006-11-13 12:47           ` Matthias Lemke
2006-11-13 13:26             ` Takashi Iwai
2006-11-14 11:20               ` Matthias Lemke [this message]
2006-11-14 11:31                 ` Takashi Iwai

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=4559A685.3000403@box.li \
    --to=m@box.li \
    --cc=alsa-devel@lists.sourceforge.net \
    --cc=tiwai@suse.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.