mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +00:00
3c166c7f18
Datasheet: http://www.idt.com/products/getDoc.cfm?docID=13134007 Signed-off-by: Jon Smirl <jonsmirl@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
21 lines
480 B
C
21 lines
480 B
C
/*
|
|
* stac9766.h -- STAC9766 Soc Audio driver
|
|
*/
|
|
|
|
#ifndef _STAC9766_H
|
|
#define _STAC9766_H
|
|
|
|
#define AC97_STAC_PAGE0 0x1000
|
|
#define AC97_STAC_DA_CONTROL (AC97_STAC_PAGE0 | 0x6A)
|
|
#define AC97_STAC_ANALOG_SPECIAL (AC97_STAC_PAGE0 | 0x6E)
|
|
#define AC97_STAC_STEREO_MIC 0x78
|
|
|
|
/* STAC9766 DAI ID's */
|
|
#define STAC9766_DAI_AC97_ANALOG 0
|
|
#define STAC9766_DAI_AC97_DIGITAL 1
|
|
|
|
extern struct snd_soc_dai stac9766_dai[];
|
|
extern struct snd_soc_codec_device soc_codec_dev_stac9766;
|
|
|
|
|
|
#endif
|