/*1* ak4535.h -- AK4535 Soc Audio driver2*3* Copyright 2005 Openedhand Ltd.4*5* Author: Richard Purdie <[email protected]>6*7* Based on wm8753.h8*9* This program is free software; you can redistribute it and/or modify10* it under the terms of the GNU General Public License version 2 as11* published by the Free Software Foundation.12*/1314#ifndef _AK4535_H15#define _AK4535_H1617/* AK4535 register space */1819#define AK4535_PM1 0x020#define AK4535_PM2 0x121#define AK4535_SIG1 0x222#define AK4535_SIG2 0x323#define AK4535_MODE1 0x424#define AK4535_MODE2 0x525#define AK4535_DAC 0x626#define AK4535_MIC 0x727#define AK4535_TIMER 0x828#define AK4535_ALC1 0x929#define AK4535_ALC2 0xa30#define AK4535_PGA 0xb31#define AK4535_LATT 0xc32#define AK4535_RATT 0xd33#define AK4535_VOL 0xe34#define AK4535_STATUS 0xf3536#define AK4535_CACHEREGNUM 0x103738#endif394041