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

Side by Side 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, 9 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 unified diff | Download patch
« no previous file with comments | « no previous file | drivers/video/tegra/dc/hdmi.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * arch/arm/mach-tegra/include/mach/dc.h 2 * arch/arm/mach-tegra/include/mach/dc.h
3 * 3 *
4 * Copyright (C) 2010 Google, Inc. 4 * Copyright (C) 2010 Google, Inc.
5 * 5 *
6 * Author: 6 * Author:
7 * Erik Gilling <konkers@google.com> 7 * Erik Gilling <konkers@google.com>
8 * 8 *
9 * This software is licensed under the terms of the GNU General Public 9 * This software is licensed under the terms of the GNU General Public
10 * License version 2, as published by the Free Software Foundation, and 10 * License version 2, as published by the Free Software Foundation, and
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 void tegra_dc_incr_syncpt_min(struct tegra_dc *dc, int i, u32 val); 174 void tegra_dc_incr_syncpt_min(struct tegra_dc *dc, int i, u32 val);
175 175
176 /* tegra_dc_update_windows and tegra_dc_sync_windows do not support windows 176 /* tegra_dc_update_windows and tegra_dc_sync_windows do not support windows
177 * with differenct dcs in one call 177 * with differenct dcs in one call
178 */ 178 */
179 int tegra_dc_update_windows(struct tegra_dc_win *windows[], int n); 179 int tegra_dc_update_windows(struct tegra_dc_win *windows[], int n);
180 int tegra_dc_sync_windows(struct tegra_dc_win *windows[], int n); 180 int tegra_dc_sync_windows(struct tegra_dc_win *windows[], int n);
181 181
182 int tegra_dc_set_mode(struct tegra_dc *dc, const struct tegra_dc_mode *mode); 182 int tegra_dc_set_mode(struct tegra_dc *dc, const struct tegra_dc_mode *mode);
183 183
184 /*
185 * This sets the sample rate for all display controllers at once,
186 * since there is a single audio source routed to themn all.
187 */
188 int tegra_dc_hdmi_set_audio_sample_rate(unsigned audio_freq);
189
184 #endif 190 #endif
OLDNEW
« 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