]> git.ipfire.org Git - thirdparty/kernel/stable.git/blame - sound/soc/codecs/wm5102.h
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
[thirdparty/kernel/stable.git] / sound / soc / codecs / wm5102.h
CommitLineData
d2912cb1 1/* SPDX-License-Identifier: GPL-2.0-only */
93e8791d
MB
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>
93e8791d
MB
8 */
9
10#ifndef _WM5102_H
11#define _WM5102_H
12
13#include "arizona.h"
14
ee929a97
CK
15#define WM5102_FLL1 1
16#define WM5102_FLL2 2
17#define WM5102_FLL1_REFCLK 3
18#define WM5102_FLL2_REFCLK 4
93e8791d
MB
19
20#endif