mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	Remove these functions (alsa-oss package no longer use them):
snd_pcm_uframes_t _snd_pcm_mmap_hw_ptr(snd_pcm_t *pcm) snd_pcm_uframes_t _snd_pcm_boundary(snd_pcm_t *pcm)
This commit is contained in:
		
							parent
							
								
									5337e682f6
								
							
						
					
					
						commit
						a0bdb34f0d
					
				
					 1 changed files with 0 additions and 10 deletions
				
			
		| 
						 | 
					@ -6085,16 +6085,6 @@ snd_pcm_sframes_t snd_pcm_write_areas(snd_pcm_t *pcm, const snd_pcm_channel_area
 | 
				
			||||||
	return xfer > 0 ? (snd_pcm_sframes_t) xfer : err;
 | 
						return xfer > 0 ? (snd_pcm_sframes_t) xfer : err;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
snd_pcm_uframes_t _snd_pcm_mmap_hw_ptr(snd_pcm_t *pcm)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	return *pcm->hw.ptr;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
snd_pcm_uframes_t _snd_pcm_boundary(snd_pcm_t *pcm)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	return pcm->boundary;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
static const char *names[SND_PCM_HW_PARAM_LAST_INTERVAL + 1] = {
 | 
					static const char *names[SND_PCM_HW_PARAM_LAST_INTERVAL + 1] = {
 | 
				
			||||||
	[SND_PCM_HW_PARAM_FORMAT] = "format",
 | 
						[SND_PCM_HW_PARAM_FORMAT] = "format",
 | 
				
			||||||
	[SND_PCM_HW_PARAM_CHANNELS] = "channels",
 | 
						[SND_PCM_HW_PARAM_CHANNELS] = "channels",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue