mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	a2dp: don't faile set_io
This commit is contained in:
		
							parent
							
								
									e1583146ff
								
							
						
					
					
						commit
						093c675995
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -231,7 +231,7 @@ static int impl_node_enum_params(struct spa_node *node,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static int impl_node_set_io(struct spa_node *node, uint32_t id, void *data, size_t size)
 | 
					static int impl_node_set_io(struct spa_node *node, uint32_t id, void *data, size_t size)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	return -ENOTSUP;
 | 
						return 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static int impl_node_set_param(struct spa_node *node, uint32_t id, uint32_t flags,
 | 
					static int impl_node_set_param(struct spa_node *node, uint32_t id, uint32_t flags,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue