cregit-Linux how code gets into the kernel

Release 4.7 sound/soc/codecs/stac9766.h

Directory: sound/soc/codecs
/*
 * 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

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
jon smirljon smirl34100.00%1100.00%
Total34100.00%1100.00%
Directory: sound/soc/codecs
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}