| * ak4535.h -- AK4535 Soc Audio driver |
| * Copyright 2005 Openedhand Ltd. |
| * Author: Richard Purdie <richard@openedhand.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. |
| /* AK4535 register space */ |
| #define AK4535_STATUS 0xf |
| #define AK4535_CACHEREGNUM 0x10 |
| struct ak4535_setup_data { |
| unsigned short i2c_address; |
| extern struct snd_soc_dai ak4535_dai; |
| extern struct snd_soc_codec_device soc_codec_dev_ak4535; |