mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 12:14:01 +08:00
ALSA: oxfw: remove needless member from private structure
In former commit, 'struct device_info' is obsoleted, whereas private structure still keeps a pointer to it. This commit remove the member. d6ce6bbd7d83('ALSA: oxfw: rename a structure so that it means backward compatibility to old drivers') Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
093dd44978
commit
329fec2f7f
@ -36,7 +36,6 @@
|
||||
struct snd_oxfw {
|
||||
struct snd_card *card;
|
||||
struct fw_unit *unit;
|
||||
const struct device_info *device_info;
|
||||
struct mutex mutex;
|
||||
spinlock_t lock;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user