← Back to team overview

ac100 team mailing list archive

[PATCH] arm: tegra: paz00: Enable SPDIF/HDMI audio

 

Register the SPDIF device in the board, this device is
responsible for HDMI audio.
---
 arch/arm/mach-tegra/board-paz00.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-tegra/board-paz00.c b/arch/arm/mach-tegra/board-paz00.c
index 833e61b..452cb05 100644
--- a/arch/arm/mach-tegra/board-paz00.c
+++ b/arch/arm/mach-tegra/board-paz00.c
@@ -348,6 +348,7 @@ static struct platform_device *paz00_devices[] __initdata = {
 	&tegra_i2s_device1,
 	&tegra_das_device,
 	&tegra_pcm_device,
+	&tegra_spdif_device,
 	&audio_device,
 	&tegra_avp_device,
 };
-- 
1.7.5.4



Follow ups