treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / sound / soc / codecs / wm5102.h
blob34156cef64a751891285947ef336db57e0d81c7c
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * wm5102.h -- WM5102 ALSA SoC Audio driver
5 * Copyright 2012 Wolfson Microelectronics plc
7 * Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
8 */
10 #ifndef _WM5102_H
11 #define _WM5102_H
13 #include "arizona.h"
15 #define WM5102_FLL1 1
16 #define WM5102_FLL2 2
17 #define WM5102_FLL1_REFCLK 3
18 #define WM5102_FLL2_REFCLK 4
20 #endif