| Index: arch/arm/mach-tegra/include/mach/dc.h
|
| diff --git a/arch/arm/mach-tegra/include/mach/dc.h b/arch/arm/mach-tegra/include/mach/dc.h
|
| index 16de6f3ed576324db2521c409b3ee323e0d594ba..67e6f846c4e5252d89e8c7d7b1aeadfeb15d7b74 100644
|
| --- a/arch/arm/mach-tegra/include/mach/dc.h
|
| +++ b/arch/arm/mach-tegra/include/mach/dc.h
|
| @@ -181,4 +181,10 @@ int tegra_dc_sync_windows(struct tegra_dc_win *windows[], int n);
|
|
|
| int tegra_dc_set_mode(struct tegra_dc *dc, const struct tegra_dc_mode *mode);
|
|
|
| +/*
|
| + * This sets the sample rate for all display controllers at once,
|
| + * since there is a single audio source routed to themn all.
|
| + */
|
| +int tegra_dc_hdmi_set_audio_sample_rate(unsigned audio_freq);
|
| +
|
| #endif
|
|
|