From: Adrian Knoth Date: Fri, 29 Jul 2011 15:57:29 +0000 (+0200) Subject: hdsploader: Fix temporary RPM constant X-Git-Tag: v1.0.25~5 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=1d37a85054e08da4e5b1778e73c744c60efcba28;p=alsa-tools.git hdsploader: Fix temporary RPM constant RPM in HDSP_IO_Type (enum from hdsp.h) is 4, not 5. Signed-off-by: Adrian Knoth Signed-off-by: Takashi Iwai --- diff --git a/hdsploader/hdsploader.c b/hdsploader/hdsploader.c index bfbe3bc..9199c3a 100644 --- a/hdsploader/hdsploader.c +++ b/hdsploader/hdsploader.c @@ -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)