Searched refs:tea6320_volume (Results 1 – 1 of 1) sorted by relevance
1300 static int tea6320_volume(int val) { return (val / (65535/(63-12)) + 12) & 0x3f; } in tea6320_volume() function1663 .volfunc = tea6320_volume,