diff options
Diffstat (limited to 'kernel/sound/pci/ctxfi/ctresource.h')
-rw-r--r-- | kernel/sound/pci/ctxfi/ctresource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sound/pci/ctxfi/ctresource.h b/kernel/sound/pci/ctxfi/ctresource.h index 9b746c371..736d9f7e9 100644 --- a/kernel/sound/pci/ctxfi/ctresource.h +++ b/kernel/sound/pci/ctxfi/ctresource.h @@ -39,7 +39,7 @@ struct rsc { u32 msr:4; /* The Master Sample Rate a resource working on */ void *ctrl_blk; /* Chip specific control info block for a resource */ struct hw *hw; /* Chip specific object for hardware access means */ - struct rsc_ops *ops; /* Generic resource operations */ + const struct rsc_ops *ops; /* Generic resource operations */ }; struct rsc_ops { |