ALSA: hda: Remove unused snd_hdac_stream_get_spbmaxfifo
authorDr. David Alan Gilbert <linux@treblig.org>
Mon, 5 May 2025 01:10:37 +0000 (02:10 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 8 May 2025 09:50:21 +0000 (11:50 +0200)
commit845b997761a40cd028d1a04a66b34f0871318f28
treef67fe8d3e34daa250ccaf97d466ce4efa758adca
parent42fdb67852a42b20f3bcf7580a7dd5c3f094f4a2
ALSA: hda: Remove unused snd_hdac_stream_get_spbmaxfifo

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>
Link: https://patch.msgid.link/20250505011037.340592-1-linux@treblig.org
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/hdaudio.h
sound/hda/hdac_stream.c