Home
last modified time | relevance | path

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

/hardware/qcom/audio/legacy/alsa_sound/
Daudio_hw_hal.cpp38 struct qcom_audio_device { struct
429 static inline struct qcom_audio_device * to_ladev(struct audio_hw_device *dev) in to_ladev()
431 return reinterpret_cast<struct qcom_audio_device *>(dev); in to_ladev()
434 static inline const struct qcom_audio_device * to_cladev(const struct audio_hw_device *dev) in to_cladev()
436 return reinterpret_cast<const struct qcom_audio_device *>(dev); in to_cladev()
441 const struct qcom_audio_device *qadev = to_cladev(dev); in adev_init_check()
448 struct qcom_audio_device *qadev = to_ladev(dev); in adev_set_voice_volume()
454 struct qcom_audio_device *qadev = to_ladev(dev); in adev_set_master_volume()
460 struct qcom_audio_device *qadev = to_ladev(dev); in adev_get_master_volume()
467 struct qcom_audio_device *qadev = to_ladev(dev); in adev_set_fm_volume()
[all …]