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

Unified Diff: sound/soc/tegra/harmony.c

Issue 6580011: CHROMIUM: ASoC: Tegra: Harmony: Allow driver to run on Ventana too. (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 | « sound/soc/tegra/Kconfig ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sound/soc/tegra/harmony.c
diff --git a/sound/soc/tegra/harmony.c b/sound/soc/tegra/harmony.c
index 8585957477eb4425f26a7d87d2a33ea36e260d85..e6216b491080ebfb044f15c1aa18bdca2aa61fc1 100644
--- a/sound/soc/tegra/harmony.c
+++ b/sound/soc/tegra/harmony.c
@@ -294,7 +294,7 @@ static __devinit int tegra_snd_harmony_probe(struct platform_device *pdev)
struct harmony_audio_platform_data *pdata;
int ret;
- if (!machine_is_harmony()) {
+ if (!machine_is_harmony() && !machine_is_ventana()) {
dev_err(&pdev->dev, "Not running on Tegra Harmony!\n");
return -ENODEV;
}
« no previous file with comments | « sound/soc/tegra/Kconfig ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698