-
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: 206520 b: refs/heads/master c: 49106c7 h: refs/heads/master v: v3
- Loading branch information
apatard@mandriva.com
authored and
Mark Brown
committed
May 31, 2010
1 parent
c788333
commit 4ad0622
Showing
5 changed files
with
55 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: 72ed5a8c9b057aeb779d161ac6fab1e98f091697 | ||
refs/heads/master: 49106c729053b3c7c963a988aeaf00aa2424a7aa |
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
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#ifndef __PLAT_AUDIO_H | ||
#define __PLAT_AUDIO_H | ||
|
||
#include <linux/mbus.h> | ||
|
||
struct kirkwood_asoc_platform_data { | ||
u32 tclk; | ||
struct mbus_dram_target_info *dram; | ||
int burst; | ||
}; | ||
#endif |