Searched refs:platform_max (Results 1 – 2 of 2) sorted by relevance
126 …----kcontrol->private_value->platform_max: 0x%x", __func__, __LINE__, private_value->platform_max); in audio_ctl_add()399 int platform_max; in get_integer_info() local401 if (!mc->platform_max) in get_integer_info()402 mc->platform_max = mc->max; in get_integer_info()403 platform_max = mc->platform_max; in get_integer_info()405 if (platform_max == 1 && !strstr((const char*)kcontrol->id.name, " Volume")) in get_integer_info()413 uinfo->value.integer.max = platform_max - mc->min; in get_integer_info()
38 .rshift = right, .max = smax, .platform_max = smax, \136 int min, max, platform_max; member
Completed in 4 milliseconds