Home
last modified time | relevance | path

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

/hardware/qcom/audio/legacy/alsa_sound/
Daudio_hw_hal.cpp441 const struct qcom_audio_device *qadev = to_cladev(dev); in adev_init_check() local
443 return qadev->hwif->initCheck(); in adev_init_check()
448 struct qcom_audio_device *qadev = to_ladev(dev); in adev_set_voice_volume() local
449 return qadev->hwif->setVoiceVolume(volume); in adev_set_voice_volume()
454 struct qcom_audio_device *qadev = to_ladev(dev); in adev_set_master_volume() local
455 return qadev->hwif->setMasterVolume(volume); in adev_set_master_volume()
460 struct qcom_audio_device *qadev = to_ladev(dev); in adev_get_master_volume() local
461 return qadev->hwif->getMasterVolume(volume); in adev_get_master_volume()
467 struct qcom_audio_device *qadev = to_ladev(dev); in adev_set_fm_volume() local
468 return qadev->hwif->setFmVolume(volume); in adev_set_fm_volume()
[all …]