Alright, I understand why it didn't work. However I will never use early-patching to set hints. Let's go back to testing without hints.
Without hints, the base speaker is working, the headset is working, the headphones are working and the automatic forward and backward switching is working. The only thing not working is the usage of a dedicated microphone, which is to me not relevant. For the rest it seems to be working nicely.
Is this good enough to push the patches on the mailinglist?
On 18 September 2015 at 10:18, Raymond Yau superquad.vortex2@gmail.com wrote:
As you suspected the internal speaker silences whenever I plug in any
jack.
I have specified the alt_config option to test different possibilities,
however it does not get accepted the way I specify it, which is in /etc/modprobe/alsa-base.conf
options snd_hda_intel alt_config=3 options snd_hda_codec_realtek alt_config=3
alt_config is hint not any module parameter
module paramter is related to hda controller
You have to use early patching
https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/tree/Documentat...