/* * Platform header for Texas Instruments TLV320DAC33 codec driver * * Author: Peter Ujfalusi * * Copyright: (C) 2009 Nokia Corporation * * 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 __TLV320DAC33_PLAT_H #define __TLV320DAC33_PLAT_H struct tlv320dac33_platform_data { int power_gpio; int mode1_latency; /* latency caused by the i2c writes in us */ int auto_fifo_config; /* FIFO config based on the period size */ int keep_bclk; /* Keep the BCLK running in FIFO modes */ u8 burst_bclkdiv; }; #endif /* __TLV320DAC33_PLAT_H */ g' alt='cgit logo'/> index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/tools/build/feature/test-dwarf.c
ly
AgeCommit message (Expand)AuthorFilesLines
authorGuy Mishol <guym@ti.com>2017-01-26 17:35:13 +0200
committerKalle Valo <kvalo@codeaurora.org>2017-01-28 09:11:08 +0200
commit64ad08605e8433b86249fef29b671812ccca65a5 (patch)
treec67ffc55be750733ae58e26d5f993ff201fe7b32 /drivers
parentcc37d8efd2ba3a4cf395a727935f920c00b6f1a2 (diff)
wlcore: print the sdio buffer after reading it
fix an issue where we printed the sdio buffer before actually read it. Signed-off-by: Guy Mishol <guym@ti.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers')