mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-03 18:20:25 +02:00 
			
		
		
		
	ALSA: hda/ca0132 - fix AE-5 pincfg
This patch fixes the pincfg assignment for the AE-5, which was
previously using the Recon3D pincfg's by mistake.
Fixes: d06feaf02f ("ALSA: hda/ca0132 - Add pincfg for AE-5")
Signed-off-by: Connor McAdams <conmanx360@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
			
			
This commit is contained in:
		
							parent
							
								
									cce997292a
								
							
						
					
					
						commit
						a6b0961b39
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -8489,7 +8489,7 @@ static void ca0132_config(struct hda_codec *codec)
 | 
			
		|||
		break;
 | 
			
		||||
	case QUIRK_AE5:
 | 
			
		||||
		codec_dbg(codec, "%s: QUIRK_AE5 applied.\n", __func__);
 | 
			
		||||
		snd_hda_apply_pincfgs(codec, r3di_pincfgs);
 | 
			
		||||
		snd_hda_apply_pincfgs(codec, ae5_pincfgs);
 | 
			
		||||
		break;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue