From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751397AbbCUHu1 (ORCPT ); Sat, 21 Mar 2015 03:50:27 -0400 Received: from cantor2.suse.de ([195.135.220.15]:54814 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751286AbbCUHuZ (ORCPT ); Sat, 21 Mar 2015 03:50:25 -0400 Date: Sat, 21 Mar 2015 08:50:23 +0100 Message-ID: From: Takashi Iwai To: Howard Mitchell Cc: broonie@kernel.org, lgirdwood@gmail.com, perex@perex.cz, corbet@lwn.net, alsa-devel@alsa-project.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, gordon@iqaudio.com Subject: Re: [PATCH 1/2] ALSA:ControlName.txt: Add 'Analogue' as a prefix for volume controls In-Reply-To: <1426766910-27250-1-git-send-email-hm@hmbedded.co.uk> References: <1426766910-27250-1-git-send-email-hm@hmbedded.co.uk> 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 Thu, 19 Mar 2015 12:08:29 +0000, Howard Mitchell wrote: > > Currently 'Playback Volume' is the correct way to express an analogue > volume control. However, this control name has initialisation defaults > applied when using 'alsactl restore' and in some cases this is not > appropriate. An example would be a control that has a selection of > 0db and -6dB of gain that is intended to set the fullscale ouput > voltage of a DAC. The TI pcm512x family of DAcs have such a control. > In this case the device/driver reset defaults are preferred. > > Signed-off-by: Howard Mitchell Mark, feel free to take this if you apply the next one. Acked-by: Takashi Iwai thanks, Takashi > --- > Documentation/sound/alsa/ControlNames.txt | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/Documentation/sound/alsa/ControlNames.txt b/Documentation/sound/alsa/ControlNames.txt > index 79a6127..3fc1cf50 100644 > --- a/Documentation/sound/alsa/ControlNames.txt > +++ b/Documentation/sound/alsa/ControlNames.txt > @@ -71,11 +71,11 @@ SOURCE: > HDMI/DP (either HDMI or DisplayPort) > > Exceptions (deprecated): > - [Digital] Capture Source > - [Digital] Capture Switch (aka input gain switch) > - [Digital] Capture Volume (aka input gain volume) > - [Digital] Playback Switch (aka output gain switch) > - [Digital] Playback Volume (aka output gain volume) > + [Analogue|Digital] Capture Source > + [Analogue|Digital] Capture Switch (aka input gain switch) > + [Analogue|Digital] Capture Volume (aka input gain volume) > + [Analogue|Digital] Playback Switch (aka output gain switch) > + [Analogue|Digital] Playback Volume (aka output gain volume) > Tone Control - Switch > Tone Control - Bass > Tone Control - Treble > -- > 1.7.9.5 >