Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
Cc: alsa-devel@alsa-project.org, kbuild-all@01.org,
	Connor McAdams <conmanx360@gmail.com>
Subject: [RFC PATCH] patch_ca0132.c: ca0132_alt_chmaps[] can be static
Date: Mon, 23 Apr 2018 14:57:04 +0800	[thread overview]
Message-ID: <20180423065704.GA24064@lkp-ib03> (raw)
In-Reply-To: <1524445866-3586-1-git-send-email-conmanx360@gmail.com>


Fixes: 9e9ffabacc30 ("patch_ca0132.c: Handle SBZ and R3Di sound cards")
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
 patch_ca0132.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c
index ddbb658..707d8ee 100755
--- a/sound/pci/hda/patch_ca0132.c
+++ b/sound/pci/hda/patch_ca0132.c
@@ -5684,7 +5684,7 @@ static const char * const ca0132_alt_slave_pfxs[] = {
  * I think this has to do with the pin for rear surround being 0x11,
  * and the center/lfe being 0x10. Usually the pin order is the opposite.
  */
-const struct snd_pcm_chmap_elem ca0132_alt_chmaps[] = {
+static const struct snd_pcm_chmap_elem ca0132_alt_chmaps[] = {
 	{ .channels = 2,
 	  .map = { SNDRV_CHMAP_FL, SNDRV_CHMAP_FR } },
 	{ .channels = 4,

  reply	other threads:[~2018-04-23  6:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-23  1:11 [PATCH] patch_ca0132.c: Handle SBZ and R3Di sound cards Connor McAdams
2018-04-23  6:57 ` kbuild test robot [this message]
2018-04-23  6:57 ` kbuild test robot
2018-04-23  7:01 ` Takashi Sakamoto
2018-04-23  9:21 ` kbuild test robot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180423065704.GA24064@lkp-ib03 \
    --to=lkp@intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=conmanx360@gmail.com \
    --cc=kbuild-all@01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox