blob: e35cee82f416030b1b9d87f3aa3ceeff5438a179 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* stac9766.h -- STAC9766 Soc Audio driver
*/
#ifndef _STAC9766_H
#define _STAC9766_H
#define AC97_STAC_DA_CONTROL 0x6A
#define AC97_STAC_ANALOG_SPECIAL 0x6E
#define AC97_STAC_STEREO_MIC 0x78
#endif
|