From 10ebd8556b7990499c896a550e3d416b444211e6 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 02:23:07 +0000 Subject: [PATCH] add led --- kernel/include/sound/hdaudio_ext.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/kernel/include/sound/hdaudio_ext.h b/kernel/include/sound/hdaudio_ext.h index 75048ea..ddcb5b2 100644 --- a/kernel/include/sound/hdaudio_ext.h +++ b/kernel/include/sound/hdaudio_ext.h @@ -92,7 +92,6 @@ struct hdac_ext_stream *azx_dev, bool decouple); void snd_hdac_ext_stream_decouple(struct hdac_bus *bus, struct hdac_ext_stream *azx_dev, bool decouple); -void snd_hdac_ext_stop_streams(struct hdac_bus *bus); int snd_hdac_ext_stream_set_spib(struct hdac_bus *bus, struct hdac_ext_stream *stream, u32 value); -- Gitblit v1.6.2