From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: Acer Aspire 8920g / snd-hda-intel / ALC889 Date: Tue, 06 May 2008 13:16:07 +0200 Message-ID: References: <480C8260.70501@warmcat.com> <480CDC26.3010506@warmcat.com> <480DC787.9070208@warmcat.com> <480DCBC6.3050203@warmcat.com> <480FA5D5.9090208@warmcat.com> <481F84FA.4060307@warmcat.com> <48203A6B.7020408@warmcat.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.suse.de (cantor.suse.de [195.135.220.2]) by alsa0.perex.cz (Postfix) with ESMTP id BBCA42438B for ; Tue, 6 May 2008 13:16:07 +0200 (CEST) In-Reply-To: <48203A6B.7020408@warmcat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Andy Green Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org At Tue, 06 May 2008 12:00:59 +0100, Andy Green wrote: > > Somebody in the thread at some point said: > > Hi - > > > Is this above with model=acer-aspire *and* your additional verb? > > Or, is it without model option? > > I tried it with model=acer (same as no forcing) and acer-aspire, I was > able to play 2-channel PCM sounds OK only with the extra verb either > way. I got more controls in alsamixer with just "acer" (like low > frequency channel), but they didn't seem to do anything useful. OK, then you might need the patch below instead. If the first one failed, give it a try. thanks, Takashi --- diff -r dd67eb84e184 pci/hda/patch_realtek.c --- a/pci/hda/patch_realtek.c Fri May 02 12:22:34 2008 +0200 +++ b/pci/hda/patch_realtek.c Tue May 06 13:15:43 2008 +0200 @@ -853,6 +853,7 @@ do_sku: case 0x10ec0269: case 0x10ec0862: case 0x10ec0662: + case 0x10ec0889: snd_hda_codec_write(codec, 0x14, 0, AC_VERB_SET_EAPD_BTLENABLE, 2); snd_hda_codec_write(codec, 0x15, 0, @@ -877,6 +878,7 @@ do_sku: case 0x10ec0883: case 0x10ec0885: case 0x10ec0888: + case 0x10ec0889: snd_hda_codec_write(codec, 0x20, 0, AC_VERB_SET_COEF_INDEX, 7); tmp = snd_hda_codec_read(codec, 0x20, 0,