mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-26 01:40:13 -05:00
hdsploader: Fix temporary RPM constant
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>
This commit is contained in:
parent
21df31ab4f
commit
1d37a85054
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
||||||
static u_int32_t code[24413];
|
static u_int32_t code[24413];
|
||||||
|
|
||||||
#ifndef RPM
|
#ifndef RPM
|
||||||
# define RPM 5
|
# define RPM 4
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int read_bin_file(u_int32_t *array, const char *filename)
|
int read_bin_file(u_int32_t *array, const char *filename)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue