diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-10-27 08:37:08 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-10-27 08:37:08 +0100 |
commit | 911fc25dda145f4f7313535466eec0c9f4a51ea1 (patch) | |
tree | 66b5c22cd19cea6597900b37b7dbdeb5623b8799 /sound/soc/soc-dapm.c | |
parent | 4b7d283150b35db6e5e10f72606f603ff424c92a (diff) | |
parent | 6b9331165e9827e055389e22d1cbdb5fe3cff835 (diff) | |
download | linux-stable-911fc25dda145f4f7313535466eec0c9f4a51ea1.tar.gz linux-stable-911fc25dda145f4f7313535466eec0c9f4a51ea1.tar.bz2 linux-stable-911fc25dda145f4f7313535466eec0c9f4a51ea1.zip |
Merge branch 'topic/asoc-next' into topic/asoc
Diffstat (limited to 'sound/soc/soc-dapm.c')
-rw-r--r-- | sound/soc/soc-dapm.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c index 7351db9606e4..7e9f423f5b09 100644 --- a/sound/soc/soc-dapm.c +++ b/sound/soc/soc-dapm.c @@ -1007,28 +1007,6 @@ err: } /** - * snd_soc_dapm_connect_input - connect dapm widgets - * @codec: audio codec - * @sink: name of target widget - * @control: mixer control name - * @source: name of source name - * - * Connects 2 dapm widgets together via a named audio path. The sink is - * the widget receiving the audio signal, whilst the source is the sender - * of the audio signal. - * - * This function has been deprecated in favour of snd_soc_dapm_add_routes(). - * - * Returns 0 for success else error. - */ -int snd_soc_dapm_connect_input(struct snd_soc_codec *codec, const char *sink, - const char *control, const char *source) -{ - return snd_soc_dapm_add_route(codec, sink, control, source); -} -EXPORT_SYMBOL_GPL(snd_soc_dapm_connect_input); - -/** * snd_soc_dapm_add_routes - Add routes between DAPM widgets * @codec: codec * @route: audio routes |