| 
									
										
										
										
											2021-05-17 17:16:58 +02:00
										 |  |  | # See docs/devel/tracing.rst for syntax documentation. | 
					
						
							| 
									
										
										
										
											2016-06-16 09:39:58 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-03-14 19:09:26 +01:00
										 |  |  | # cs4231.c | 
					
						
							| 
									
										
										
										
											2016-06-16 09:39:58 +01:00
										 |  |  | cs4231_mem_readl_dreg(uint32_t reg, uint32_t ret) "read dreg %d: 0x%02x" | 
					
						
							|  |  |  | cs4231_mem_readl_reg(uint32_t reg, uint32_t ret) "read reg %d: 0x%08x" | 
					
						
							|  |  |  | cs4231_mem_writel_reg(uint32_t reg, uint32_t old, uint32_t val) "write reg %d: 0x%08x -> 0x%08x" | 
					
						
							|  |  |  | cs4231_mem_writel_dreg(uint32_t reg, uint32_t old, uint32_t val) "write dreg %d: 0x%02x -> 0x%02x" | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-03-14 19:09:26 +01:00
										 |  |  | # hda-codec.c | 
					
						
							| 
									
										
										
										
											2018-06-22 13:11:57 +02:00
										 |  |  | hda_audio_running(const char *stream, int nr, bool running) "st %s, nr %d, run %d" | 
					
						
							|  |  |  | hda_audio_format(const char *stream, int chan, const char *fmt, int freq) "st %s, %d x %s @ %d Hz" | 
					
						
							| 
									
										
										
										
											2018-06-22 13:11:58 +02:00
										 |  |  | hda_audio_adjust(const char *stream, int pos) "st %s, pos %d" | 
					
						
							| 
									
										
										
										
											2018-06-22 13:11:59 +02:00
										 |  |  | hda_audio_overrun(const char *stream) "st %s" |