-
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: 332104 b: refs/heads/master c: d41789b h: refs/heads/master v: v3
- Loading branch information
Shawn Guo
authored and
Mark Brown
committed
Sep 17, 2012
1 parent
629ff5b
commit 86dddb8
Showing
4 changed files
with
73 additions
and
24 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: 7f22fd9c03c0b67ee6aa138bd10ae91bb0d22151 | ||
refs/heads/master: d41789b2660e5b18b8401bf83ebcd502916c2cb5 |
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,11 @@ | ||
#ifndef __PLATFORM_DATA_ASOC_MX27VIS_H | ||
#define __PLATFORM_DATA_ASOC_MX27VIS_H | ||
|
||
struct snd_mx27vis_platform_data { | ||
int amp_gain0_gpio; | ||
int amp_gain1_gpio; | ||
int amp_mutel_gpio; | ||
int amp_muter_gpio; | ||
}; | ||
|
||
#endif /* __PLATFORM_DATA_ASOC_MX27VIS_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