-
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: 248255 b: refs/heads/master c: 82a5a93 h: refs/heads/master i: 248253: f8c2a00 248251: 7e9ba55 248247: e93e521 248239: cb68eea 248223: 16d513b 248191: ef8194c v: v3
- Loading branch information
Peter Hsiang
authored and
Mark Brown
committed
Apr 6, 2011
1 parent
0d2a7c3
commit 7705ecf
Showing
6 changed files
with
2,326 additions
and
1 deletion.
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: fa880004682cf0d10e7a7c71dc8d56bbd67ac3d5 | ||
refs/heads/master: 82a5a936f6dea13849d93a2899a9b7294a8db336 |
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 @@ | ||
/* | ||
* Platform data for MAX98095 | ||
* | ||
* Copyright 2011 Maxim Integrated Products | ||
* | ||
* This program is free software; you can redistribute it and/or modify it | ||
* under the terms of the GNU General Public License as published by the | ||
* Free Software Foundation; either version 2 of the License, or (at your | ||
* option) any later version. | ||
* | ||
*/ | ||
|
||
#ifndef __SOUND_MAX98095_PDATA_H__ | ||
#define __SOUND_MAX98095_PDATA_H__ | ||
|
||
/* codec platform data */ | ||
struct max98095_pdata { | ||
/* Analog/digital microphone configuration: | ||
* 0 = analog microphone input (normal setting) | ||
* 1 = digital microphone input | ||
*/ | ||
unsigned int digmic_left_mode:1; | ||
unsigned int digmic_right_mode:1; | ||
}; | ||
|
||
#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
Oops, something went wrong.