Searched refs:legacy_audio_device (Results 1 – 1 of 1) sorted by relevance
39 struct legacy_audio_device { struct410 static inline struct legacy_audio_device * to_ladev(struct audio_hw_device *dev) in to_ladev()412 return reinterpret_cast<struct legacy_audio_device *>(dev); in to_ladev()415 static inline const struct legacy_audio_device * to_cladev(const struct audio_hw_device *dev) in to_cladev()417 return reinterpret_cast<const struct legacy_audio_device *>(dev); in to_cladev()422 const struct legacy_audio_device *ladev = to_cladev(dev); in adev_init_check()429 struct legacy_audio_device *ladev = to_ladev(dev); in adev_set_voice_volume()435 struct legacy_audio_device *ladev = to_ladev(dev); in adev_set_master_volume()441 struct legacy_audio_device *ladev = to_ladev(dev); in adev_get_master_volume()447 struct legacy_audio_device *ladev = to_ladev(dev); in adev_set_mode()[all …]