10-21-2020, 03:44 PM 
(This post was last modified: 10-21-2020, 06:11 PM by User 18618.
 Edit Reason: Embolden fix text
)
		
	
	
		Thanks for the bump @natasha , I've been putting this off... PulseAudio is the bane of GNU/Linux.
The Internal and Headset ports are available via a single sink and source. The Headset has priority, you can evaluate this using pactl:
Installing the 5.8 kernel solves this issue (comment).
Headset now correctly manifests as 'Headset (Unplugged)'. The Internal speaker and Internal microphone are now the default.
Priorities are unchanged, meaning the active source and sink ports can change when a Headset is plugged in.
	
	
	
	
The Internal and Headset ports are available via a single sink and source. The Headset has priority, you can evaluate this using pactl:
Code:
pactl list sources
pactl list sinksInstalling the 5.8 kernel solves this issue (comment).
Code:
sudo apt update && sudo apt install linux-image-5.8-sunxi64
sudo rebootHeadset now correctly manifests as 'Headset (Unplugged)'. The Internal speaker and Internal microphone are now the default.
Priorities are unchanged, meaning the active source and sink ports can change when a Headset is plugged in.

 Sound defaults to Headset
 Sound defaults to Headset
				
