diff options
Diffstat (limited to 'kernel/sound/pci/ctxfi/ctresource.c')
-rw-r--r-- | kernel/sound/pci/ctxfi/ctresource.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sound/pci/ctxfi/ctresource.c b/kernel/sound/pci/ctxfi/ctresource.c index 1a97e406d..c5124c3c0 100644 --- a/kernel/sound/pci/ctxfi/ctresource.c +++ b/kernel/sound/pci/ctxfi/ctresource.c @@ -127,7 +127,7 @@ static int rsc_master(struct rsc *rsc) return rsc->conj = rsc->idx; } -static struct rsc_ops rsc_generic_ops = { +static const struct rsc_ops rsc_generic_ops = { .index = rsc_index, .output_slot = audio_ring_slot, .master = rsc_master, |