Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * wm8971.h  --  audio driver for WM8971
0004  *
0005  * Copyright 2005 Lab126, Inc.
0006  *
0007  * Author: Kenneth Kiraly <kiraly@lab126.com>
0008  */
0009 
0010 #ifndef _WM8971_H
0011 #define _WM8971_H
0012 
0013 #define WM8971_LINVOL   0x00
0014 #define WM8971_RINVOL   0x01
0015 #define WM8971_LOUT1V   0x02
0016 #define WM8971_ROUT1V   0x03
0017 #define WM8971_ADCDAC   0x05
0018 #define WM8971_IFACE    0x07
0019 #define WM8971_SRATE    0x08
0020 #define WM8971_LDAC     0x0a
0021 #define WM8971_RDAC     0x0b
0022 #define WM8971_BASS     0x0c
0023 #define WM8971_TREBLE   0x0d
0024 #define WM8971_RESET    0x0f
0025 #define WM8971_ALC1     0x11
0026 #define WM8971_ALC2     0x12
0027 #define WM8971_ALC3     0x13
0028 #define WM8971_NGATE    0x14
0029 #define WM8971_LADC     0x15
0030 #define WM8971_RADC     0x16
0031 #define WM8971_ADCTL1   0x17
0032 #define WM8971_ADCTL2   0x18
0033 #define WM8971_PWR1     0x19
0034 #define WM8971_PWR2     0x1a
0035 #define WM8971_ADCTL3   0x1b
0036 #define WM8971_ADCIN    0x1f
0037 #define WM8971_LADCIN   0x20
0038 #define WM8971_RADCIN   0x21
0039 #define WM8971_LOUTM1   0x22
0040 #define WM8971_LOUTM2   0x23
0041 #define WM8971_ROUTM1   0x24
0042 #define WM8971_ROUTM2   0x25
0043 #define WM8971_MOUTM1   0x26
0044 #define WM8971_MOUTM2   0x27
0045 #define WM8971_LOUT2V   0x28
0046 #define WM8971_ROUT2V   0x29
0047 #define WM8971_MOUTV    0x2A
0048 
0049 #define WM8971_SYSCLK   0
0050 
0051 #endif