Lines Matching refs:volume
1306 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume)1309 (void)volume;1313 static int adev_set_master_volume(struct audio_hw_device *dev, float volume)1316 (void)volume;1320 static int adev_get_master_volume(struct audio_hw_device *dev, float *volume)1323 (void)volume;