lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250502235219.1000429-1-linux@treblig.org>
Date: Sat,  3 May 2025 00:52:14 +0100
From: linux@...blig.org
To: perex@...ex.cz,
	tiwai@...e.com,
	linux-sound@...r.kernel.org
Cc: linux-kernel@...r.kernel.org,
	"Dr. David Alan Gilbert" <linux@...blig.org>
Subject: [PATCH 0/5] ALSA: core: removing unused functions

From: "Dr. David Alan Gilbert" <linux@...blig.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@...blig.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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