xref: /openbmc/linux/sound/soc/codecs/wm8997.h (revision d2912cb1)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * wm8997.h  --  WM8997 ALSA SoC Audio driver
4  *
5  * Copyright 2012 Wolfson Microelectronics plc
6  *
7  * Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
8  */
9 
10 #ifndef _WM8997_H
11 #define _WM8997_H
12 
13 #include "arizona.h"
14 
15 #define WM8997_FLL1        1
16 #define WM8997_FLL2        2
17 #define WM8997_FLL1_REFCLK 3
18 #define WM8997_FLL2_REFCLK 4
19 
20 #endif
21