xref: /openbmc/linux/sound/soc/codecs/wm8997.h (revision d2912cb1)
1d2912cb1SThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-only */
240843aeaSCharles Keepax /*
340843aeaSCharles Keepax  * wm8997.h  --  WM8997 ALSA SoC Audio driver
440843aeaSCharles Keepax  *
540843aeaSCharles Keepax  * Copyright 2012 Wolfson Microelectronics plc
640843aeaSCharles Keepax  *
740843aeaSCharles Keepax  * Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
840843aeaSCharles Keepax  */
940843aeaSCharles Keepax 
1040843aeaSCharles Keepax #ifndef _WM8997_H
1140843aeaSCharles Keepax #define _WM8997_H
1240843aeaSCharles Keepax 
1340843aeaSCharles Keepax #include "arizona.h"
1440843aeaSCharles Keepax 
1540843aeaSCharles Keepax #define WM8997_FLL1        1
1640843aeaSCharles Keepax #define WM8997_FLL2        2
1740843aeaSCharles Keepax #define WM8997_FLL1_REFCLK 3
1840843aeaSCharles Keepax #define WM8997_FLL2_REFCLK 4
1940843aeaSCharles Keepax 
2040843aeaSCharles Keepax #endif
21