From 748e4f3d702def1a4bff191e0cf93b6a05340f01 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 07:41:34 +0000 Subject: [PATCH] add gpio led uart --- kernel/sound/usb/mixer_us16x08.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/sound/usb/mixer_us16x08.h b/kernel/sound/usb/mixer_us16x08.h index 56ff16c..7b8583d 100644 --- a/kernel/sound/usb/mixer_us16x08.h +++ b/kernel/sound/usb/mixer_us16x08.h @@ -108,7 +108,7 @@ }; struct snd_us16x08_control_params { - struct snd_kcontrol_new *kcontrol_new; + const struct snd_kcontrol_new *kcontrol_new; int control_id; int type; int num_channels; -- Gitblit v1.6.2