mirror of
				https://github.com/alsa-project/alsa-tools.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	hdspmixer: Fix temporary RPM constant
RPM in hdsp.h's HDSP_IO_Type is 4, not 5. This patch isn't exactly necessary here, because the constant is only used internally, but to avoid confusion if somebody ever reads the code, let's use the correct value. Note that we'll drop it after the next alsa-lib release. Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
		
							parent
							
								
									1d37a85054
								
							
						
					
					
						commit
						15aaaba184
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -34,7 +34,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* temporary workaround until hdsp.h (HDSP_IO_Type gets fixed */
 | 
					/* temporary workaround until hdsp.h (HDSP_IO_Type gets fixed */
 | 
				
			||||||
#ifndef RPM
 | 
					#ifndef RPM
 | 
				
			||||||
# define RPM	5
 | 
					# define RPM	4
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class HDSPMixerWindow;
 | 
					class HDSPMixerWindow;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue