From patchwork Mon Jul 6 22:02:03 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 34344 Received: from bear.ext.ti.com (bear.ext.ti.com [192.94.94.41]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n66M4xgv023381 for ; Mon, 6 Jul 2009 22:04:59 GMT Received: from dlep35.itg.ti.com ([157.170.170.118]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id n66M397O027732; Mon, 6 Jul 2009 17:03:14 -0500 Received: from linux.omap.com (localhost [127.0.0.1]) by dlep35.itg.ti.com (8.13.7/8.13.7) with ESMTP id n66M381g000437; Mon, 6 Jul 2009 17:03:08 -0500 (CDT) Received: from linux.omap.com (localhost [127.0.0.1]) by linux.omap.com (Postfix) with ESMTP id CA14C807AA; Mon, 6 Jul 2009 17:02:45 -0500 (CDT) X-Original-To: davinci-linux-open-source@linux.davincidsp.com Delivered-To: davinci-linux-open-source@linux.davincidsp.com Received: from dflp53.itg.ti.com (dflp53.itg.ti.com [128.247.5.6]) by linux.omap.com (Postfix) with ESMTP id 0B4C280627 for ; Mon, 6 Jul 2009 17:02:18 -0500 (CDT) Received: from red.ext.ti.com (localhost [127.0.0.1]) by dflp53.itg.ti.com (8.13.8/8.13.8) with ESMTP id n66M2H25002826 for ; Mon, 6 Jul 2009 17:02:17 -0500 (CDT) Received: from mail74-tx2-R.bigfish.com (mail-tx2.bigfish.com [65.55.88.112]) by red.ext.ti.com (8.13.7/8.13.7) with ESMTP id n66M2CrG007258 for ; Mon, 6 Jul 2009 17:02:17 -0500 Received: from mail74-tx2 (localhost.localdomain [127.0.0.1]) by mail74-tx2-R.bigfish.com (Postfix) with ESMTP id 534FF2007E for ; Mon, 6 Jul 2009 22:02:12 +0000 (UTC) X-SpamScore: 0 X-BigFish: vps0(zzzz1202hzzz2dh62h) X-Spam-TCS-SCL: 1:0 X-FB-SS: 8, X-MS-Exchange-Organization-Antispam-Report: OrigIP: 209.85.222.185; Service: EHS Received: by mail74-tx2 (MessageSwitch) id 1246917730999068_9426; Mon, 6 Jul 2009 22:02:10 +0000 (UCT) Received: from mail-pz0-f185.google.com (mail-pz0-f185.google.com [209.85.222.185]) by mail74-tx2.bigfish.com (Postfix) with ESMTP id C2D77298064 for ; Mon, 6 Jul 2009 22:02:10 +0000 (UTC) Received: by pzk15 with SMTP id 15so490311pzk.4 for ; Mon, 06 Jul 2009 15:02:10 -0700 (PDT) Received: by 10.143.157.8 with SMTP id j8mr1354290wfo.63.1246917730230; Mon, 06 Jul 2009 15:02:10 -0700 (PDT) Received: from localhost ([216.254.16.51]) by mx.google.com with ESMTPS id 30sm23086057wfd.3.2009.07.06.15.02.09 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 06 Jul 2009 15:02:09 -0700 (PDT) From: Kevin Hilman To: alsa-devel@alsa-project.org Date: Mon, 6 Jul 2009 15:02:03 -0700 Message-Id: <1246917723-27071-3-git-send-email-khilman@deeprootsystems.com> X-Mailer: git-send-email 1.6.3.3 In-Reply-To: <1246917723-27071-2-git-send-email-khilman@deeprootsystems.com> References: <1246917723-27071-1-git-send-email-khilman@deeprootsystems.com> <1246917723-27071-2-git-send-email-khilman@deeprootsystems.com> Cc: davinci-linux-open-source@linux.davincidsp.com, broonie@sirena.org.uk, Naresh Medisetty Subject: [PATCH 2/2] ASoC: DaVinci: Change default output volume X-BeenThere: davinci-linux-open-source@linux.davincidsp.com X-Mailman-Version: 2.1.4 Precedence: list List-Id: davinci-linux-open-source.linux.davincidsp.com List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: davinci-linux-open-source-bounces@linux.davincidsp.com Errors-To: davinci-linux-open-source-bounces@linux.davincidsp.com From: Naresh Medisetty Changes default output volume of alsa driver since it is very low Signed-off-by: Naresh Medisetty Signed-off-by: Kevin Hilman --- sound/soc/codecs/tlv320aic3x.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sound/soc/codecs/tlv320aic3x.h b/sound/soc/codecs/tlv320aic3x.h index ac827e5..76dbff4 100644 --- a/sound/soc/codecs/tlv320aic3x.h +++ b/sound/soc/codecs/tlv320aic3x.h @@ -195,7 +195,7 @@ #define INVERT_VOL(val) (0x7f - val) /* Default output volume (inverted) */ -#define DEFAULT_VOL INVERT_VOL(0x50) +#define DEFAULT_VOL INVERT_VOL(0x60) /* Default input volume */ #define DEFAULT_GAIN 0x20