Browse Source

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>
Takashi Sakamoto 9 years ago
parent
commit
329fec2f7f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      sound/firewire/oxfw/oxfw.h

+ 0 - 1
sound/firewire/oxfw/oxfw.h

@@ -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;