diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
commit | fcc9d2e5a6c89d22b8b773a64fb4ad21ac318446 (patch) | |
tree | a57612d1888735a2ec7972891b68c1ac5ec8faea /include/sound/tlv320aic326x.h | |
parent | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (diff) |
Diffstat (limited to 'include/sound/tlv320aic326x.h')
-rw-r--r-- | include/sound/tlv320aic326x.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/include/sound/tlv320aic326x.h b/include/sound/tlv320aic326x.h new file mode 100644 index 00000000000..97e5841f904 --- /dev/null +++ b/include/sound/tlv320aic326x.h | |||
@@ -0,0 +1,23 @@ | |||
1 | /* | ||
2 | * Platform data for Texas Instruments TLV320AIC326x codec | ||
3 | * | ||
4 | * Copyright 2010 TI Products | ||
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the | ||
8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
9 | * option) any later version. | ||
10 | * | ||
11 | */ | ||
12 | #ifndef __LINUX_SND_TLV320AIC326x_H__ | ||
13 | #define __LINUX_SND_TLV320AIC326x_H__ | ||
14 | |||
15 | /* codec platform data */ | ||
16 | struct aic326x_pdata { | ||
17 | |||
18 | /* has to be one of 16,32,64,128,256,512 ms | ||
19 | as per the data sheet */ | ||
20 | unsigned int debounce_time_ms; | ||
21 | }; | ||
22 | |||
23 | #endif | ||