Thomas Gleixner | d2912cb | 2019-06-04 10:11:33 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Charles Keepax | 40843ae | 2013-08-12 23:46:55 +0100 | [diff] [blame] | 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> |
Charles Keepax | 40843ae | 2013-08-12 23:46:55 +0100 | [diff] [blame] | 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 |