Searched refs:qadev (Results 1 – 1 of 1) sorted by relevance
441 const struct qcom_audio_device *qadev = to_cladev(dev); in adev_init_check() local443 return qadev->hwif->initCheck(); in adev_init_check()448 struct qcom_audio_device *qadev = to_ladev(dev); in adev_set_voice_volume() local449 return qadev->hwif->setVoiceVolume(volume); in adev_set_voice_volume()454 struct qcom_audio_device *qadev = to_ladev(dev); in adev_set_master_volume() local455 return qadev->hwif->setMasterVolume(volume); in adev_set_master_volume()460 struct qcom_audio_device *qadev = to_ladev(dev); in adev_get_master_volume() local461 return qadev->hwif->getMasterVolume(volume); in adev_get_master_volume()467 struct qcom_audio_device *qadev = to_ladev(dev); in adev_set_fm_volume() local468 return qadev->hwif->setFmVolume(volume); in adev_set_fm_volume()[all …]