-
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: 230276 b: refs/heads/master c: 33ee617 h: refs/heads/master v: v3
- Loading branch information
Liam Girdwood
committed
Nov 3, 2010
1 parent
4459682
commit cf6cdd9
Showing
16 changed files
with
1,515 additions
and
33 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: 0a27f050abcd661cd4838e1b1ced117ec19d0d99 | ||
refs/heads/master: 33ee617f4dad370bee016e4462e69481257453b0 |
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,15 @@ | ||
#ifndef _INCLUDE_SOUND_ALC5623_H | ||
#define _INCLUDE_SOUND_ALC5623_H | ||
struct alc5623_platform_data { | ||
/* configure : */ | ||
/* Lineout/Speaker Amps Vmid ratio control */ | ||
/* enable/disable adc/dac high pass filters */ | ||
unsigned int add_ctrl; | ||
/* configure : */ | ||
/* output to enable when jack is low */ | ||
/* output to enable when jack is high */ | ||
/* jack detect (gpio/nc/jack detect [12] */ | ||
unsigned int jack_det_ctrl; | ||
}; | ||
#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.