Re: [PATCH] ALSA: hda: Remove unused snd_hdac_stream_get_spbmaxfifo
From: Takashi Iwai
Date: Thu May 08 2025 - 05:51:00 EST
On Mon, 05 May 2025 03:10:37 +0200,
linux@xxxxxxxxxxx wrote:
>
> From: "Dr. David Alan Gilbert" <linux@xxxxxxxxxxx>
>
> 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@xxxxxxxxxxx>
Thanks, applied now.
Takashi