140843aeaSCharles Keepax /* 240843aeaSCharles Keepax * wm8997.h -- WM8997 ALSA SoC Audio driver 340843aeaSCharles Keepax * 440843aeaSCharles Keepax * Copyright 2012 Wolfson Microelectronics plc 540843aeaSCharles Keepax * 640843aeaSCharles Keepax * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> 740843aeaSCharles Keepax * 840843aeaSCharles Keepax * This program is free software; you can redistribute it and/or modify 940843aeaSCharles Keepax * it under the terms of the GNU General Public License version 2 as 1040843aeaSCharles Keepax * published by the Free Software Foundation. 1140843aeaSCharles Keepax */ 1240843aeaSCharles Keepax 1340843aeaSCharles Keepax #ifndef _WM8997_H 1440843aeaSCharles Keepax #define _WM8997_H 1540843aeaSCharles Keepax 1640843aeaSCharles Keepax #include "arizona.h" 1740843aeaSCharles Keepax 1840843aeaSCharles Keepax #define WM8997_FLL1 1 1940843aeaSCharles Keepax #define WM8997_FLL2 2 2040843aeaSCharles Keepax #define WM8997_FLL1_REFCLK 3 2140843aeaSCharles Keepax #define WM8997_FLL2_REFCLK 4 2240843aeaSCharles Keepax 2340843aeaSCharles Keepax #endif 24