diff options
| author | Dr. David Alan Gilbert <linux@treblig.org> | 2025-05-05 02:10:37 +0100 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2025-05-08 11:50:21 +0200 |
| commit | 845b997761a40cd028d1a04a66b34f0871318f28 (patch) | |
| tree | f67fe8d3e34daa250ccaf97d466ce4efa758adca /include/sound | |
| parent | 42fdb67852a42b20f3bcf7580a7dd5c3f094f4a2 (diff) | |
| download | linux-845b997761a40cd028d1a04a66b34f0871318f28.tar.gz | |
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>
Diffstat (limited to 'include/sound')
| -rw-r--r-- | include/sound/hdaudio.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound/hdaudio.h b/include/sound/hdaudio.h index b098ceadbe74bf..6257152fa0ce01 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); |
