ARM: cpu topology: Add debugfs interface for cpu_power
[cmplus.git] / include / linux / sound_control.h
blobd34a72658a8709c53d28288b6ea8c20e424795c4
1 /* include/linux/sound_control.h */
3 #ifndef _LINUX_SOUND_CONTROL_H
4 #define _LINUX_SOUND_CONTROL_H
6 void soundcontrol_updatevolume(unsigned int volumeboost);
7 void soundcontrol_updateperf(bool highperf_enabled);
8 void soundcontrol_reportjack(int jack_type);
10 #endif