From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julian Sikorski Subject: Re: model needed for Clevo P150HM (Realtek ALC892) Date: Thu, 30 Jun 2011 22:16:04 +0200 Message-ID: <4E0CD984.9050408@gmail.com> References: <4E036C8F.3080709@gmail.com> <4E047441.4010003@gmail.com> <4E05C1B1.50302@gmail.com> <4E05C704.4080806@gmail.com> <4E05CE02.1070801@gmail.com> <4E082166.5060902@gmail.com> <4E08E33D.3060608@gmail.com> <4E0B62B6.6000007@gmail.com> <4E0B6BE0.1010003@gmail.com> <4E0B7D22.3040009@gmail.com> <4E0C17F2.5070704@gmail.com> <4E0CABBC.3070801@gmail.com> <4E0CBBED.9050501@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-ww0-f51.google.com (mail-ww0-f51.google.com [74.125.82.51]) by alsa0.perex.cz (Postfix) with ESMTP id D0445245EF for ; Thu, 30 Jun 2011 22:16:10 +0200 (CEST) Received: by wwj26 with SMTP id 26so2001467wwj.20 for ; Thu, 30 Jun 2011 13:16:10 -0700 (PDT) In-Reply-To: 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: Takashi Iwai Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org W dniu 30.06.2011 21:28, Takashi Iwai pisze: > At Thu, 30 Jun 2011 20:09:49 +0200, > Julian Sikorski wrote: >> >> $ dmesg | grep XXX >> [ 14.813013] XXX alc662_auto_fill_dac_nids called >> [ 14.813015] XXX line_outs=1, 14/0/0 >> [ 14.813016] XXX hp_outs=1, 1b/0/0 >> [ 14.813018] XXX spk_outs=0, 0/0/0 >> [ 14.813186] XXX filled dacs: 2/0/0/0/0, hp 0, ext 0/0/0 >> [ 14.813187] XXX swap primary out to HP >> [ 14.813188] XXX spk=14 >> [ 14.813190] XXX line=1b >> [ 14.813191] XXX alc662_auto_fill_dac_nids called >> [ 14.813192] XXX line_outs=1, 1b/0/0 >> [ 14.813194] XXX hp_outs=0, 0/0/0 >> [ 14.813195] XXX spk_outs=1, 14/0/0 >> [ 14.813311] XXX filled dacs: 2/0/0/0/0, hp 0, ext 0/0/0 >> [ 14.813560] XXX added multi-io pin 1a, dac 3 >> [ 14.813814] XXX added multi-io pin 18, dac 4 >> [ 14.813818] XXX create mixer ch 0 pin 1b dac 2 mix c >> [ 14.813821] XXX create mixer ch 1 pin 1a dac 3 mix d >> [ 14.813825] XXX create mixer ch 2 pin 18 dac 4 mix e > > How about the fix below? > > > Takashi It works, thanks! In more detail, the Speaker/Headphone situation is back to 2.6.38 state - you can regulate them independently, but muting one mutes the other. LFE/Center and Surround keep working correctly too. The new output of alsa-info.sh: http://www.alsa-project.org/db/?f=45bc0df9747371b348bde6c4aa508b2ba44aff47 $ dmesg | grep XXX [ 13.944531] XXX alc662_auto_fill_dac_nids called [ 13.944533] XXX line_outs=1, 14/0/0 [ 13.944534] XXX hp_outs=1, 1b/0/0 [ 13.944536] XXX spk_outs=0, 0/0/0 [ 13.944631] XXX check single for pin 14, sel 14 [ 13.944632] XXX pin 14 coupled with a single DAC [ 13.944843] XXX check single for pin 1b, sel 1b [ 13.944845] XXX filled dacs: 2/0/0/0/0, hp 0, ext 0/0/0 [ 13.944847] XXX swap primary out to HP [ 13.944848] XXX spk=14 [ 13.944849] XXX line=1b [ 13.944850] XXX alc662_auto_fill_dac_nids called [ 13.944852] XXX line_outs=1, 1b/0/0 [ 13.944853] XXX hp_outs=0, 0/0/0 [ 13.944855] XXX spk_outs=1, 14/0/0 [ 13.944856] XXX check single for pin 1b, sel 1b [ 13.944858] XXX check single for pin 14, sel 14 [ 13.944859] XXX pin 14 coupled with a single DAC [ 13.944945] XXX filled dacs: 3/0/0/0/0, hp 0, ext 2/0/0 [ 13.945189] XXX added multi-io pin 1a, dac 4 [ 13.945440] XXX added multi-io pin 18, dac 5 [ 13.945446] XXX create mixer ch 0 pin 1b dac 3 mix d [ 13.945452] XXX create mixer ch 1 pin 1a dac 4 mix e [ 13.945457] XXX create mixer ch 2 pin 18 dac 5 mix f So it seems that the only things remaining are the SPDIF/rear channel jack and the coupled muting issue. Thanks for all the help so far, Julian