Thomas Gleixner | d2912cb | 2019-06-04 10:11:33 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Mark Brown | 93e8791 | 2012-06-19 16:38:15 +0100 | [diff] [blame] | 2 | /* |
| 3 | * wm5102.h -- WM5102 ALSA SoC Audio driver |
| 4 | * |
| 5 | * Copyright 2012 Wolfson Microelectronics plc |
| 6 | * |
| 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
Mark Brown | 93e8791 | 2012-06-19 16:38:15 +0100 | [diff] [blame] | 8 | */ |
| 9 | |
| 10 | #ifndef _WM5102_H |
| 11 | #define _WM5102_H |
| 12 | |
| 13 | #include "arizona.h" |
| 14 | |
Charles Keepax | ee929a9 | 2013-02-20 17:28:40 +0000 | [diff] [blame] | 15 | #define WM5102_FLL1 1 |
| 16 | #define WM5102_FLL2 2 |
| 17 | #define WM5102_FLL1_REFCLK 3 |
| 18 | #define WM5102_FLL2_REFCLK 4 |
Mark Brown | 93e8791 | 2012-06-19 16:38:15 +0100 | [diff] [blame] | 19 | |
| 20 | #endif |