-
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: 148298 b: refs/heads/master c: 86ed366 h: refs/heads/master v: v3
- Loading branch information
Mark Brown
committed
May 22, 2009
1 parent
f4785c0
commit a1bfdb5
Showing
6 changed files
with
2,351 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: b4852b793a1dd74ccde5572d8a8f73e948a5b1a1 | ||
refs/heads/master: 86ed3669f068b514ab85ffd548456a342b3fb8d3 |
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,25 @@ | ||
/* | ||
* linux/sound/wm9081.h -- Platform data for WM9081 | ||
* | ||
* Copyright 2009 Wolfson Microelectronics. PLC. | ||
* | ||
* 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 __LINUX_SND_WM_9081_H | ||
#define __LINUX_SND_WM_9081_H | ||
|
||
struct wm9081_retune_mobile_setting { | ||
const char *name; | ||
unsigned int rate; | ||
u16 config[20]; | ||
}; | ||
|
||
struct wm9081_retune_mobile_config { | ||
struct wm9081_retune_mobile_setting *configs; | ||
int num_configs; | ||
}; | ||
|
||
#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.