Skip to content

Commit

Permalink
[ALSA] RME HDSP - fixed proc interface (missing {})
Browse files Browse the repository at this point in the history
From: Remy Bruno <remy.bruno@trinnov.com>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
  • Loading branch information
Remy Bruno authored and Jaroslav Kysela committed Jun 22, 2006
1 parent 5839889 commit ecb594e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sound/pci/rme9652/hdsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit ecb594e

Please sign in to comment.