projects
/
unionfs-2.6.39.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8967df
)
ALSA: RME HDSP - fixed proc interface (missing {})
author
Remy Bruno
<remy.bruno@trinnov.com>
Thu, 13 Jul 2006 18:12:41 +0000
(20:12 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 25 Jul 2006 03:35:27 +0000
(20:35 -0700)
From: Remy Bruno <remy.bruno@trinnov.com>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/pci/rme9652/hdsp.c
patch
|
blob
|
history
diff --git
a/sound/pci/rme9652/hdsp.c
b/sound/pci/rme9652/hdsp.c
index 757b322a71ecb2a8d5eaa5cfea2ec69eaef1649b..10586e48aaa796f9043c9bff3f31c8935a58a754 100644
(file)
--- a/
sound/pci/rme9652/hdsp.c
+++ b/
sound/pci/rme9652/hdsp.c
@@
-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) {