Lines Matching refs:audio_device
53 struct audio_device { struct
85 struct audio_device *adev; /* hardware information - only using this for the lock */ argument
118 struct audio_device *adev; /* hardware information - only using this for the lock */
170 static void device_lock(struct audio_device *adev) { in device_lock()
174 static int device_try_lock(struct audio_device *adev) { in device_try_lock()
178 static void device_unlock(struct audio_device *adev) { in device_unlock()
186 struct audio_device* adev, struct listnode* list, struct listnode* stream_node) { in adev_add_stream_to_list()
195 struct audio_device* adev, struct listnode* stream_node) { in adev_remove_stream_from_list()
556 out->adev = (struct audio_device *)hw_dev; in adev_open_output_stream()
996 in->adev = (struct audio_device *)hw_dev; in adev_open_input_stream()
1211 struct audio_device * adev = (struct audio_device *)hw_dev; in adev_set_mic_mute()
1227 struct audio_device* adev = (struct audio_device*)device; in adev_dump()
1282 struct audio_device *adev = calloc(1, sizeof(struct audio_device)); in adev_open()