From dbd36d5772f7e49e1e638391941de358d84ce379 Mon Sep 17 00:00:00 2001 From: Christian Gromm Date: Tue, 8 May 2018 11:44:53 +0200 Subject: 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 Signed-off-by: Greg Kroah-Hartman --- drivers/staging/most/core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/staging/most/core.h') 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; }; /* -- cgit v1.2.3-59-g8ed1b