summaryrefslogtreecommitdiff
path: root/sound/soc/tegra/tegra30_i2s.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/tegra/tegra30_i2s.h')
-rw-r--r--sound/soc/tegra/tegra30_i2s.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/soc/tegra/tegra30_i2s.h b/sound/soc/tegra/tegra30_i2s.h
index a4fa22fb7e56..cbe57475b232 100644
--- a/sound/soc/tegra/tegra30_i2s.h
+++ b/sound/soc/tegra/tegra30_i2s.h
@@ -304,6 +304,14 @@ int tegra30_break_voice_call_connections(struct codec_config *codec_info,
int uses_voice_codec);
#if defined(CONFIG_ARCH_TEGRA_14x_SOC)
+int t14x_make_bt_voice_call_connections(struct codec_config *codec_info,
+ struct ahub_bbc1_config *bb_info,
+ int uses_voice_codec);
+
+int t14x_break_bt_voice_call_connections(struct codec_config *codec_info,
+ struct ahub_bbc1_config *bb_info,
+ int uses_voice_codec);
+
int t14x_make_voice_call_connections(struct codec_config *codec_info,
struct ahub_bbc1_config *bb_info,
int uses_voice_codec);