Skip to content

Commit

Permalink
ALSA: firewire-tascam: remove needless member for control and status …
Browse files Browse the repository at this point in the history
…message

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

This commit removes it.

Fixes: 3beab0f('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>
  • Loading branch information
takaswie authored and tiwai committed Feb 5, 2016
1 parent 61ebe49 commit 56661a2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sound/firewire/tascam/tascam.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56661a2

Please sign in to comment.