blob: 6fd7e3063655b17e1ba363d9906f28ae247e4a23 [file] [log] [blame]
Thomas Gleixnerd2912cb2019-06-04 10:11:33 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Charles Keepax40843ae2013-08-12 23:46:55 +01002/*
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 Keepax40843ae2013-08-12 23:46:55 +01008 */
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