-
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: 120172 b: refs/heads/master c: 8ae6a55 h: refs/heads/master v: v3
- Loading branch information
Jean Delvare
authored and
Takashi Iwai
committed
Oct 16, 2008
1 parent
6c9b0ff
commit 53b05f0
Showing
3 changed files
with
56 additions
and
60 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: 17be5522f6de1d4920e7d9235bfb0e0c682c6f8f | ||
refs/heads/master: 8ae6a5523f4188dbe2b98a9385f5860df6ee47a3 |
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 |
---|---|---|
|
@@ -55,6 +55,7 @@ | |
#define WM8900_ | ||
|
||
struct wm8900_setup_data { | ||
int i2c_bus; | ||
unsigned short i2c_address; | ||
}; | ||
|
||
|