| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2016 Robert Jarzmik <robert.jarzmik@free.fr> |
|---|
| 3 | | - * |
|---|
| 4 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 5 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 6 | | - * published by the Free Software Foundation. |
|---|
| 7 | 4 | */ |
|---|
| 8 | 5 | |
|---|
| 9 | 6 | #include <linux/list.h> |
|---|
| .. | .. |
|---|
| 56 | 53 | return actrl->ops->read(actrl, ac97->num, reg); |
|---|
| 57 | 54 | } |
|---|
| 58 | 55 | |
|---|
| 59 | | -static struct snd_ac97_bus_ops compat_snd_ac97_bus_ops = { |
|---|
| 56 | +static const struct snd_ac97_bus_ops compat_snd_ac97_bus_ops = { |
|---|
| 60 | 57 | .reset = compat_ac97_reset, |
|---|
| 61 | 58 | .warm_reset = compat_ac97_warm_reset, |
|---|
| 62 | 59 | .write = compat_ac97_write, |
|---|