]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
ASoC: Remove snd_soc_jack_new()
authorLars-Peter Clausen <lars@metafoo.de>
Wed, 4 Mar 2015 09:33:45 +0000 (10:33 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 4 Mar 2015 17:10:48 +0000 (17:10 +0000)
There are no users of snd_soc_jack_new() left and new users should use
snd_soc_card_jack_new() instead. So remove the function.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc.h

index 99d9ce27220985aceddc914447fb850d6e109f40..40b3ee96f3177a2299faf760fae9e65e5f74c93e 100644 (file)
@@ -1484,26 +1484,6 @@ static inline struct snd_soc_platform *snd_soc_kcontrol_platform(
        return snd_soc_component_to_platform(snd_soc_kcontrol_component(kcontrol));
 }
 
-/**
- * snd_soc_jack_new - Create a new jack
- * @codec: ASoC CODEC
- * @id:    an identifying string for this jack
- * @type:  a bitmask of enum snd_jack_type values that can be detected by
- *         this jack
- * @jack:  structure to use for the jack
- *
- * Creates a new jack object.
- *
- * Returns zero if successful, or a negative error code on failure.
- * On success jack will be initialised.
- */
-static inline int snd_soc_jack_new(struct snd_soc_codec *codec, const char *id,
-       int type, struct snd_soc_jack *jack)
-{
-       return snd_soc_card_jack_new(codec->component.card, id, type, jack,
-               NULL, 0);
-}
-
 int snd_soc_util_init(void);
 void snd_soc_util_exit(void);