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

Issue 6623022: CHROMIUM: video: tegra: Fix CTS/N table for 25.2MHz pclk, 44.1Hz audio (Closed)

Created:
9 years, 9 months ago by Stephen Warren
Modified:
9 years, 7 months ago
CC:
chromium-os-reviews_chromium.org, vb+kernel_google.com, Mandeep Singh Baines
Visibility:
Public.

Description

CHROMIUM: video: tegra: Fix CTS/N table for 25.2MHz pclk, 44.1Hz audio The existing values are for a 25.25MHz clock, not a 25.20MHz clock: 25250000 * 14112 / (128 * 63125) == 44100.000 25200000 * 5656 / (128 * 25250) == 44100.000 Signed-off-by: Stephen Warren <swarren@nvidia.com>; BUG= TEST=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M drivers/video/tegra/dc/hdmi.c View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Stephen Warren
This series of patches implements audio-over-HDMI support: http://codereview.chromium.org/6625021 http://codereview.chromium.org/6623022 http://codereview.chromium.org/6626025 http://codereview.chromium.org/6632011 http://codereview.chromium.org/6624031 http://codereview.chromium.org/6624032 http://codereview.chromium.org/6623023 http://codereview.chromium.org/6625022 ...
9 years, 9 months ago (2011-03-04 21:27:14 UTC) #1
Olof Johansson
9 years, 9 months ago (2011-03-07 03:42:27 UTC) #2
Thanks, applied.

Powered by Google App Engine
This is Rietveld 408576698