At Thu, 27 Sep 2012 11:04:35 -0300, Herton Ronaldo Krzesinski wrote:
On Thu, Sep 27, 2012 at 03:50:04PM +0200, David Henningsson wrote:
On 09/27/2012 03:38 PM, Herton Ronaldo Krzesinski wrote:
In commit af741c1 ("ALSA: hda/realtek - Call alc_auto_parse_customize_define() always after fixup"), alc_auto_parse_customize_define was moved after detection of ALC271X.
The problem is that detection of ALC271X relies on spec->cdefine.platform_type, and it's set on alc_auto_parse_customize_define.
Move the alc_auto_parse_customize_define and its required fixup setup before the block doing the ALC271X and other codec setup.
BugLink: https://bugs.launchpad.net/bugs/1006690 Signed-off-by: Herton Ronaldo Krzesinski herton.krzesinski@canonical.com
Looks good. I would add a cc to stable though.
Reviewed-by: David Henningsson david.henningsson@canonical.com
Thanks. Indeed, we should add a cc stable to this one (3.4+), forgot about it.
Thanks, I applied the patch with Cc to stable.
Takashi