/*
* wm8904.h -- WM8904 ASoC driver
*
* Copyright 2009 Wolfson Microelectronics, plc
*
* Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef _WM8904_H
#define _WM8904_H
#define WM8904_CLK_MCLK 1
#define WM8904_CLK_FLL 2
#define WM8904_FLL_MCLK 1
#define WM8904_FLL_BCLK 2
#define WM8904_FLL_LRCLK 3
#define WM8904_FLL_FREE_RUNNING 4
extern struct snd_soc_dai wm8904_dai;
extern struct snd_soc_codec_device soc_codec_dev_wm8904;