brintos

brintos / linux-shallow public Read only

0
0
Text · 1.3 KiB · 325f58a Raw
57 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 _WM8750_H11#define _WM8750_H12 13/* WM8750 register space */14 15#define WM8750_LINVOL    0x0016#define WM8750_RINVOL    0x0117#define WM8750_LOUT1V    0x0218#define WM8750_ROUT1V    0x0319#define WM8750_ADCDAC    0x0520#define WM8750_IFACE     0x0721#define WM8750_SRATE     0x0822#define WM8750_LDAC      0x0a23#define WM8750_RDAC      0x0b24#define WM8750_BASS      0x0c25#define WM8750_TREBLE    0x0d26#define WM8750_RESET     0x0f27#define WM8750_3D        0x1028#define WM8750_ALC1      0x1129#define WM8750_ALC2      0x1230#define WM8750_ALC3      0x1331#define WM8750_NGATE     0x1432#define WM8750_LADC      0x1533#define WM8750_RADC      0x1634#define WM8750_ADCTL1    0x1735#define WM8750_ADCTL2    0x1836#define WM8750_PWR1      0x1937#define WM8750_PWR2      0x1a38#define WM8750_ADCTL3    0x1b39#define WM8750_ADCIN     0x1f40#define WM8750_LADCIN    0x2041#define WM8750_RADCIN    0x2142#define WM8750_LOUTM1    0x2243#define WM8750_LOUTM2    0x2344#define WM8750_ROUTM1    0x2445#define WM8750_ROUTM2    0x2546#define WM8750_MOUTM1    0x2647#define WM8750_MOUTM2    0x2748#define WM8750_LOUT2V    0x2849#define WM8750_ROUT2V    0x2950#define WM8750_MOUTV     0x2a51 52#define WM8750_CACHE_REGNUM 0x2a53 54#define WM8750_SYSCLK	055 56#endif57