-
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: 170174 b: refs/heads/master c: c8bf93f h: refs/heads/master v: v3
- Loading branch information
Peter Ujfalusi
authored and
Mark Brown
committed
Oct 15, 2009
1 parent
8e508ed
commit 3bc1f43
Showing
6 changed files
with
1,531 additions
and
1 deletion.
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: 640fb39e386a0dac9014e5b8a512de0950e30288 | ||
refs/heads/master: c8bf93f0fe8c5a509a29e30f3bac823fa0f6d96e |
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,20 @@ | ||
/* | ||
* Platform header for Texas Instruments TLV320DAC33 codec driver | ||
* | ||
* Author: Peter Ujfalusi <peter.ujfalusi@nokia.com> | ||
* | ||
* Copyright: (C) 2009 Nokia Corporation | ||
* | ||
* 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 __TLV320DAC33_PLAT_H | ||
#define __TLV320DAC33_PLAT_H | ||
|
||
struct tlv320dac33_platform_data { | ||
int power_gpio; | ||
}; | ||
|
||
#endif /* __TLV320DAC33_PLAT_H */ |
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
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
Oops, something went wrong.