/* * linux/sound/wm9081.h -- Platform data for WM9081 * * Copyright 2009 Wolfson Microelectronics. PLC. * * 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 __LINUX_SND_WM_9081_H #define __LINUX_SND_WM_9081_H struct wm9081_retune_mobile_setting { const char *name; unsigned int rate; u16 config[20]; }; struct wm9081_pdata { bool irq_high; /* IRQ is active high */ bool irq_cmos; /* IRQ is in CMOS mode */ struct wm9081_retune_mobile_setting *retune_configs; int num_retune_configs; }; #endif id='header'> cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/include/media
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>2016-10-21 14:47:42 +0100
committerMark Brown <broonie@kernel.org>2016-10-24 17:43:05 +0100
commit88f0e3a5e6ed674f485d3a09d53c2ead0000378d (patch)
tree8214d62db45ab4ab9a54c475e0b91ea8d7ebdfa9 /include/media
parent1001354ca34179f3db924eb66672442a173147dc (diff)
regulator: arizona-ldo1: Set appropriate value for ramp_delay
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/media')