Home
last modified time | relevance | path

Searched refs:AMS_TABLE (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/audio/
H A Dfmopl.c184 static int32_t *AMS_TABLE; variable
617 if( (AMS_TABLE = malloc(AMS_ENT*2 *sizeof(int32_t))) == NULL) in OPLOpenTable()
627 free(AMS_TABLE); in OPLOpenTable()
680 AMS_TABLE[i] = (1.0/EG_STEP)*pom; /* 1dB */ in OPLOpenTable()
681 AMS_TABLE[AMS_ENT+i] = (4.8/EG_STEP)*pom; /* 4.8dB */ in OPLOpenTable()
701 free(AMS_TABLE); in OPLCloseTable()
836 OPL->ams_table = &AMS_TABLE[v&0x80 ? AMS_ENT : 0]; in OPLWriteReg()