From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751196AbbALGwv (ORCPT ); Mon, 12 Jan 2015 01:52:51 -0500 Received: from cantor2.suse.de ([195.135.220.15]:40749 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750841AbbALGwu (ORCPT ); Mon, 12 Jan 2015 01:52:50 -0500 Date: Mon, 12 Jan 2015 07:52:49 +0100 Message-ID: From: Takashi Iwai To: Hans de Bruin Cc: Linux Kernel Mailing List , David Henningsson Subject: Re: 3.19-rc1 regression bisected No sound on Dell Latitude d430 In-Reply-To: <54B2EEC5.7050805@xmsnet.nl> References: <54B26ACE.90406@xmsnet.nl> <54B2EEC5.7050805@xmsnet.nl> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/24.4 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org At Sun, 11 Jan 2015 22:44:37 +0100, Hans de Bruin wrote: > > On 01/11/2015 04:45 PM, Takashi Iwai wrote: > > At Sun, 11 Jan 2015 13:21:34 +0100, > > Hans de Bruin wrote: > >> > >> This commit: > >> > >> commit 3abb4f4d0e7aaad0d12004b5057f4486a688752b > >> Author: David Henningsson > >> Date: Thu Oct 16 15:33:46 2014 +0200 > >> > >> ALSA: hda - Use "Line Out" name instead of "PCM" when there are > >> other outputs > >> > >> In case there are speakers or headphones as well, anything that only > >> covers the line out should not be labelled "PCM". Let's name it > >> "Line Out" instead for clarity. > >> > >> Signed-off-by: David Henningsson > >> Signed-off-by: Takashi Iwai > >> > >> breaks the sound on my dell laptop. > > > > What sound? From the speaker, the headphone or the dock output? > > The speaker. I have not checked the other exits > > > Are you using PulseAudio? > > No > > > What if you adjust/unmute the volume > > (likely "Line Out") manually? > > running 3.18 alsamixer show these options: > > Master > PCM > Mic Boost > Auto Mute mode > > PCM affects the volume of the speaker. > > running 3.19-rc1 alsamixer show these options: > > Master > PCM > Line Out > Mic Boost > Auto Mute mode > > Line out now controls the vole of the speaker (this 'new' channel had > volume 0 so did not hear anything). Changing PCM has no effect. OK, then this is the expected change. It was a bug that we assigned "PCM" only for the speaker and now it's corrected. Now "PCM" is still present but this was created by alsa-lib softvol pcm, and has nothing to do directly with the driver itself. This control is used only when you play the stream with the dedicated setup, i.e. via "default" or "sysdefault" device name, not via "hw", "plughw", etc. Takashi