All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Henningsson <david.henningsson@canonical.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.org
Subject: Re: [PATCH 00/38] Realtek HD-audio auto-parser
Date: Tue, 28 Feb 2012 09:33:21 +0100	[thread overview]
Message-ID: <4F4C9151.6020205@canonical.com> (raw)
In-Reply-To: <1330101391-8788-1-git-send-email-tiwai@suse.de>

On 02/24/2012 05:35 PM, Takashi Iwai wrote:
> 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.

Hi Takashi,

I think this is a very good move. Unfortunately I don't have time to 
review all 38 patches thoroughly, but if there is anything in particular 
you would like a second pair of eyes on, let me know.

-- 
David Henningsson, Canonical Ltd.
http://launchpad.net/~diwic

      parent reply	other threads:[~2012-02-28  8:33 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` David Henningsson [this message]

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=4F4C9151.6020205@canonical.com \
    --to=david.henningsson@canonical.com \
    --cc=alsa-devel@alsa-project.org \
    --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.