| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * wm8904.h -- WM8904 ASoC driver |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright 2009 Wolfson Microelectronics, plc |
|---|
| 5 | 6 | * |
|---|
| 6 | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
|---|
| 7 | | - * |
|---|
| 8 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 9 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 10 | | - * published by the Free Software Foundation. |
|---|
| 11 | 8 | */ |
|---|
| 12 | 9 | |
|---|
| 13 | 10 | #ifndef _WM8904_H |
|---|
| 14 | 11 | #define _WM8904_H |
|---|
| 15 | 12 | |
|---|
| 13 | +#define WM8904_CLK_AUTO 0 |
|---|
| 16 | 14 | #define WM8904_CLK_MCLK 1 |
|---|
| 17 | 15 | #define WM8904_CLK_FLL 2 |
|---|
| 18 | 16 | |
|---|