Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ALSA: firewire-tascam: remove needless member for control and status message

Commit 3beab0f844fa added a member for control and status message, while
it's planned and not implemented yet.

This commit removes it.

Fixes: 3beab0f844fa('ALSA: firewire-tascam: add support for outgoing MIDI messages by asynchronous transaction')
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by

Takashi Sakamoto and committed by
Takashi Iwai
56661a2e 61ebe499

-3
-3
sound/firewire/tascam/tascam.h
··· 71 71 struct snd_fw_async_midi_port out_ports[TSCM_MIDI_OUT_PORT_MAX]; 72 72 u8 running_status[TSCM_MIDI_OUT_PORT_MAX]; 73 73 bool on_sysex[TSCM_MIDI_OUT_PORT_MAX]; 74 - 75 - /* For control messages. */ 76 - struct snd_firewire_tascam_status *status; 77 74 }; 78 75 79 76 #define TSCM_ADDR_BASE 0xffff00000000ull