Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dfmopl.c178 static int32_t *TL_TABLE; variable
610 if( (TL_TABLE = malloc(TL_MAX*2*sizeof(int32_t))) == NULL) in OPLOpenTable()
614 free(TL_TABLE); in OPLOpenTable()
619 free(TL_TABLE); in OPLOpenTable()
625 free(TL_TABLE); in OPLOpenTable()
634 TL_TABLE[ t] = (int)rate; in OPLOpenTable()
635 TL_TABLE[TL_MAX+t] = -TL_TABLE[t]; in OPLOpenTable()
640 TL_TABLE[t] = TL_TABLE[TL_MAX+t] = 0; in OPLOpenTable()
645 SIN_TABLE[0] = SIN_TABLE[SIN_ENT/2] = &TL_TABLE[EG_ENT-1]; in OPLOpenTable()
652 SIN_TABLE[ s] = SIN_TABLE[SIN_ENT/2-s] = &TL_TABLE[j]; in OPLOpenTable()
[all …]