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

Commit ed7e4826 authored by Clemens Ladisch's avatar Clemens Ladisch
Browse files

ALSA: dice: dice_proc_read: remove wrong typecast



Remove a wrong typecast that resulted from a copy-and-paste error.

Signed-off-by: default avatarClemens Ladisch <clemens@ladisch.de>
parent 61b8cf02
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1053,8 +1053,7 @@ static void dice_proc_read(struct snd_info_entry *entry,
			break;
		snd_iprintf(buffer, "rx %u:\n", stream);
		snd_iprintf(buffer, "  iso channel: %d\n", (int)buf.rx.iso);
		snd_iprintf(buffer, "  sequence start: %u\n",
			    (int)buf.rx.seq_start);
		snd_iprintf(buffer, "  sequence start: %u\n", buf.rx.seq_start);
		snd_iprintf(buffer, "  audio channels: %u\n",
			    buf.rx.number_audio);
		snd_iprintf(buffer, "  midi ports: %u\n", buf.rx.number_midi);