Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353417
b: refs/heads/master
c: 15fab58
h: refs/heads/master
i:
  353415: 659155a
v: v3
  • Loading branch information
Lucas Stach authored and Mark Brown committed Dec 24, 2012
1 parent ec1edc3 commit e2f98d5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 919ad49c214adcc80578c7a02efd3fe8460e0797
refs/heads/master: 15fab585070ebdd6b31880b3a9a848389d302dd2
13 changes: 13 additions & 0 deletions trunk/sound/soc/tegra/tegra20_das.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,19 @@ static int tegra20_das_probe(struct platform_device *pdev)
goto err;
}

ret = tegra20_das_connect_dap_to_dac(TEGRA20_DAS_DAP_ID_3,
TEGRA20_DAS_DAP_SEL_DAC3);
if (ret) {
dev_err(&pdev->dev, "Can't set up DAS DAP connection\n");
goto err;
}
ret = tegra20_das_connect_dac_to_dap(TEGRA20_DAS_DAC_ID_3,
TEGRA20_DAS_DAC_SEL_DAP3);
if (ret) {
dev_err(&pdev->dev, "Can't set up DAS DAC connection\n");
goto err;
}

platform_set_drvdata(pdev, das);

return 0;
Expand Down

0 comments on commit e2f98d5

Please sign in to comment.