1*40843aeaSCharles Keepax /* 2*40843aeaSCharles Keepax * wm8997.h -- WM8997 ALSA SoC Audio driver 3*40843aeaSCharles Keepax * 4*40843aeaSCharles Keepax * Copyright 2012 Wolfson Microelectronics plc 5*40843aeaSCharles Keepax * 6*40843aeaSCharles Keepax * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> 7*40843aeaSCharles Keepax * 8*40843aeaSCharles Keepax * This program is free software; you can redistribute it and/or modify 9*40843aeaSCharles Keepax * it under the terms of the GNU General Public License version 2 as 10*40843aeaSCharles Keepax * published by the Free Software Foundation. 11*40843aeaSCharles Keepax */ 12*40843aeaSCharles Keepax 13*40843aeaSCharles Keepax #ifndef _WM8997_H 14*40843aeaSCharles Keepax #define _WM8997_H 15*40843aeaSCharles Keepax 16*40843aeaSCharles Keepax #include "arizona.h" 17*40843aeaSCharles Keepax 18*40843aeaSCharles Keepax #define WM8997_FLL1 1 19*40843aeaSCharles Keepax #define WM8997_FLL2 2 20*40843aeaSCharles Keepax #define WM8997_FLL1_REFCLK 3 21*40843aeaSCharles Keepax #define WM8997_FLL2_REFCLK 4 22*40843aeaSCharles Keepax 23*40843aeaSCharles Keepax #endif 24