ASoC: soc-card: move snd_soc_card_jack_new() to soc-card
[sfrench/cifs-2.6.git] / include / sound / soc.h
index f93827c6be510fcb4c75546f8067b8aff94ea26a..38b21e815a28feb2dc788c56c6a6d5326e570fd9 100644 (file)
@@ -509,10 +509,6 @@ int snd_soc_set_runtime_hwparams(struct snd_pcm_substream *substream,
        const struct snd_pcm_hardware *hw);
 
 /* Jack reporting */
-int snd_soc_card_jack_new(struct snd_soc_card *card, const char *id, int type,
-       struct snd_soc_jack *jack, struct snd_soc_jack_pin *pins,
-       unsigned int num_pins);
-
 void snd_soc_jack_report(struct snd_soc_jack *jack, int status, int mask);
 int snd_soc_jack_add_pins(struct snd_soc_jack *jack, int count,
                          struct snd_soc_jack_pin *pins);