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:
5491089
)
ALSA: RME HDSP - fixed proc interface (missing {})
author
Remy Bruno
<remy.bruno@trinnov.com>
Tue, 5 Sep 2006 19:40:12 +0000
(21:40 +0200)
committer
Adrian Bunk
<bunk@stusta.de>
Tue, 5 Sep 2006 19:40:12 +0000
(21:40 +0200)
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Acked-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
sound/pci/rme9652/hdsp.c
patch
|
blob
|
history
diff --git
a/sound/pci/rme9652/hdsp.c
b/sound/pci/rme9652/hdsp.c
index ebf7a2b86c239550b1249f20f104aa24d30d5f78..05a2320d94e2c4fee70cff6f91c101af08419b6d 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) {