aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/stac9766.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/stac9766.c')
-rw-r--r--sound/soc/codecs/stac9766.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sound/soc/codecs/stac9766.c b/sound/soc/codecs/stac9766.c
index e54e4a4ce296..f675d343b529 100644
--- a/sound/soc/codecs/stac9766.c
+++ b/sound/soc/codecs/stac9766.c
@@ -26,11 +26,13 @@
26#include <sound/soc.h> 26#include <sound/soc.h>
27#include <sound/tlv.h> 27#include <sound/tlv.h>
28 28
29#include "stac9766.h"
30
31#define STAC9766_VENDOR_ID 0x83847666 29#define STAC9766_VENDOR_ID 0x83847666
32#define STAC9766_VENDOR_ID_MASK 0xffffffff 30#define STAC9766_VENDOR_ID_MASK 0xffffffff
33 31
32#define AC97_STAC_DA_CONTROL 0x6A
33#define AC97_STAC_ANALOG_SPECIAL 0x6E
34#define AC97_STAC_STEREO_MIC 0x78
35
34/* 36/*
35 * STAC9766 register cache 37 * STAC9766 register cache
36 */ 38 */