Initial corrections to PAS16 DSP info

This commit is contained in:
Jasmine Iwanek
2026-02-22 01:44:51 -05:00
parent 74824bbac4
commit f23e88df4d
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
#define SB_SUBTYPE_CLONE_AZTPR16_0X09 3 /* Aztech Sound Galaxy Pro 16 Extra */
#define SB_SUBTYPE_ESS_ES688 4 /* ESS Technology ES688 */
#define SB_SUBTYPE_ESS_ES1688 5 /* ESS Technology ES1688 */
#define SB_SUBTYPE_MVD201 6 /* Mediavision MVD201, found on the thunderboard and PAS16 */
/* ESS-related */
#define IS_ESS(dsp) ((dsp)->sb_subtype >= SB_SUBTYPE_ESS_ES688) /* Check for future ESS cards here */