/* * max9867.h -- MAX9867 ALSA SoC Audio driver * * Copyright 2013-2015 Maxim Integrated Products * * 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 _MAX9867_H #define _MAX9867_H /* MAX9867 register space */ #define MAX9867_STATUS 0x00 #define MAX9867_JACKSTATUS 0x01 #define MAX9867_AUXHIGH 0x02 #define MAX9867_AUXLOW 0x03 #define MAX9867_INTEN 0x04 #define MAX9867_SYSCLK 0x05 #define MAX9867_FREQ_MASK 0xF #define MAX9867_PSCLK_SHIFT 0x4 #define MAX9867_PSCLK_WIDTH 0x2 #define MAX9867_PSCLK_MASK (0x03<
path: root/include/net/irda
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/net/irda
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/net/irda')