From 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 22 Oct 2024 10:36:11 +0000 Subject: [PATCH] 修改4g拨号为QMI,需要在系统里后台执行quectel-CM --- kernel/sound/firewire/Kconfig | 19 +++++++++++++++---- 1 files changed, 15 insertions(+), 4 deletions(-) diff --git a/kernel/sound/firewire/Kconfig b/kernel/sound/firewire/Kconfig index f7b26b1..12664c3 100644 --- a/kernel/sound/firewire/Kconfig +++ b/kernel/sound/firewire/Kconfig @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only menuconfig SND_FIREWIRE bool "FireWire sound devices" depends on FIREWIRE @@ -76,7 +77,7 @@ tristate "BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware" select SND_FIREWIRE_LIB select SND_HWDEP - help + help Say Y here to include support for FireWire devices based on BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware: * Edirol FA-66/FA-101 @@ -111,8 +112,8 @@ * Digidesign Mbox 2 Pro * ToneWeal FW66 - To compile this driver as a module, choose M here: the module - will be called snd-bebob. + To compile this driver as a module, choose M here: the module + will be called snd-bebob. config SND_FIREWIRE_DIGI00X tristate "Digidesign Digi 002/003 family support" @@ -149,7 +150,13 @@ help Say Y here to enable support for FireWire devices which MOTU produced: * 828mk2 - * 828mk3 + * Traveler + * Ultralite + * 8pre + * 828mk3 (FireWire only) + * 828mk3 (Hybrid) + * Audio Express + * 4pre To compile this driver as a module, choose M here: the module will be called snd-firewire-motu. @@ -161,5 +168,9 @@ help Say Y here to include support for RME fireface series. * Fireface 400 + * Fireface 800 + * Fireface UFX + * Fireface UCX + * Fireface 802 endif # SND_FIREWIRE -- Gitblit v1.6.2