public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] greybus: audio: remove unused struct gb_mixer_control
@ 2024-05-29  0:18 linux
  0 siblings, 0 replies; only message in thread
From: linux @ 2024-05-29  0:18 UTC (permalink / raw)
  To: vaibhav.sr, johan
  Cc: greybus-dev, linux-staging, linux-kernel, Dr. David Alan Gilbert

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

'gb_mixer_control' is unused since the original
commit 6339d2322c47 ("greybus: audio: Add topology parser for GB
codec").

Remove it.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
---
 drivers/staging/greybus/audio_topology.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/drivers/staging/greybus/audio_topology.c b/drivers/staging/greybus/audio_topology.c
index 5dc4721105d4..6ca938dca4fd 100644
--- a/drivers/staging/greybus/audio_topology.c
+++ b/drivers/staging/greybus/audio_topology.c
@@ -10,12 +10,6 @@
 
 #define GBAUDIO_INVALID_ID	0xFF
 
-/* mixer control */
-struct gb_mixer_control {
-	int min, max;
-	unsigned int reg, rreg, shift, rshift, invert;
-};
-
 struct gbaudio_ctl_pvt {
 	unsigned int ctl_id;
 	unsigned int data_cport;
-- 
2.45.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-05-29  0:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-29  0:18 [PATCH] greybus: audio: remove unused struct gb_mixer_control linux

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