mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	ASoC: topology: Add support for compressed PCMs
Register a compressed PCM if topology defines one. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
		
							parent
							
								
									28aa6f7779
								
							
						
					
					
						commit
						5db6aab6f3
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
					@ -1772,6 +1772,9 @@ static int soc_tplg_dai_create(struct soc_tplg *tplg,
 | 
				
			||||||
		set_stream_info(stream, caps);
 | 
							set_stream_info(stream, caps);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						if (pcm->compress)
 | 
				
			||||||
 | 
							dai_drv->compress_new = snd_soc_new_compress;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* pass control to component driver for optional further init */
 | 
						/* pass control to component driver for optional further init */
 | 
				
			||||||
	ret = soc_tplg_dai_load(tplg, dai_drv, pcm, NULL);
 | 
						ret = soc_tplg_dai_load(tplg, dai_drv, pcm, NULL);
 | 
				
			||||||
	if (ret < 0) {
 | 
						if (ret < 0) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue