/* * ak4535.h -- AK4535 Soc Audio driver * * Copyright 2005 Openedhand Ltd. * * Author: Richard Purdie * * Based on wm8753.h * * 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 _AK4535_H #define _AK4535_H /* AK4535 register space */ #define AK4535_PM1 0x0 #define AK4535_PM2 0x1 #define AK4535_SIG1 0x2 #define AK4535_SIG2 0x3 #define AK4535_MODE1 0x4 #define AK4535_MODE2 0x5 #define AK4535_DAC 0x6 #define AK4535_MIC 0x7 #define AK4535_TIMER 0x8 #define AK4535_ALC1 0x9 #define AK4535_ALC2 0xa #define AK4535_PGA 0xb #define AK4535_LATT 0xc #define AK4535_RATT 0xd #define AK4535_VOL 0xe #define AK4535_STATUS 0xf #endif '/cgit.cgi/'>index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/drivers/usb/common
diff options
context:
space:
mode:
authorNick Dyer <nick@shmanahar.org>2016-12-10 23:27:32 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2016-12-12 11:26:47 -0800
commit5191d88acc688743eef56f1c598a4e4cddf6c6cd (patch)
tree719693b8e8c697a21b4f2d1c4c3f3462426dc3aa /drivers/usb/common
parent5d244f7effafeaa5272ca5daa37d8b7bb17967a8 (diff)
Input: synaptics-rmi4 - add support for F34 V7 bootloader
Port firmware update code from Samsung Galaxy S7 driver into mainline framework. This patch has been tested on Synaptics S7813. Signed-off-by: Nick Dyer <nick@shmanahar.org> Tested-by: Chris Healy <cphealy@gmail.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/usb/common')