Home
last modified time | relevance | path

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

/Linux-v6.1/sound/core/
Dcontrol.c385 #define MULTIPLIER 37 macro
392 h = MULTIPLIER * h + id->device; in get_ctl_id_hash()
393 h = MULTIPLIER * h + id->subdevice; in get_ctl_id_hash()
395 h = MULTIPLIER * h + id->name[i]; in get_ctl_id_hash()
396 h = MULTIPLIER * h + id->index; in get_ctl_id_hash()