mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	ALSA: dice: fix stream format for TC Electronic Konnekt Live at high sampling transfer frequency
At high sampling transfer frequency, TC Electronic Konnekt Live
transfers/receives 6 audio data frames in multi bit linear audio data
channel of data block in CIP payload. Current hard-coded stream format
is wrong.
Cc: <stable@vger.kernel.org>
Fixes: f1f0f330b1 ("ALSA: dice: add parameters of stream formats for models produced by TC Electronic")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Link: https://lore.kernel.org/r/20210518012612.37268-1-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Iwai <tiwai@suse.de>
			
			
This commit is contained in:
		
							parent
							
								
									9f079c1bdc
								
							
						
					
					
						commit
						4c6fe8c547
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -38,8 +38,8 @@ static const struct dice_tc_spec konnekt_24d = { | |||
| }; | ||||
| 
 | ||||
| static const struct dice_tc_spec konnekt_live = { | ||||
| 	.tx_pcm_chs = {{16, 16, 16}, {0, 0, 0} }, | ||||
| 	.rx_pcm_chs = {{16, 16, 16}, {0, 0, 0} }, | ||||
| 	.tx_pcm_chs = {{16, 16, 6}, {0, 0, 0} }, | ||||
| 	.rx_pcm_chs = {{16, 16, 6}, {0, 0, 0} }, | ||||
| 	.has_midi = true, | ||||
| }; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Takashi Sakamoto
						Takashi Sakamoto