Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/5] ALSA: core: removing unused functions
@ 2025-05-02 23:52 linux
  2025-05-02 23:52 ` [PATCH 1/5] ALSA: pcm: Remove unused snd_pcm_rate_range_to_bits linux
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: linux @ 2025-05-02 23:52 UTC (permalink / raw)
  To: perex, tiwai, linux-sound; +Cc: linux-kernel, Dr. David Alan Gilbert

From: "Dr. David Alan Gilbert" <linux@treblig.org>

Hi,
  This is a small set of deadcode removal from sound/core;
they're all full function removal rather than changing the
code inside functions.

Dave

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>


Dr. David Alan Gilbert (5):
  ALSA: pcm: Remove unused snd_pcm_rate_range_to_bits
  ALSA: pcm: Remove unused snd_dmaengine_pcm_open_request_chan
  ALSA: seq: Remove unused snd_seq_queue_client_leave_cells
  ALSA: core: Remove unused snd_device_get_state
  ALSA: core: Remove unused snd_jack_set_parent

 include/sound/core.h          |  1 -
 include/sound/dmaengine_pcm.h |  2 --
 include/sound/jack.h          |  6 ------
 include/sound/pcm.h           |  2 --
 sound/core/device.c           | 23 -----------------------
 sound/core/jack.c             | 19 -------------------
 sound/core/pcm_dmaengine.c    | 21 ---------------------
 sound/core/pcm_misc.c         | 30 ------------------------------
 sound/core/seq/seq_queue.c    | 16 ----------------
 sound/core/seq/seq_queue.h    |  1 -
 10 files changed, 121 deletions(-)

-- 
2.49.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-05-05 10:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-02 23:52 [PATCH 0/5] ALSA: core: removing unused functions linux
2025-05-02 23:52 ` [PATCH 1/5] ALSA: pcm: Remove unused snd_pcm_rate_range_to_bits linux
2025-05-02 23:52 ` [PATCH 2/5] ALSA: pcm: Remove unused snd_dmaengine_pcm_open_request_chan linux
2025-05-02 23:52 ` [PATCH 3/5] ALSA: seq: Remove unused snd_seq_queue_client_leave_cells linux
2025-05-02 23:52 ` [PATCH 4/5] ALSA: core: Remove unused snd_device_get_state linux
2025-05-02 23:52 ` [PATCH 5/5] ALSA: core: Remove unused snd_jack_set_parent linux
2025-05-05 10:36 ` [PATCH 0/5] ALSA: core: removing unused functions Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox