← Back to team overview

ac100 team mailing list archive

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

 

Hi Julian,

Am Samstag 13 August 2011, 15:02:01 schrieb Julian Andres Klode:
> 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,
>  };

I'm not sure what's the use if this. AFAIK, we don't have a SDPIF connector. Or 
is this a different function?

We also need at least some platform data for the device and some support in 
sound/soc/tegra/paz00.c You may check what seaboard does.

Marc


Follow ups

References