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

Issue 6579017: CHROMIUM: ASoC: Tegra: Move utilities to separate module (Closed)

Created:
9 years, 10 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: ASoC: Tegra: Move utilities to separate module The utilities will be required by every machine driver. Including the utility object directly into every machine driver causes a build failure if the modules are actually built into the kernel, since each will define the symbols exported by the utility file. Solve this by moving the utility object into a separate module. Signed-off-by: Stephen Warren <swarren@nvidia.com>; BUG= TEST=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -1 line) Patch
M sound/soc/tegra/Makefile View 1 chunk +2 lines, -1 line 0 comments Download
M sound/soc/tegra/tegra_asoc_utils.c View 3 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Stephen Warren
This review is part of a sequence that update ChromeOS to the latest upstream Tegra ...
9 years, 10 months ago (2011-02-23 22:38:49 UTC) #1
Stephen Warren
FYI, this patch is now upstream (ASoC for-2.6.39)
9 years, 9 months ago (2011-02-25 16:26:23 UTC) #2
Olof Johansson
9 years, 9 months ago (2011-03-07 00:26:26 UTC) #3
Picked up through the refreshed upstream sync. Thanks!

Powered by Google App Engine
This is Rietveld 408576698