/* | |
* Copyright (C) ST-Ericsson SA 2010 | |
* | |
* Author: Roger Nilsson roger.xr.nilsson@stericsson.com | |
* for ST-Ericsson. | |
* | |
* License terms: | |
* | |
* 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 CG29XX_CODEC_H | |
#define CG29XX_CODEC_H | |
extern struct snd_soc_dai cg29xx_codec_dai[]; | |
extern struct snd_soc_codec_device soc_codec_dev_cg29xx; | |
#endif /* CG29XX_CODEC_H */ | |