Searched refs:empty_iodev (Results 1 – 1 of 1) sorted by relevance
38 struct empty_iodev { struct52 struct empty_iodev *empty_iodev = (struct empty_iodev *)iodev; in current_level() argument58 frames = empty_iodev->buffer_level; in current_level()60 &empty_iodev->last_buffer_access, in current_level()90 struct empty_iodev *empty_iodev = (struct empty_iodev *)iodev; in close_dev() local92 empty_iodev->open = 0; in close_dev()93 free(empty_iodev->audio_buffer); in close_dev()94 empty_iodev->audio_buffer = NULL; in close_dev()101 struct empty_iodev *empty_iodev = (struct empty_iodev *)iodev; in configure_dev() local107 empty_iodev->open = 1; in configure_dev()[all …]