-
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: 170080 b: refs/heads/master c: 9dcaa7b h: refs/heads/master v: v3
- Loading branch information
Rafael Ignacio Zurita
authored and
Takashi Iwai
committed
Nov 4, 2009
1 parent
a5c2254
commit 13ee649
Showing
7 changed files
with
544 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: bcc2c6b7cb320d10c7fcccd87dce87f4384b4332 | ||
refs/heads/master: 9dcaa7b25f2c8f6a0485854cd3641f585a154072 |
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,21 @@ | ||
/* | ||
* SH_DAC specific configuration, for the dac_audio platform_device | ||
* | ||
* Copyright (C) 2009 Rafael Ignacio Zurita <rizurita@yahoo.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. | ||
*/ | ||
|
||
#ifndef __INCLUDE_SH_DAC_AUDIO_H | ||
#define __INCLUDE_SH_DAC_AUDIO_H | ||
|
||
struct dac_audio_pdata { | ||
int buffer_size; | ||
int channel; | ||
void (*start)(struct dac_audio_pdata *pd); | ||
void (*stop)(struct dac_audio_pdata *pd); | ||
}; | ||
|
||
#endif /* __INCLUDE_SH_DAC_AUDIO_H */ |
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.