Re: hda-intel: no soundcard with current linus' git tree

2007-10-21 Thread Thomas Meyer
Takashi Iwai schrieb: > > Both are handled as patch_stac925x. That's what I meant. With your > patch, there will be no master any more. > > So, how about the patch below? > > > Takashi > > diff -r fb9512ce24e0 pci/hda/patch_sigmatel.c > --- a/pci/hda/patch_sigmatel.cThu Oct 18 10:48:43 20

Re: hda-intel: no soundcard with current linus' git tree

2007-10-18 Thread Takashi Iwai
At Thu, 18 Oct 2007 17:24:46 +0200, Maxim Levitsky wrote: > > On Thursday 18 October 2007 15:49:22 Takashi Iwai wrote: > > At Thu, 18 Oct 2007 16:21:59 +0200, > > Maxim Levitsky wrote: > > > > > > On Thursday 18 October 2007 07:57:27 Takashi Iwai wrote: > > > > At Thu, 18 Oct 2007 03:53:08 +0200,

Re: hda-intel: no soundcard with current linus' git tree

2007-10-18 Thread Maxim Levitsky
On Thursday 18 October 2007 15:49:22 Takashi Iwai wrote: > At Thu, 18 Oct 2007 16:21:59 +0200, > Maxim Levitsky wrote: > > > > On Thursday 18 October 2007 07:57:27 Takashi Iwai wrote: > > > At Thu, 18 Oct 2007 03:53:08 +0200, > > > Maxim Levitsky wrote: > > > > > > > > From 0824b077b75c19253b45c5

Re: hda-intel: no soundcard with current linus' git tree

