staging: iio: add IIO_ALTVOLTAGE to iio_event_monitor example
authorPeter Meerwald <pmeerw@pmeerw.net>
Fri, 15 Jun 2012 17:25:26 +0000 (19:25 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Jun 2012 21:39:18 +0000 (14:39 -0700)
IIO_ALTVOLTAGE is used by frequency/adf4350 and frequency/ad9523

Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Acked-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/iio/Documentation/iio_event_monitor.c

index 2227584..4326e9e 100644 (file)
@@ -45,6 +45,7 @@ static const char * const iio_chan_type_name_spec[] = {
        [IIO_ANGL] = "angl",
        [IIO_TIMESTAMP] = "timestamp",
        [IIO_CAPACITANCE] = "capacitance",
+       [IIO_ALTVOLTAGE] = "altvoltage",
 };
 
 static const char * const iio_ev_type_text[] = {
@@ -92,6 +93,7 @@ static bool event_is_known(struct iio_event_data *event)
        case IIO_ANGL:
        case IIO_TIMESTAMP:
        case IIO_CAPACITANCE:
+       case IIO_ALTVOLTAGE:
                break;
        default:
                return false;