Commit fbb46968 authored by Federico Vaga's avatar Federico Vaga

fa-zio-trg.c: rename trigger operation according to zio v1.0

Signed-off-by: 's avatarFederico Vaga <federico.vaga@gmail.com>
parent aaa64e4c
......@@ -17,6 +17,7 @@
#include <linux/zio-sysfs.h>
#include <linux/zio-buffer.h>
#include <linux/zio-trigger.h>
#include <linux/zio-utils.h>
#include "spec.h"
#include "fmc-adc.h"
......@@ -539,9 +540,9 @@ static const struct zio_trigger_operations zfat_ops = {
.create = zfat_create,
.destroy = zfat_destroy,
.change_status = zfat_change_status,
.__data_done = zfat_data_done,
.__input_fire = zfat_start_next_dma,
.__abort = zfat_abort,
.data_done = zfat_data_done,
.arm = zfat_start_next_dma,
.abort = zfat_abort,
};
/* Definition of the trigger type */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment