Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 56661a2e authored by Takashi Sakamoto's avatar Takashi Sakamoto Committed by Takashi Iwai
Browse files

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



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

This commit removes it.

Fixes: 3beab0f8('ALSA: firewire-tascam: add support for outgoing MIDI messages by asynchronous transaction')
Signed-off-by: default avatarTakashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 61ebe499
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -71,9 +71,6 @@ struct snd_tscm {
	struct snd_fw_async_midi_port out_ports[TSCM_MIDI_OUT_PORT_MAX];
	u8 running_status[TSCM_MIDI_OUT_PORT_MAX];
	bool on_sysex[TSCM_MIDI_OUT_PORT_MAX];

	/* For control messages. */
	struct snd_firewire_tascam_status *status;
};

#define TSCM_ADDR_BASE			0xffff00000000ull