mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	topology: ABI - Remove unused struct snd_soc_tplg_stream_config
The struct snd_soc_tplg_stream_config is no longer used in the ABI. We are using snd_soc_tplg_stream instead. Signed-off-by: Vedang Patel <vedang.patel@intel.com> Signed-off-by: Mengdong Lin <mengdong.lin@linux.intel.com> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
		
							parent
							
								
									79ef136f02
								
							
						
					
					
						commit
						c5f53c1b13
					
				
					 1 changed files with 0 additions and 10 deletions
				
			
		| 
						 | 
					@ -217,16 +217,6 @@ struct snd_soc_tplg_stream {
 | 
				
			||||||
	__le32 channels;	/* channels */
 | 
						__le32 channels;	/* channels */
 | 
				
			||||||
} __attribute__((packed));
 | 
					} __attribute__((packed));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					 | 
				
			||||||
 * Duplex stream configuration supported by SW/FW.
 | 
					 | 
				
			||||||
 */
 | 
					 | 
				
			||||||
struct snd_soc_tplg_stream_config {
 | 
					 | 
				
			||||||
	__le32 size;		/* in bytes of this structure */
 | 
					 | 
				
			||||||
	char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];
 | 
					 | 
				
			||||||
	struct snd_soc_tplg_stream playback;
 | 
					 | 
				
			||||||
	struct snd_soc_tplg_stream capture;
 | 
					 | 
				
			||||||
} __attribute__((packed));
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * Manifest. List totals for each payload type. Not used in parsing, but will
 | 
					 * Manifest. List totals for each payload type. Not used in parsing, but will
 | 
				
			||||||
 * be passed to the component driver before any other objects in order for any
 | 
					 * be passed to the component driver before any other objects in order for any
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue