From patchwork Thu Jan 10 05:49:14 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 13955 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 6F56F23FB3 for ; Thu, 10 Jan 2013 05:57:33 +0000 (UTC) Received: from mail-vc0-f180.google.com (mail-vc0-f180.google.com [209.85.220.180]) by fiordland.canonical.com (Postfix) with ESMTP id 040ABA19276 for ; Thu, 10 Jan 2013 05:57:32 +0000 (UTC) Received: by mail-vc0-f180.google.com with SMTP id p16so168217vcq.11 for ; Wed, 09 Jan 2013 21:57:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:x-received:from:to:cc:subject:date:message-id:x-mailer :x-gm-message-state; bh=1rMzBKokgDYl1/QSXi2ToCMzYl0g8KsfIPog0bqTNpU=; b=CJO4NButEdBi1UGoth+fQ3RWpV5J3qVQEGvtYwdGHDvucCytcvZIPU6WPJMHJDmiJ6 qBXA/KoFINzVJQ+9HZ0Z8VEzmjkMx00KObEAH43Xnw58tWmI3eqmTiyFneTuzjKmoBv6 T4PH+jZOxrJuN/bEmwbVNgX8lQQ7zZqpkWv0G8m0UBfijYfcK1r7VZFIgKlX2f/oF14c DSRzgtL7RQvNqJpbO6FuTYbLWvz8C2ylaZTj1Sva7XTBGaaCumNZIKN9O9JkNNIXG1hN xYLxGrLbdbUvs3GAxVflcK2M84pW7ff8fOeB+JTbL6KjTENweJaCJvWcX+Shoch36Xbc olgw== X-Received: by 10.52.88.168 with SMTP id bh8mr76950958vdb.51.1357797452494; Wed, 09 Jan 2013 21:57:32 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.58.145.101 with SMTP id st5csp55938veb; Wed, 9 Jan 2013 21:57:31 -0800 (PST) X-Received: by 10.68.238.8 with SMTP id vg8mr217308473pbc.26.1357797451231; Wed, 09 Jan 2013 21:57:31 -0800 (PST) Received: from mail-pa0-f48.google.com (mail-pa0-f48.google.com [209.85.220.48]) by mx.google.com with ESMTPS id f9si867195paw.82.2013.01.09.21.57.30 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 09 Jan 2013 21:57:31 -0800 (PST) Received-SPF: neutral (google.com: 209.85.220.48 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.220.48; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.220.48 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by mail-pa0-f48.google.com with SMTP id fa1so164372pad.21 for ; Wed, 09 Jan 2013 21:57:30 -0800 (PST) X-Received: by 10.68.223.135 with SMTP id qu7mr138338700pbc.134.1357797450781; Wed, 09 Jan 2013 21:57:30 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id x6sm503662pav.29.2013.01.09.21.57.27 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 09 Jan 2013 21:57:30 -0800 (PST) From: Sachin Kamat To: alsa-devel@alsa-project.org Cc: tiwai@suse.de, perex@perex.cz, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/1] ALSA: usb-audio: Make ebox44_table static Date: Thu, 10 Jan 2013 11:19:14 +0530 Message-Id: <1357796954-9560-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQnbIn0O9KAS9fJ86Krm19B+lpzDcm8Xd4Pri6v287IJxE5YhN8b9mcQgscZflwIB1nHye4M Fixes the following sparse warning: sound/usb/mixer_quirks.c:1209:23: warning: symbol 'ebox44_table' was not declared. Should it be static? Signed-off-by: Sachin Kamat --- sound/usb/mixer_quirks.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sound/usb/mixer_quirks.c b/sound/usb/mixer_quirks.c index 0422b13..15520de 100644 --- a/sound/usb/mixer_quirks.c +++ b/sound/usb/mixer_quirks.c @@ -1206,7 +1206,7 @@ static int snd_c400_create_mixer(struct usb_mixer_interface *mixer) * are valid they presents mono controls as L and R channels of * stereo. So we provide a good mixer here. */ -struct std_mono_table ebox44_table[] = { +static struct std_mono_table ebox44_table[] = { { .unitid = 4, .control = 1,