Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Unified Diff: arch/arm/mach-tegra/include/mach/dc.h

Issue 6632011: CHROMIUM: video: tegra: Implement tegra_dc_hdmi_set_audio_sample_rate (Closed)
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | drivers/video/tegra/dc/hdmi.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | drivers/video/tegra/dc/hdmi.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698