aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/core.h
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2018-05-08 11:44:53 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-05-08 13:41:48 +0200
commitdbd36d5772f7e49e1e638391941de358d84ce379 (patch)
tree37f3c1fa14d4889b6883ba135413396092d6989f /drivers/staging/most/core.h
parentstaging: most: i2c: remove unnecessary poison_channel call (diff)
downloadlinux-dev-dbd36d5772f7e49e1e638391941de358d84ce379.tar.xz
linux-dev-dbd36d5772f7e49e1e638391941de358d84ce379.zip
staging: most: add channel property dbr_size
This patch adds the channel property dbr_size to control the corresponding buffer size of the channels of the DIM2 interface. Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/most/core.h')
-rw-r--r--drivers/staging/most/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/most/core.h b/drivers/staging/most/core.h
index 884bd71fafce..5b184e6d4721 100644
--- a/drivers/staging/most/core.h
+++ b/drivers/staging/most/core.h
@@ -128,6 +128,7 @@ struct most_channel_config {
u16 extra_len;
u16 subbuffer_size;
u16 packets_per_xact;
+ u16 dbr_size;
};
/*