]> git.alsa-project.org Git - alsa-tools.git/commitdiff
hdsploader: Fix temporary RPM constant
authorAdrian Knoth <adi@drcomp.erfurt.thur.de>
Fri, 29 Jul 2011 15:57:29 +0000 (17:57 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 29 Jul 2011 17:23:42 +0000 (19:23 +0200)
RPM in HDSP_IO_Type (enum from hdsp.h) is 4, not 5.

Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
hdsploader/hdsploader.c

index bfbe3bc6f6f58703e322cb27df000f9306f5cbd0..9199c3ad0a50b7dec26a615229e9c629fd64c25c 100644 (file)
@@ -28,7 +28,7 @@
 static u_int32_t code[24413];
 
 #ifndef RPM
-# define RPM   5
+# define RPM   4
 #endif
 
 int read_bin_file(u_int32_t *array, const char *filename)