mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04: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];
|
||||
|
||||
#ifndef RPM
|
||||
# define RPM 5
|
||||
# define RPM 4
|
||||
#endif
|
||||
|
||||
int read_bin_file(u_int32_t *array, const char *filename)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue