162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef __SOUND_STAC946X_H 362306a36Sopenharmony_ci#define __SOUND_STAC946X_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci#define STAC946X_RESET 0x00 662306a36Sopenharmony_ci#define STAC946X_STATUS 0x01 762306a36Sopenharmony_ci#define STAC946X_MASTER_VOLUME 0x02 862306a36Sopenharmony_ci#define STAC946X_LF_VOLUME 0x03 962306a36Sopenharmony_ci#define STAC946X_RF_VOLUME 0x04 1062306a36Sopenharmony_ci#define STAC946X_LR_VOLUME 0x05 1162306a36Sopenharmony_ci#define STAC946X_RR_VOLUME 0x06 1262306a36Sopenharmony_ci#define STAC946X_CENTER_VOLUME 0x07 1362306a36Sopenharmony_ci#define STAC946X_LFE_VOLUME 0x08 1462306a36Sopenharmony_ci#define STAC946X_MIC_L_VOLUME 0x09 1562306a36Sopenharmony_ci#define STAC946X_MIC_R_VOLUME 0x0a 1662306a36Sopenharmony_ci#define STAC946X_DEEMPHASIS 0x0c 1762306a36Sopenharmony_ci#define STAC946X_GENERAL_PURPOSE 0x0d 1862306a36Sopenharmony_ci#define STAC946X_AUDIO_PORT_CONTROL 0x0e 1962306a36Sopenharmony_ci#define STAC946X_MASTER_CLOCKING 0x0f 2062306a36Sopenharmony_ci#define STAC946X_POWERDOWN_CTRL1 0x10 2162306a36Sopenharmony_ci#define STAC946X_POWERDOWN_CTRL2 0x11 2262306a36Sopenharmony_ci#define STAC946X_REVISION_CODE 0x12 2362306a36Sopenharmony_ci#define STAC946X_ADDRESS_CONTROL 0x13 2462306a36Sopenharmony_ci#define STAC946X_ADDRESS 0x14 2562306a36Sopenharmony_ci 2662306a36Sopenharmony_ci#endif /* __SOUND_STAC946X_H */ 27