All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: Takashi Iwai <tiwai@suse.de>
Cc: Otavio Salvador <otavio@debian.org>,
	linux-kernel@vger.kernel.org, perex@suse.cz,
	alsa-devel@alsa-project.org
Subject: [2.6 patch] ALSA-Configuration.txt: snd-hda-intel: document model=basic
Date: Sat, 4 Mar 2006 16:00:57 +0100	[thread overview]
Message-ID: <20060304150057.GZ9295@stusta.de> (raw)
In-Reply-To: <s5h3bi2a26o.wl%tiwai@suse.de>

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
 




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642

WARNING: multiple messages have this Message-ID (diff)
From: Adrian Bunk <bunk@stusta.de>
To: Takashi Iwai <tiwai@suse.de>
Cc: Otavio Salvador <otavio@debian.org>,
	linux-kernel@vger.kernel.org, perex@suse.cz,
	alsa-devel@alsa-project.org
Subject: [2.6 patch] ALSA-Configuration.txt: snd-hda-intel: document model=basic
Date: Sat, 4 Mar 2006 16:00:57 +0100	[thread overview]
Message-ID: <20060304150057.GZ9295@stusta.de> (raw)
In-Reply-To: <s5h3bi2a26o.wl%tiwai@suse.de>

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
 



  parent reply	other threads:[~2006-03-04 15:00 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-27 13:15 ALSA HDA Intel stoped to work in 2.6.16-* Otavio Salvador
2006-02-27 14:49 ` Diego Calleja
2006-02-28  8:34   ` 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-02  2:24           ` Otavio Salvador
2006-03-03 18:11             ` Takashi Iwai
2006-03-04  5:29               ` Otavio Salvador
2006-03-04 14:51                 ` Adrian Bunk
2006-03-06 14:16                   ` Takashi Iwai
2009-03-07 16:50                     ` [PATCH] " Daniel Gimpelevich
2009-03-07 18:00                       ` Rafael J. Wysocki
2009-03-08 10:26                         ` Takashi Iwai
2009-03-08 23:21                           ` Daniel Gimpelevich
2009-03-11  8:33                             ` Takashi Iwai
2009-03-11 13:07                               ` Daniel Gimpelevich
2009-03-11 13:27                                 ` Takashi Iwai
2009-03-11 13:53                                   ` Daniel Gimpelevich
2006-03-04 15:00           ` Adrian Bunk [this message]
2006-03-04 15:00             ` [2.6 patch] ALSA-Configuration.txt: snd-hda-intel: document model=basic Adrian Bunk
  -- strict thread matches above, loose matches on Subject: below --
2006-03-13 19:56 Adrian Bunk
2006-03-13 19:56 ` Adrian Bunk
2006-03-13 20:02 ` Takashi Iwai
2006-03-13 20:02   ` 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=20060304150057.GZ9295@stusta.de \
    --to=bunk@stusta.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=otavio@debian.org \
    --cc=perex@suse.cz \
    --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.