public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] ALSA-Configuration.txt: snd-hda-intel: document model=basic
  2006-03-01 10:29         ` Takashi Iwai
@ 2006-03-04 15:00           ` Adrian Bunk
  0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2006-03-04 15:00 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: Otavio Salvador, linux-kernel, perex, alsa-devel

On Wed, Mar 01, 2006 at 11:29:03AM +0100, Takashi Iwai wrote:
> At Tue, 28 Feb 2006 17:28:36 -0300,
> Otavio Salvador wrote:
> > 
> > Takashi Iwai <tiwai@suse.de> writes:
> > 
> > > At Tue, 28 Feb 2006 05:51:26 -0300,
> > > Otavio Salvador wrote:
> > >> 
> > >> > This kind of problem is likely due to a broken BIOS.  The current code
> > >> > parses the default pin configuration set up via BIOS while the older
> > >> > version used  the fixed pin assignment (depending on the codec chip,
> > >> > though).
> > >> > In most cases, it can be recovered by specifying a proper model module
> > >> > option.  See ALSA-Configuration.txt for details.
> > >> 
> > >> I wasn't able to do it.
> > >
> > > Didn't it worked?  Which module parameter did you use?
> > 
> > I tried model=hp, model=fujistsu and priority_fix={1,2}. Neither did
> > it work.
> 
> Try model=basic.  It's the old default.
> (seems that it's missing in the documentation...)

What about the patch below for 2.6.16?

> Takashi

cu
Adrian


<--  snip  -->


Document the model=basic option in the snd-hda-intel driver.


Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.16-rc5-mm2-full/Documentation/sound/alsa/ALSA-Configuration.txt.old	2006-03-04 15:52:50.000000000 +0100
+++ linux-2.6.16-rc5-mm2-full/Documentation/sound/alsa/ALSA-Configuration.txt	2006-03-04 15:57:10.000000000 +0100
@@ -705,6 +705,7 @@
 			$CONFIG_SND_DEBUG=y
 
 	ALC260
+	  basic		base mode
 	  hp		HP machines
 	  fujitsu	Fujitsu S7020
 



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [2.6 patch] ALSA-Configuration.txt: snd-hda-intel: document model=basic
@ 2006-03-13 19:56 Adrian Bunk
  2006-03-13 20:02 ` Takashi Iwai
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2006-03-13 19:56 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Takashi Iwai, perex, alsa-devel, linux-kernel

Document the model=basic option in the snd-hda-intel driver.


Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

Can I get an ACK for getting this patch into 2.6.16?

This patch was already sent on:
- 4 Mar 2006

--- linux-2.6.16-rc5-mm2-full/Documentation/sound/alsa/ALSA-Configuration.txt.old	2006-03-04 15:52:50.000000000 +0100
+++ linux-2.6.16-rc5-mm2-full/Documentation/sound/alsa/ALSA-Configuration.txt	2006-03-04 15:57:10.000000000 +0100
@@ -705,6 +705,7 @@
 			$CONFIG_SND_DEBUG=y
 
 	ALC260
+	  basic		base mode
 	  hp		HP machines
 	  fujitsu	Fujitsu S7020
 



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [2.6 patch] ALSA-Configuration.txt: snd-hda-intel: document model=basic
  2006-03-13 19:56 [2.6 patch] ALSA-Configuration.txt: snd-hda-intel: document model=basic Adrian Bunk
@ 2006-03-13 20:02 ` Takashi Iwai
  0 siblings, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2006-03-13 20:02 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: Andrew Morton, perex, alsa-devel, linux-kernel

At Mon, 13 Mar 2006 20:56:44 +0100,
Adrian Bunk wrote:
> 
> Document the model=basic option in the snd-hda-intel driver.
> 
> 
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
> 
> ---
> 
> Can I get an ACK for getting this patch into 2.6.16?

Please don't.  It alone doesn't explain much, and we have a better
description in the upstream.

But the relevant change is burried in the deep stack of 100 pending
patches, and cannot cherry-pick without confliction.


Takashi


> 
> --- linux-2.6.16-rc5-mm2-full/Documentation/sound/alsa/ALSA-Configuration.txt.old	2006-03-04 15:52:50.000000000 +0100
> +++ linux-2.6.16-rc5-mm2-full/Documentation/sound/alsa/ALSA-Configuration.txt	2006-03-04 15:57:10.000000000 +0100
> @@ -705,6 +705,7 @@
>  			$CONFIG_SND_DEBUG=y
>  
>  	ALC260
> +	  basic		base mode
>  	  hp		HP machines
>  	  fujitsu	Fujitsu S7020
>  
> 
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-03-13 20:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-13 19:56 [2.6 patch] ALSA-Configuration.txt: snd-hda-intel: document model=basic Adrian Bunk
2006-03-13 20:02 ` Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2006-02-27 13:15 ALSA HDA Intel stoped to work in 2.6.16-* Otavio Salvador
2006-02-27 15:02 ` Takashi Iwai
2006-02-28  8:51   ` Otavio Salvador
2006-02-28 10:54     ` Takashi Iwai
2006-02-28 20:28       ` Otavio Salvador
2006-03-01 10:29         ` Takashi Iwai
2006-03-04 15:00           ` [2.6 patch] ALSA-Configuration.txt: snd-hda-intel: document model=basic Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox