Commit 9f9c5617 authored by Takashi Sakamoto's avatar Takashi Sakamoto Committed by Takashi Iwai
Browse files

ALSA: firewire-tascam: remove buffer initialization in driver side



The given buffer to callback function is cleared in caller side.

This commit removes buffer initialization in callee side.

Signed-off-by: default avatarTakashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent c80a1daa
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -67,8 +67,6 @@ static int fill_message(struct snd_rawmidi_substream *substream, u8 *buf)
	u8 status;
	int consume;

	buf[0] = buf[1] = buf[2] = buf[3] = 0x00;

	len = snd_rawmidi_transmit_peek(substream, buf + 1, 3);
	if (len == 0)
		return 0;