-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 157512 b: refs/heads/master c: 1abd918 h: refs/heads/master v: v3
- Loading branch information
Philipp Zabel
authored and
Mark Brown
committed
Jun 15, 2009
1 parent
3944dd1
commit 143aeaf
Showing
5 changed files
with
222 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: b3b50b3f31775be5d2e441618bbc1c5cbee4d9f1 | ||
refs/heads/master: 1abd91849990ed61d6468ffa8b7fc1ae61db4b1a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/* | ||
* UDA1380 ALSA SoC Codec driver | ||
* | ||
* Copyright 2009 Philipp Zabel | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 as | ||
* published by the Free Software Foundation. | ||
*/ | ||
|
||
#ifndef __UDA1380_H | ||
#define __UDA1380_H | ||
|
||
struct uda1380_platform_data { | ||
int gpio_power; | ||
int gpio_reset; | ||
int dac_clk; | ||
#define UDA1380_DAC_CLK_SYSCLK 0 | ||
#define UDA1380_DAC_CLK_WSPLL 1 | ||
}; | ||
|
||
#endif /* __UDA1380_H */ |
Oops, something went wrong.