| * ak4641.h -- AK4641 SoC Audio driver |
| * Copyright 2008 Harald Welte <laforge@gnufiish.org> |
| * 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. |
| /* AK4641 register space */ |
| #define AK4641_MODE1 0x04 |
| #define AK4641_MODE2 0x05 |
| #define AK4641_TIMER 0x08 |
| #define AK4641_STATUS 0x0f |
| #define AK4641_EQMID 0x11 |
| #define AK4641_CACHEREGNUM 0x14 |
| #define AK4641_DAI_HIFI 0 |
| #define AK4641_DAI_VOICE 1 |