• T
    ALSA: hda - Disable broken mic auto-muting in Realtek codes · 4605b718
    Takashi Iwai 提交于
    The recent addition of automatic mic-muting is broken in some cases.
    The code assumes that the pin nids <= 0x18, but the digital pins can
    be less than 0x18.
    Also, it assumes the front-mic being the internal mic, but it depends
    on the hardware implementation actually.
    
    Instead of complex case-fixes, better to disable the code as now.
    Signed-off-by: NTakashi Iwai <tiwai@suse.de>
    4605b718
patch_realtek.c 539.7 KB