mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	shorten sink/source device descriptions a little
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1201 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
		
							parent
							
								
									1d7b8e1ba7
								
							
						
					
					
						commit
						bfff23db10
					
				
					 4 changed files with 6 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -450,7 +450,7 @@ int pa__init(pa_core *c, pa_module*m) {
 | 
			
		|||
        }
 | 
			
		||||
    }
 | 
			
		||||
    pa_source_set_owner(u->source, m);
 | 
			
		||||
    u->source->description = pa_sprintf_malloc("Advanced Linux Sound Architecture PCM on '%s' (%s)", dev, snd_pcm_info_get_name(pcm_info));
 | 
			
		||||
    u->source->description = pa_sprintf_malloc("ALSA PCM on %s (%s)", dev, snd_pcm_info_get_name(pcm_info));
 | 
			
		||||
 | 
			
		||||
    u->pcm_fdl = pa_alsa_fdlist_new();
 | 
			
		||||
    assert(u->pcm_fdl);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue