summaryrefslogtreecommitdiff
path: root/include/dahdi/kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dahdi/kernel.h')
-rw-r--r--include/dahdi/kernel.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/dahdi/kernel.h b/include/dahdi/kernel.h
index eeb40c1..7a12227 100644
--- a/include/dahdi/kernel.h
+++ b/include/dahdi/kernel.h
@@ -425,12 +425,9 @@ struct dahdi_chan {
short *readchunkpreec;
/*! Pointer to tx and rx gain tables */
- u_char *rxgain;
- u_char *txgain;
+ const u_char *rxgain;
+ const u_char *txgain;
- /*! Whether or not we have allocated gains or are using the default */
- int gainalloc;
-
/* Specified by driver, readable by DAHDI */
void *pvt; /*!< Private channel data */
struct file *file; /*!< File structure */