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

Commit ecb594e6 authored by Remy Bruno's avatar Remy Bruno Committed by Jaroslav Kysela
Browse files

[ALSA] RME HDSP - fixed proc interface (missing {})



From: Remy Bruno <remy.bruno@trinnov.com>
Signed-off-by: default avatarJaroslav Kysela <perex@suse.cz>
parent 58398895
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3169,9 +3169,10 @@ snd_hdsp_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer)
	char *clock_source;
	int x;

	if (hdsp_check_for_iobox (hdsp))
	if (hdsp_check_for_iobox (hdsp)) {
		snd_iprintf(buffer, "No I/O box connected.\nPlease connect one and upload firmware.\n");
		return;
        }

	if (hdsp_check_for_firmware(hdsp, 0)) {
		if (hdsp->state & HDSP_FirmwareCached) {