-
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: 257479 b: refs/heads/master c: d21685e h: refs/heads/master i: 257477: 1172a13 257475: a1d7969 257471: 567dfc5 v: v3
- Loading branch information
Mark Brown
committed
May 30, 2011
1 parent
e28c183
commit bae11ca
Showing
46 changed files
with
1,305 additions
and
253 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: 74ab24af4fe165de5af01d0507250dd099f096b0 | ||
refs/heads/master: d21685ec258f803d3badae5eae821383a34815a9 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
/* | ||
* AK4641 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 __AK4641_H | ||
#define __AK4641_H | ||
|
||
/** | ||
* struct ak4641_platform_data - platform specific AK4641 configuration | ||
* @gpio_power: GPIO to control external power to AK4641 | ||
* @gpio_npdn: GPIO connected to AK4641 nPDN pin | ||
* | ||
* Both GPIO parameters are optional. | ||
*/ | ||
struct ak4641_platform_data { | ||
int gpio_power; | ||
int gpio_npdn; | ||
}; | ||
|
||
#endif /* __AK4641_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
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
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.