From patchwork Wed Sep 8 03:23:43 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: manjugk manjugk X-Patchwork-Id: 162791 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o883Pctt027668 for ; Wed, 8 Sep 2010 03:25:38 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756085Ab0IHDZh (ORCPT ); Tue, 7 Sep 2010 23:25:37 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:37206 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753194Ab0IHDZg (ORCPT ); Tue, 7 Sep 2010 23:25:36 -0400 Received: from dlep36.itg.ti.com ([157.170.170.91]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id o883POhA021819 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 7 Sep 2010 22:25:24 -0500 Received: from legion.dal.design.ti.com (localhost [127.0.0.1]) by dlep36.itg.ti.com (8.13.8/8.13.8) with ESMTP id o883PONS005231; Tue, 7 Sep 2010 22:25:24 -0500 (CDT) Received: from localhost ([172.24.190.39]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id o883PKf04603; Tue, 7 Sep 2010 22:25:21 -0500 (CDT) From: "G, Manjunath Kondaiah" To: linux-omap@vger.kernel.org Cc: alsa-devel@alsa-project.org, Jarkko Nikula , Peter Ujfalusi , Liam Girdwood , Mark Brown , Tony Lindgren , Nishanth Menon Subject: [PATCH] OMAP: McBSP: Fix static function warning Date: Wed, 8 Sep 2010 08:53:43 +0530 Message-Id: <1283916223-23567-1-git-send-email-manjugk@ti.com> X-Mailer: git-send-email 1.7.0.4 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Wed, 08 Sep 2010 03:25:38 +0000 (UTC) diff --git a/sound/soc/omap/omap-mcbsp.c b/sound/soc/omap/omap-mcbsp.c index 86f2139..5768381 100644 --- a/sound/soc/omap/omap-mcbsp.c +++ b/sound/soc/omap/omap-mcbsp.c @@ -780,7 +780,7 @@ struct snd_soc_dai omap_mcbsp_dai[] = { EXPORT_SYMBOL_GPL(omap_mcbsp_dai); -int omap_mcbsp_st_info_volsw(struct snd_kcontrol *kcontrol, +static int omap_mcbsp_st_info_volsw(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) { struct soc_mixer_control *mc =