xref: /openbmc/linux/sound/soc/codecs/wm8350.h (revision 40aa4a30)
140aa4a30SMark Brown /*
240aa4a30SMark Brown  * wm8350.h - WM8903 audio codec interface
340aa4a30SMark Brown  *
440aa4a30SMark Brown  * Copyright 2008 Wolfson Microelectronics PLC.
540aa4a30SMark Brown  *
640aa4a30SMark Brown  *  This program is free software; you can redistribute  it and/or modify it
740aa4a30SMark Brown  *  under  the terms of  the GNU General  Public License as published by the
840aa4a30SMark Brown  *  Free Software Foundation;  either version 2 of the  License, or (at your
940aa4a30SMark Brown  *  option) any later version.
1040aa4a30SMark Brown  */
1140aa4a30SMark Brown 
1240aa4a30SMark Brown #ifndef _WM8350_H
1340aa4a30SMark Brown #define _WM8350_H
1440aa4a30SMark Brown 
1540aa4a30SMark Brown #include <sound/soc.h>
1640aa4a30SMark Brown 
1740aa4a30SMark Brown extern struct snd_soc_dai wm8350_dai;
1840aa4a30SMark Brown extern struct snd_soc_codec_device soc_codec_dev_wm8350;
1940aa4a30SMark Brown 
2040aa4a30SMark Brown #endif
21