Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 93f85130e1e9b03cded7bfe1383919f421e479b4
refs/heads/master: 07e74c0ac8f1fdb197e24bbbd5aadfa0c430a95c
17 changes: 17 additions & 0 deletions trunk/arch/arm/plat-s3c/include/plat/audio.h
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 *);
};

0 comments on commit afb12c4

Please sign in to comment.