-
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: 193310 b: refs/heads/master c: b6877a4 h: refs/heads/master v: v3
- Loading branch information
Mark Brown
committed
Mar 3, 2010
1 parent
eb0fa01
commit 31aec91
Showing
4 changed files
with
24 additions
and
11 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: a24d62d297fad31c866eef28e3d8b691a2b14a92 | ||
refs/heads/master: b6877a477d356a7c07a6c173d58c34a0a6abb086 |
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,22 @@ | ||
/* | ||
* wm8960.h -- WM8960 Soc Audio driver platform data | ||
* | ||
* 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 _WM8960_PDATA_H | ||
#define _WM8960_PDATA_H | ||
|
||
#define WM8960_DRES_400R 0 | ||
#define WM8960_DRES_200R 1 | ||
#define WM8960_DRES_600R 2 | ||
#define WM8960_DRES_150R 3 | ||
#define WM8960_DRES_MAX 3 | ||
|
||
struct wm8960_data { | ||
int dres; /* Discharge resistance for headphone outputs */ | ||
}; | ||
|
||
#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