brintos

brintos / linux-shallow public Read only

0
0
Text · 1.3 KiB · bd8a30c Raw
54 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only */2/*3 * Copyright 2005 Openedhand Ltd.4 *5 * Author: Richard Purdie <richard@openedhand.com>6 *7 * Based on WM8753.h8 */9 10#ifndef _WM8988_H11#define _WM8988_H12 13/* WM8988 register space */14 15#define WM8988_LINVOL    0x0016#define WM8988_RINVOL    0x0117#define WM8988_LOUT1V    0x0218#define WM8988_ROUT1V    0x0319#define WM8988_ADCDAC    0x0520#define WM8988_IFACE     0x0721#define WM8988_SRATE     0x0822#define WM8988_LDAC      0x0a23#define WM8988_RDAC      0x0b24#define WM8988_BASS      0x0c25#define WM8988_TREBLE    0x0d26#define WM8988_RESET     0x0f27#define WM8988_3D        0x1028#define WM8988_ALC1      0x1129#define WM8988_ALC2      0x1230#define WM8988_ALC3      0x1331#define WM8988_NGATE     0x1432#define WM8988_LADC      0x1533#define WM8988_RADC      0x1634#define WM8988_ADCTL1    0x1735#define WM8988_ADCTL2    0x1836#define WM8988_PWR1      0x1937#define WM8988_PWR2      0x1a38#define WM8988_ADCTL3    0x1b39#define WM8988_ADCIN     0x1f40#define WM8988_LADCIN    0x2041#define WM8988_RADCIN    0x2142#define WM8988_LOUTM1    0x2243#define WM8988_LOUTM2    0x2344#define WM8988_ROUTM1    0x2445#define WM8988_ROUTM2    0x2546#define WM8988_LOUT2V    0x2847#define WM8988_ROUT2V    0x2948#define WM8988_LPPB      0x4349#define WM8988_NUM_REG   0x4450 51#define WM8988_SYSCLK	052 53#endif54