alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
From: Jie Yang <yang.jie@intel.com>
To: broonie@kernel.org
Cc: alsa-devel@alsa-project.org, liam.r.girdwood@intel.com
Subject: [PATCH v5 5/5] ALSA: jack: remove export snd_kctl_jack_new()
Date: Tue,  7 Apr 2015 12:44:51 +0800	[thread overview]
Message-ID: <1428381891-30517-6-git-send-email-yang.jie@intel.com> (raw)
In-Reply-To: <1428381891-30517-1-git-send-email-yang.jie@intel.com>

After created jack embedded kctls and removed hda jack kctls, the func
snd_kctl_jack_new() is merely internal called, so here remove exporting
it.

Signed-off-by: Jie Yang <yang.jie@intel.com>
---
 sound/core/ctljack.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/core/ctljack.c b/sound/core/ctljack.c
index e4b38fb..8702fb1 100644
--- a/sound/core/ctljack.c
+++ b/sound/core/ctljack.c
@@ -43,7 +43,6 @@ snd_kctl_jack_new(const char *name, int idx, void *private_data)
 	kctl->private_value = 0;
 	return kctl;
 }
-EXPORT_SYMBOL_GPL(snd_kctl_jack_new);
 
 void snd_kctl_jack_report(struct snd_card *card,
 			  struct snd_kcontrol *kctl, bool status)
-- 
1.9.1

  parent reply	other threads:[~2015-04-07  4:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-07  4:44 [PATCH v5 0/5] ALSA: jack: Refactoring for jack kctls Jie Yang
2015-04-07  4:44 ` [PATCH v5 1/5] ALSA: jack: create jack kcontrols for every jack input Jie Yang
2015-04-07  4:44 ` [PATCH v5 2/5] ALSA: jack: add a parameter to pass kctl for snd_jack_new Jie Yang
2015-04-07  4:44 ` [PATCH v5 3/5] ALSA: hda - Update to use the new jack kctls method Jie Yang
2015-04-07  4:44 ` [PATCH v5 4/5] ASoC: jack: create kctls according to jack pins info Jie Yang
2015-04-07  4:44 ` Jie Yang [this message]
2015-04-12  5:50 ` [PATCH v5 0/5] ALSA: jack: Refactoring for jack kctls Raymond Yau

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=1428381891-30517-6-git-send-email-yang.jie@intel.com \
    --to=yang.jie@intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=liam.r.girdwood@intel.com \
    /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;
as well as URLs for NNTP newsgroup(s).