mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-31 04:50:29 -04:00 
			
		
		
		
	FunCube: fixed audio device name for Windows
This commit is contained in:
		
							parent
							
								
									3abbf4aeba
								
							
						
					
					
						commit
						b5ad1b27f5
					
				| @ -20,8 +20,13 @@ | ||||
| const char *fcd_traits<Pro>::alsaDeviceName = "hw:CARD=V10"; | ||||
| const char *fcd_traits<ProPlus>::alsaDeviceName = "hw:CARD=V20"; | ||||
| 
 | ||||
| #if defined(_WIN32) | ||||
| const char *fcd_traits<Pro>::qtDeviceName = "FUNcube Dongle V1.0"; | ||||
| const char *fcd_traits<ProPlus>::qtDeviceName = "FUNcube Dongle V2.0"; | ||||
| #else | ||||
| const char *fcd_traits<Pro>::qtDeviceName = "FUNcube_Dongle_V1.0"; | ||||
| const char *fcd_traits<ProPlus>::qtDeviceName = "FUNcube_Dongle_V2.0"; | ||||
| #endif | ||||
| 
 | ||||
| const char *fcd_traits<Pro>::hardwareID = "FCDPro"; | ||||
| const char *fcd_traits<ProPlus>::hardwareID = "FCDPro+"; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user