mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2024-12-29 09:13:38 +00:00
staging: greybus: audio: remove unused struct gb_mixer_control
'gb_mixer_control' is unused since the original
commit 6339d2322c
("greybus: audio: Add topology parser for GB
codec").
Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Link: https://lore.kernel.org/r/20240529001807.262955-1-linux@treblig.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ac7e01f401
commit
1669137eb0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user