* [PATCH] ALSA: hda: Remove unused snd_hdac_stream_get_spbmaxfifo
@ 2025-05-05 1:10 linux
2025-05-08 9:50 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: linux @ 2025-05-05 1:10 UTC (permalink / raw)
To: perex, tiwai; +Cc: linux-sound, linux-kernel, Dr. David Alan Gilbert
From: "Dr. David Alan Gilbert" <linux@treblig.org>
snd_hdac_stream_get_spbmaxfifo() was originally added in 2015
in commit ee8bc4df1b5a ("ALSA: hdac: Add support to enable SPIB for hdac
ext stream")
when it was originally called snd_hdac_ext_stream_set_spbmaxfifo,
it was renamed snd_hdac_ext_stream_get_spbmaxfifo shortly after
and was finally renamed to snd_hdac_stream_get_spbmaxfifo in 2022.
But it was never used.
Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
---
include/sound/hdaudio.h | 2 --
sound/hda/hdac_stream.c | 19 -------------------
2 files changed, 21 deletions(-)
diff --git a/include/sound/hdaudio.h b/include/sound/hdaudio.h
index b098ceadbe74..6257152fa0ce 100644
--- a/include/sound/hdaudio.h
+++ b/include/sound/hdaudio.h
@@ -598,8 +598,6 @@ void snd_hdac_stream_spbcap_enable(struct hdac_bus *chip,
bool enable, int index);
int snd_hdac_stream_set_spib(struct hdac_bus *bus,
struct hdac_stream *azx_dev, u32 value);
-int snd_hdac_stream_get_spbmaxfifo(struct hdac_bus *bus,
- struct hdac_stream *azx_dev);
void snd_hdac_stream_drsm_enable(struct hdac_bus *bus,
bool enable, int index);
int snd_hdac_stream_wait_drsm(struct hdac_stream *azx_dev);
diff --git a/sound/hda/hdac_stream.c b/sound/hda/hdac_stream.c
index 4e85a838ad7e..e7f6208af5b0 100644
--- a/sound/hda/hdac_stream.c
+++ b/sound/hda/hdac_stream.c
@@ -825,25 +825,6 @@ int snd_hdac_stream_set_spib(struct hdac_bus *bus,
}
EXPORT_SYMBOL_GPL(snd_hdac_stream_set_spib);
-/**
- * snd_hdac_stream_get_spbmaxfifo - gets the spib value of a stream
- * @bus: HD-audio core bus
- * @azx_dev: hdac_stream
- *
- * Return maxfifo for the stream
- */
-int snd_hdac_stream_get_spbmaxfifo(struct hdac_bus *bus,
- struct hdac_stream *azx_dev)
-{
- if (!bus->spbcap) {
- dev_err(bus->dev, "Address of SPB capability is NULL\n");
- return -EINVAL;
- }
-
- return readl(azx_dev->fifo_addr);
-}
-EXPORT_SYMBOL_GPL(snd_hdac_stream_get_spbmaxfifo);
-
/**
* snd_hdac_stream_drsm_enable - enable DMA resume for a stream
* @bus: HD-audio core bus
--
2.49.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ALSA: hda: Remove unused snd_hdac_stream_get_spbmaxfifo
2025-05-05 1:10 [PATCH] ALSA: hda: Remove unused snd_hdac_stream_get_spbmaxfifo linux
@ 2025-05-08 9:50 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2025-05-08 9:50 UTC (permalink / raw)
To: linux; +Cc: perex, tiwai, linux-sound, linux-kernel
On Mon, 05 May 2025 03:10:37 +0200,
linux@treblig.org wrote:
>
> From: "Dr. David Alan Gilbert" <linux@treblig.org>
>
> snd_hdac_stream_get_spbmaxfifo() was originally added in 2015
> in commit ee8bc4df1b5a ("ALSA: hdac: Add support to enable SPIB for hdac
> ext stream")
>
> when it was originally called snd_hdac_ext_stream_set_spbmaxfifo,
> it was renamed snd_hdac_ext_stream_get_spbmaxfifo shortly after
> and was finally renamed to snd_hdac_stream_get_spbmaxfifo in 2022.
> But it was never used.
>
> Remove it.
>
> Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Thanks, applied now.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-05-08 9:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-05 1:10 [PATCH] ALSA: hda: Remove unused snd_hdac_stream_get_spbmaxfifo linux
2025-05-08 9:50 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox