summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-cardhu.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tegra/board-cardhu.c')
-rw-r--r--arch/arm/mach-tegra/board-cardhu.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-cardhu.c b/arch/arm/mach-tegra/board-cardhu.c
index 6a0883c0734d..4e1d3060bc45 100644
--- a/arch/arm/mach-tegra/board-cardhu.c
+++ b/arch/arm/mach-tegra/board-cardhu.c
@@ -691,6 +691,16 @@ static struct tegra_asoc_platform_data cardhu_audio_aic326x_pdata = {
.gpio_hp_mute = -1,
.gpio_int_mic_en = -1,
.gpio_ext_mic_en = -1,
+ /*defaults for Verbier-Cardhu board with TI AIC326X codec*/
+ .audio_port_id = {
+ [HIFI_CODEC] = 0,
+ [BASEBAND] = -1,
+ [BT_SCO] = 3,
+ },
+ .baseband_param = {
+ .rate = -1,
+ .channels = -1,
+ },
};
static struct platform_device cardhu_audio_aic326x_device = {