2007-10-18 Thread Takashi Iwai
At Thu, 18 Oct 2007 16:21:59 +0200, Maxim Levitsky wrote: > > On Thursday 18 October 2007 07:57:27 Takashi Iwai wrote: > > At Thu, 18 Oct 2007 03:53:08 +0200, > > Maxim Levitsky wrote: > > > > > > From 0824b077b75c19253b45c5a455775c331acd54ee Mon Sep 17 00:00:00 2001 > > > From: Maxim Levitsky <[

Re: hda-intel: no soundcard with current linus' git tree

2007-10-18 Thread Maxim Levitsky
On Thursday 18 October 2007 07:57:27 Takashi Iwai wrote: > At Thu, 18 Oct 2007 03:53:08 +0200, > Maxim Levitsky wrote: > > > > From 0824b077b75c19253b45c5a455775c331acd54ee Mon Sep 17 00:00:00 2001 > > From: Maxim Levitsky <[EMAIL PROTECTED]> > > Date: Thu, 18 Oct 2007 03:35:37 +0200 > > Subject:

Re: hda-intel: no soundcard with current linus' git tree

2007-10-18 Thread Jan-Simon Möller
I've also no sound. Had it working using the alsa.git tree _before_ the last merge (>48h). Needed to use model=asus for this fujitsu v5505 here. Now it doesn't work, even with other model-options (fujitsu, laptop). legolas:/proc/asound # cat cards 0 [Intel ]: HDA-Intel - HDA Intel

Re: hda-intel: no soundcard with current linus' git tree

2007-10-17 Thread Takashi Iwai
At Wed, 17 Oct 2007 23:38:06 -0400, Jeff Garzik wrote: > > Maxim Levitsky wrote: > > What sound codec do you have? > > cat /proc/asound/Intel/codec* > > Attached. > > I'm on x86-64/Fedora 7 FWIW. > > > > You probably have different issue, since your card is probed correctly > > Agreed (though

Re: hda-intel: no soundcard with current linus' git tree

2007-10-17 Thread Takashi Iwai
At Thu, 18 Oct 2007 03:53:08 +0200, Maxim Levitsky wrote: > > From 0824b077b75c19253b45c5a455775c331acd54ee Mon Sep 17 00:00:00 2001 > From: Maxim Levitsky <[EMAIL PROTECTED]> > Date: Thu, 18 Oct 2007 03:35:37 +0200 > Subject: [PATCH] [HDA] [STAC] Since there is now a master volume control, > don'

Re: hda-intel: no soundcard with current linus' git tree

2007-10-17 Thread Jeff Garzik
Maxim Levitsky wrote: Probably everything is fine. I added a new mixer control called "Master Volume" it is a VolumeKnob. It is a hardware control, that was unused in the driver before. It affects the volume of all DACs check if it is enabled, and set to maximum value. This control affects th

Re: hda-intel: no soundcard with current linus' git tree

2007-10-17 Thread Maxim Levitsky
On Thursday 18 October 2007 05:38:06 Jeff Garzik wrote: > Maxim Levitsky wrote: > > What sound codec do you have? > > cat /proc/asound/Intel/codec* > > Attached. > > I'm on x86-64/Fedora 7 FWIW. > > > > You probably have different issue, since your card is probed correctly > > Agreed (though I

Re: hda-intel: no soundcard with current linus' git tree

2007-10-17 Thread Jeff Garzik
Maxim Levitsky wrote: What sound codec do you have? cat /proc/asound/Intel/codec* Attached. I'm on x86-64/Fedora 7 FWIW. You probably have different issue, since your card is probed correctly Agreed (though I was surprised that a correct probe did not yield a single printk). Je

Re: hda-intel: no soundcard with current linus' git tree

2007-10-17 Thread Maxim Levitsky
On Thursday 18 October 2007 04:35:56 Jeff Garzik wrote: > Thomas Meyer wrote: > > $ dmesg > > > > [schnipp] > > > > ACPI: PCI Interrupt :00:1b.0[A] -> GSI 22 (level, low) -> IRQ 21 > > PCI: Enabling bus mastering for device :00:1b.0 > > PCI: Setting latency timer of device :00:1b.0 to

Re: hda-intel: no soundcard with current linus' git tree

2007-10-17 Thread Jeff Garzik
Thomas Meyer wrote: $ dmesg [schnipp] ACPI: PCI Interrupt :00:1b.0[A] -> GSI 22 (level, low) -> IRQ 21 PCI: Enabling bus mastering for device :00:1b.0 PCI: Setting latency timer of device :00:1b.0 to 64 hda_codec: STAC922x, Apple subsys_id=106b0200 ACPI: PCI interrupt for device 000

Re: hda-intel: no soundcard with current linus' git tree

2007-10-17 Thread Maxim Levitsky
>From 0824b077b75c19253b45c5a455775c331acd54ee Mon Sep 17 00:00:00 2001 From: Maxim Levitsky <[EMAIL PROTECTED]> Date: Thu, 18 Oct 2007 03:35:37 +0200 Subject: [PATCH] [HDA] [STAC] Since there is now a master volume control, don't call the headphone output "Master", it isn't strictly correct anyway

Re: hda-intel: no soundcard with current linus' git tree

2007-10-17 Thread Maxim Levitsky
Hi, I understand why this happens. Your sound card has a single "headphone" output, and since it is single, it is called "Master" the stac you have also has a real master volume control, that controls all the DACs, not just the headphones. I added support for it, thus two controls collided. T

Re: hda-intel: no soundcard with current linus' git tree

2007-10-17 Thread Thomas Meyer
Takashi Iwai schrieb: > At Wed, 17 Oct 2007 00:18:42 +0200, > Thomas Meyer wrote: > >> $ dmesg >> >> [schnipp] >> >> ACPI: PCI Interrupt :00:1b.0[A] -> GSI 22 (level, low) -> IRQ 21 >> PCI: Enabling bus mastering for device :00:1b.0 >> PCI: Setting latency timer of device :00:1b.0 to

Re: hda-intel: no soundcard with current linus' git tree

2007-10-17 Thread Takashi Iwai
At Wed, 17 Oct 2007 00:18:42 +0200, Thomas Meyer wrote: > > $ dmesg > > [schnipp] > > ACPI: PCI Interrupt :00:1b.0[A] -> GSI 22 (level, low) -> IRQ 21 > PCI: Enabling bus mastering for device :00:1b.0 > PCI: Setting latency timer of device :00:1b.0 to 64 > hda_codec: STAC922x, Apple

Re: hda-intel: no soundcard with current linus' git tree

2007-10-16 Thread Maxim Levitsky
On Wednesday 17 October 2007 00:18:42 Thomas Meyer wrote: > $ dmesg > > [schnipp] > > ACPI: PCI Interrupt :00:1b.0[A] -> GSI 22 (level, low) -> IRQ 21 > PCI: Enabling bus mastering for device :00:1b.0 > PCI: Setting latency timer of device :00:1b.0 to 64 > hda_codec: STAC922x, Apple s