Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __SOUND_STAC946X_H
0003 #define __SOUND_STAC946X_H
0004 
0005 #define STAC946X_RESET          0x00
0006 #define STAC946X_STATUS         0x01
0007 #define STAC946X_MASTER_VOLUME      0x02
0008 #define STAC946X_LF_VOLUME      0x03
0009 #define STAC946X_RF_VOLUME      0x04
0010 #define STAC946X_LR_VOLUME      0x05
0011 #define STAC946X_RR_VOLUME      0x06
0012 #define STAC946X_CENTER_VOLUME      0x07
0013 #define STAC946X_LFE_VOLUME     0x08
0014 #define STAC946X_MIC_L_VOLUME       0x09
0015 #define STAC946X_MIC_R_VOLUME       0x0a
0016 #define STAC946X_DEEMPHASIS     0x0c
0017 #define STAC946X_GENERAL_PURPOSE    0x0d
0018 #define STAC946X_AUDIO_PORT_CONTROL 0x0e
0019 #define STAC946X_MASTER_CLOCKING    0x0f
0020 #define STAC946X_POWERDOWN_CTRL1    0x10
0021 #define STAC946X_POWERDOWN_CTRL2    0x11
0022 #define STAC946X_REVISION_CODE      0x12
0023 #define STAC946X_ADDRESS_CONTROL    0x13
0024 #define STAC946X_ADDRESS        0x14
0025 
0026 #endif  /*  __SOUND_STAC946X_H */