/* * wm8711.h -- WM8711 Soc Audio driver * * Copyright 2006 Wolfson Microelectronics * * Author: Mike Arthur * * Based on wm8731.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 _WM8711_H #define _WM8711_H /* WM8711 register space */ #define WM8711_LOUT1V 0x02 #define WM8711_ROUT1V 0x03 #define WM8711_APANA 0x04 #define WM8711_APDIGI 0x05 #define WM8711_PWR 0x06 #define WM8711_IFACE 0x07 #define WM8711_SRATE 0x08 #define WM8711_ACTIVE 0x09 #define WM8711_RESET 0x0f #define WM8711_CACHEREGNUM 8 #define WM8711_SYSCLK 0 #define WM8711_DAI 0 struct wm8711_setup_data { unsigned short i2c_address; }; #endif ex : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/sn95031.h
diff options
context:
space:
mode:
authorRaju Lakkaraju <Raju.Lakkaraju@microsemi.com>2017-02-07 19:10:26 +0530
committerDavid S. Miller <davem@davemloft.net>2017-02-08 13:29:04 -0500
commit04d8a0a5f3b6887543850d991a5e37c4ec90e250 (patch)
treeee1fafb2122c2b29c7cb19e571bd7229afdbf847 /sound/soc/codecs/sn95031.h
parentff4cf0e5ce952488074aa7f47734af1794f55fbc (diff)
net: phy: Add LED mode driver for Microsemi PHYs.
LED Mode: Microsemi PHY support 2 LEDs (LED[0] and LED[1]) to display different status information that can be selected by setting LED mode. LED Mode parameter (vsc8531, led-0-mode) and (vsc8531, led-1-mode) get from Device Tree. Signed-off-by: Raju Lakkaraju <Raju.Lakkaraju@microsemi.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'sound/soc/codecs/sn95031.h')