brintos

brintos / linux-shallow public Read only

0
0
Text · 835 B · 58f9f17 Raw
27 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef __SOUND_STAC946X_H3#define __SOUND_STAC946X_H4 5#define STAC946X_RESET			0x006#define STAC946X_STATUS			0x017#define STAC946X_MASTER_VOLUME		0x028#define STAC946X_LF_VOLUME		0x039#define STAC946X_RF_VOLUME		0x0410#define STAC946X_LR_VOLUME		0x0511#define STAC946X_RR_VOLUME		0x0612#define STAC946X_CENTER_VOLUME		0x0713#define STAC946X_LFE_VOLUME		0x0814#define STAC946X_MIC_L_VOLUME		0x0915#define STAC946X_MIC_R_VOLUME		0x0a16#define STAC946X_DEEMPHASIS		0x0c17#define STAC946X_GENERAL_PURPOSE	0x0d18#define STAC946X_AUDIO_PORT_CONTROL	0x0e19#define STAC946X_MASTER_CLOCKING	0x0f20#define STAC946X_POWERDOWN_CTRL1	0x1021#define STAC946X_POWERDOWN_CTRL2	0x1122#define STAC946X_REVISION_CODE		0x1223#define STAC946X_ADDRESS_CONTROL	0x1324#define STAC946X_ADDRESS		0x1425 26#endif  /*  __SOUND_STAC946X_H */27