All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/38] Realtek HD-audio auto-parser
@ 2012-02-24 16:35 Takashi Iwai
  2012-02-24 16:35 ` [PATCH 01/38] ALSA: hda - Add suffix argument to snd_hda_add_vmaster() Takashi Iwai
                   ` (38 more replies)
  0 siblings, 39 replies; 40+ messages in thread
From: Takashi Iwai @ 2012-02-24 16:35 UTC (permalink / raw)
  To: alsa-devel

Hi,

for 3.4 kernel, finally I got rid of all static quirks from HD-audio
Realtek codec parser.  This means that the all necessary quirks have
been converted to alc_fixup either the pin-config overrides, the
additional verbs, or the extra init functions.

Since some machines have really weird pin mappings, I introduced the
new mechanism in the parser to evaluate the best DAC->pin
connections, which is based on the badness calculation.  You won't
notice on most of machines but some machines that have fewer DACs than
necessary output pins will get different mappings by this change.

The whole changes can be seen in sound git tree topic/hda branch, as
usual.
    git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git

Now it's merged to main branch, so the snapshot tarball contains
these changes, too.

The rest of the thread will contain the changes in patch_realtek.c.
It's just for refernces, and I omitted the other files.  For the
complete changes, take a look at the git tree.


thanks,

Takashi

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

end of thread, other threads:[~2012-02-28  8:33 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-24 16:35 [PATCH 00/38] Realtek HD-audio auto-parser Takashi Iwai
2012-02-24 16:35 ` [PATCH 01/38] ALSA: hda - Add suffix argument to snd_hda_add_vmaster() Takashi Iwai
2012-02-24 16:35 ` [PATCH 02/38] ALSA: hda - Suppress auto-mute feature on some machines with ALC861 Takashi Iwai
2012-02-24 16:35 ` [PATCH 03/38] ALSA: hda - Add another jack-detection suppression for ASUS ALC892 Takashi Iwai
2012-02-24 16:35 ` [PATCH 04/38] ALSA: hda/realtek - Add the fixup codes for ALC260 model=will Takashi Iwai
2012-02-24 16:35 ` [PATCH 05/38] ALSA: hda/realtek - Replace ALC260 model=acer with the auto-parser Takashi Iwai
2012-02-24 16:35 ` [PATCH 06/38] ALSA: hda/realtek - Replace ALC260 model=replacer " Takashi Iwai
2012-02-24 16:36 ` [PATCH 07/38] ALSA: hda/realtek - Add the support for HP Presario B1900 Takashi Iwai
2012-02-24 16:36 ` [PATCH 08/38] ALSA: hda/realtek - Drop model=favorit100 for ALC260 Takashi Iwai
2012-02-24 16:36 ` [PATCH 09/38] ALSA: hda/realtek - Remove leftover static quirks " Takashi Iwai
2012-02-24 16:36 ` [PATCH 10/38] ALSA: hda/realtek - Disable static fixups for ASUS with ALC269 Takashi Iwai
2012-02-24 16:36 ` [PATCH 11/38] ALSA: hda/realtek - Improve the signel-connection check Takashi Iwai
2012-02-24 16:36 ` [PATCH 12/38] ALSA: hda/realtek - Finer tuning of auto-parser with badness evaluation Takashi Iwai
2012-02-24 16:36 ` [PATCH 13/38] ALSA: hda/realtek - Try harder to fit the single-connections Takashi Iwai
2012-02-24 16:36 ` [PATCH 14/38] ALSA: hda/realtek - Show multi-io pins in debug prints Takashi Iwai
2012-02-24 16:36 ` [PATCH 15/38] ALSA: hda/realtek - Adjust badness calculation for multi-ios Takashi Iwai
2012-02-24 16:36 ` [PATCH 16/38] ALSA: hda/realtek - Rewrite ALC880 model=lg with the auto-parser Takashi Iwai
2012-02-24 16:36 ` [PATCH 17/38] ALSA: hda/realtek - Rewrite ALC880 model=w810 with auto-parser Takashi Iwai
2012-02-24 16:36 ` [PATCH 18/38] ALSA: hda/realtek - Refactor the DAC filler function Takashi Iwai
2012-02-24 16:36 ` [PATCH 19/38] ALSA: hda/realtek - Drop ALC880 model=clevo Takashi Iwai
2012-02-24 16:36 ` [PATCH 20/38] ALSA: hda/realtek - Replace ALC880 model=tcl with auto-parser Takashi Iwai
2012-02-24 16:36 ` [PATCH 21/38] ALSA: hda/realtek - Apply probe-fixup really after probing Takashi Iwai
2012-02-24 16:36 ` [PATCH 22/38] ALSA: hda/realtek - Rewrite ALC880 model=futjisu with auto-parser Takashi Iwai
2012-02-24 16:36 ` [PATCH 23/38] ALSA: hda/realtek - Rewrite ALC880 model=F1734 " Takashi Iwai
2012-02-24 16:36 ` [PATCH 24/38] ALSA: hda/realtek - Rewrite ALC880 model=uniwill-p53 " Takashi Iwai
2012-02-24 16:36 ` [PATCH 25/38] ALSA: hda/realtek - Rewrite ALC880 model=uniwill " Takashi Iwai
2012-02-24 16:36 ` [PATCH 26/38] ALSA: hda/realtek - Rewrite ALC880 model=uniwill-dig " Takashi Iwai
2012-02-24 16:36 ` [PATCH 27/38] ALSA: hda/realtek - Rewrite ALC880 model=z71v " Takashi Iwai
2012-02-24 16:36 ` [PATCH 28/38] ALSA: hda/realtek - Rewrite ALC880 model=asus-w1v " Takashi Iwai
2012-02-24 16:36 ` [PATCH 29/38] ALSA: hda/realtek - Drop model=asus* from ALC880 Takashi Iwai
2012-02-24 16:36 ` [PATCH 30/38] ALSA: hda/realtek - Drop all ALC880 static quirks Takashi Iwai
2012-02-24 16:36 ` [PATCH 31/38] ALSA: hda/realtek - Add model=fixup not to apply fix-ups Takashi Iwai
2012-02-24 16:36 ` [PATCH 32/38] ALSA: hda/realtek - Remove the last static quirks for ALC882 Takashi Iwai
2012-02-24 16:36 ` [PATCH 33/38] ALSA: hda/realtek - Parse aa-loopback items dynamically Takashi Iwai
2012-02-24 16:36 ` [PATCH 34/38] ALSA: hda/realtek - Fix possible Oops with NULL input_mux Takashi Iwai
2012-02-24 16:36 ` [PATCH 35/38] ALSA: hda/realtek - Create individual mute switches for shared DAC Takashi Iwai
2012-02-24 16:36 ` [PATCH 36/38] ALSA: hda/realtek - Fix the possible conflicts of Bass Speaker name Takashi Iwai
2012-02-24 16:36 ` [PATCH 37/38] ALSA: hda/realtek - Fix the wrong offset for two-speaker systems Takashi Iwai
2012-02-24 16:36 ` [PATCH 38/38] ALSA: hda/realtek - Small code cleanups Takashi Iwai
2012-02-28  8:33 ` [PATCH 00/38] Realtek HD-audio auto-parser David Henningsson

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.