From 5fac479d8dddb8b9bfada756379357726dc57ed0 Mon Sep 17 00:00:00 2001 From: Vinod G Date: Tue, 29 Nov 2011 17:32:11 -0800 Subject: kernel: sound: Adding TI codec support Adding the code for supporting TI AIC3262 codec. bug 816608 Change-Id: I19c3e03e8fd442c0c19a72a7efeddcd0ca05a7e1 Reviewed-on: http://git-master/r/67279 Reviewed-by: Vinod Gopalakrishnakurup Tested-by: Vinod Gopalakrishnakurup Reviewed-by: Scott Peterson --- include/sound/tlv320aic326x.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 include/sound/tlv320aic326x.h (limited to 'include') diff --git a/include/sound/tlv320aic326x.h b/include/sound/tlv320aic326x.h new file mode 100644 index 000000000000..97e5841f9044 --- /dev/null +++ b/include/sound/tlv320aic326x.h @@ -0,0 +1,23 @@ +/* + * Platform data for Texas Instruments TLV320AIC326x codec + * + * Copyright 2010 TI Products + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + */ +#ifndef __LINUX_SND_TLV320AIC326x_H__ +#define __LINUX_SND_TLV320AIC326x_H__ + +/* codec platform data */ +struct aic326x_pdata { + + /* has to be one of 16,32,64,128,256,512 ms + as per the data sheet */ + unsigned int debounce_time_ms; +}; + +#endif -- cgit v1.2.3