From 61598093bbdd283a7edc367d900f223070ead8d2 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 10 May 2024 07:43:03 +0000
Subject: [PATCH] add ax88772C AX88772C_eeprom_tools
---
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