-
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: 144060 b: refs/heads/master c: e91fb91 h: refs/heads/master v: v3
- Loading branch information
Marek Vasut
authored and
Eric Miao
committed
Apr 19, 2009
1 parent
ac63f4d
commit 332527a
Showing
6 changed files
with
77 additions
and
18 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: cc8d2730ad6fe79699cedd9cccfe632570830c3c | ||
refs/heads/master: e91fb9137dd235ab959d7675d0e4104974dad5eb |
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,13 +1,8 @@ | ||
#ifndef _INCLUDE_PALMASOC_H_ | ||
#define _INCLUDE_PALMASOC_H_ | ||
|
||
struct palm27x_asoc_info { | ||
int jack_gpio; | ||
}; | ||
|
||
#ifdef CONFIG_SND_PXA2XX_SOC_PALM27X | ||
void __init palm27x_asoc_set_pdata(struct palm27x_asoc_info *data); | ||
#else | ||
static inline void palm27x_asoc_set_pdata(struct palm27x_asoc_info *data) {} | ||
#endif | ||
|
||
#endif |
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