18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright (c) by Jaroslav Kysela <perex@perex.cz> 48c2ecf20Sopenharmony_ci * Universal interface for Audio Codec '97 58c2ecf20Sopenharmony_ci * 68c2ecf20Sopenharmony_ci * For more details look to AC '97 component specification revision 2.2 78c2ecf20Sopenharmony_ci * by Intel Corporation (http://developer.intel.com). 88c2ecf20Sopenharmony_ci */ 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci#define AC97_ID_AK4540 0x414b4d00 118c2ecf20Sopenharmony_ci#define AC97_ID_AK4542 0x414b4d01 128c2ecf20Sopenharmony_ci#define AC97_ID_AD1819 0x41445303 138c2ecf20Sopenharmony_ci#define AC97_ID_AD1881 0x41445340 148c2ecf20Sopenharmony_ci#define AC97_ID_AD1881A 0x41445348 158c2ecf20Sopenharmony_ci#define AC97_ID_AD1885 0x41445360 168c2ecf20Sopenharmony_ci#define AC97_ID_AD1886 0x41445361 178c2ecf20Sopenharmony_ci#define AC97_ID_AD1887 0x41445362 188c2ecf20Sopenharmony_ci#define AC97_ID_AD1886A 0x41445363 198c2ecf20Sopenharmony_ci#define AC97_ID_AD1980 0x41445370 208c2ecf20Sopenharmony_ci#define AC97_ID_TR28028 0x54524108 218c2ecf20Sopenharmony_ci#define AC97_ID_STAC9700 0x83847600 228c2ecf20Sopenharmony_ci#define AC97_ID_STAC9704 0x83847604 238c2ecf20Sopenharmony_ci#define AC97_ID_STAC9705 0x83847605 248c2ecf20Sopenharmony_ci#define AC97_ID_STAC9708 0x83847608 258c2ecf20Sopenharmony_ci#define AC97_ID_STAC9721 0x83847609 268c2ecf20Sopenharmony_ci#define AC97_ID_STAC9744 0x83847644 278c2ecf20Sopenharmony_ci#define AC97_ID_STAC9756 0x83847656 288c2ecf20Sopenharmony_ci#define AC97_ID_CS4297A 0x43525910 298c2ecf20Sopenharmony_ci#define AC97_ID_CS4299 0x43525930 308c2ecf20Sopenharmony_ci#define AC97_ID_CS4201 0x43525948 318c2ecf20Sopenharmony_ci#define AC97_ID_CS4205 0x43525958 328c2ecf20Sopenharmony_ci#define AC97_ID_CS_MASK 0xfffffff8 /* bit 0-2: rev */ 338c2ecf20Sopenharmony_ci#define AC97_ID_ALC100 0x414c4300 348c2ecf20Sopenharmony_ci#define AC97_ID_ALC650 0x414c4720 358c2ecf20Sopenharmony_ci#define AC97_ID_ALC650D 0x414c4721 368c2ecf20Sopenharmony_ci#define AC97_ID_ALC650E 0x414c4722 378c2ecf20Sopenharmony_ci#define AC97_ID_ALC650F 0x414c4723 388c2ecf20Sopenharmony_ci#define AC97_ID_ALC655 0x414c4760 398c2ecf20Sopenharmony_ci#define AC97_ID_ALC658 0x414c4780 408c2ecf20Sopenharmony_ci#define AC97_ID_ALC658D 0x414c4781 418c2ecf20Sopenharmony_ci#define AC97_ID_ALC850 0x414c4790 428c2ecf20Sopenharmony_ci#define AC97_ID_YMF743 0x594d4800 438c2ecf20Sopenharmony_ci#define AC97_ID_YMF753 0x594d4803 448c2ecf20Sopenharmony_ci#define AC97_ID_VT1616 0x49434551 458c2ecf20Sopenharmony_ci#define AC97_ID_CM9738 0x434d4941 468c2ecf20Sopenharmony_ci#define AC97_ID_CM9739 0x434d4961 478c2ecf20Sopenharmony_ci#define AC97_ID_CM9761_78 0x434d4978 488c2ecf20Sopenharmony_ci#define AC97_ID_CM9761_82 0x434d4982 498c2ecf20Sopenharmony_ci#define AC97_ID_CM9761_83 0x434d4983 508c2ecf20Sopenharmony_ci#define AC97_ID_ST7597 0x53544d02 518c2ecf20Sopenharmony_ci#define AC97_ID_ST_AC97_ID4 0x53544d04 52