-
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: 170234 b: refs/heads/master c: 07e74c0 h: refs/heads/master v: v3
- Loading branch information
Jassi Brar
authored and
Mark Brown
committed
Nov 18, 2009
1 parent
2cab28e
commit afb12c4
Showing
2 changed files
with
18 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: 93f85130e1e9b03cded7bfe1383919f421e479b4 | ||
refs/heads/master: 07e74c0ac8f1fdb197e24bbbd5aadfa0c430a95c |
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,17 @@ | ||
/* arch/arm/plat-s3c/include/plat/audio.h | ||
* | ||
* Copyright (c) 2009 Samsung Electronics Co. Ltd | ||
* Author: Jaswinder Singh <jassi.brar@samsung.com> | ||
* | ||
* 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. | ||
*/ | ||
|
||
/** | ||
* struct s3c_audio_pdata - common platform data for audio device drivers | ||
* @cfg_gpio: Callback function to setup mux'ed pins in I2S/PCM/AC97 mode | ||
*/ | ||
struct s3c_audio_pdata { | ||
int (*cfg_gpio)(struct platform_device *); | ||
}; |