Home
last modified time | relevance | path

Searched refs:ger_coeff (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/sparc/
H A Damd7930.c450 static __const__ __u16 ger_coeff[] = { variable
484 level = (amd->pgain * (256 + ARRAY_SIZE(ger_coeff))) >> 8; in __amd7930_update_map()
486 map->ger = ger_coeff[level - 256]; in __amd7930_update_map()
489 map->ger = ger_coeff[0]; in __amd7930_update_map()
/kernel/linux/linux-6.6/sound/sparc/
H A Damd7930.c448 static __const__ __u16 ger_coeff[] = { variable
482 level = (amd->pgain * (256 + ARRAY_SIZE(ger_coeff))) >> 8; in __amd7930_update_map()
484 map->ger = ger_coeff[level - 256]; in __amd7930_update_map()
487 map->ger = ger_coeff[0]; in __amd7930_update_map()

Completed in 5 milliseconds