Skip to content
  1. Jul 16, 2020
  2. Jul 13, 2020
  3. Jul 11, 2020
  4. Jul 10, 2020
  5. Jul 07, 2020
  6. Jul 01, 2020
  7. Jun 25, 2020
    • Jaroslav Kysela's avatar
      AsoC: amd: add missing snd- module prefix to the acp3x-rn driver kernel module · bc5c7f55
      Jaroslav Kysela authored
      
      
      Signed-off-by: default avatarJaroslav Kysela <perex@perex.cz>
      Acked-by: default avatarAlex Deucher <alexander.deucher@amd.com>
      Cc: Mark Brown <broonie@kernel.org>
      Cc: vijendar.mukunda@amd.com
      Cc: Alexander.Deucher@amd.com
      Link: https://lore.kernel.org/r/20200625115829.791750-1-perex@perex.cz
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      bc5c7f55
    • Hui Wang's avatar
      ALSA: hda - let hs_mic be picked ahead of hp_mic · 6a6ca788
      Hui Wang authored
      
      
      We have a Dell AIO, there is neither internal speaker nor internal
      mic, only a multi-function audio jack on it.
      
      Users reported that after freshly installing the OS and plug
      a headset to the audio jack, the headset can't output sound. I
      reproduced this bug, at that moment, the Input Source is as below:
      Simple mixer control 'Input Source',0
        Capabilities: cenum
        Items: 'Headphone Mic' 'Headset Mic'
        Item0: 'Headphone Mic'
      
      That is because the patch_realtek will set this audio jack as mic_in
      mode if Input Source's value is hp_mic.
      
      If it is not fresh installing, this issue will not happen since the
      systemd will run alsactl restore -f /var/lib/alsa/asound.state, this
      will set the 'Input Source' according to history value.
      
      If there is internal speaker or internal mic, this issue will not
      happen since there is valid sink/source in the pulseaudio, the PA will
      set the 'Input Source' according to active_port.
      
      To fix this issue, change the parser function to let the hs_mic be
      stored ahead of hp_mic.
      
      Cc: stable@vger.kernel.org
      Signed-off-by: default avatarHui Wang <hui.wang@canonical.com>
      Link: https://lore.kernel.org/r/20200625083833.11264-1-hui.wang@canonical.com
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      6a6ca788
  8. Jun 24, 2020
  9. Jun 23, 2020
  10. Jun 22, 2020
    • Takashi Iwai's avatar
      Merge tag 'asoc-fix-v5.8-rc2' of... · 91ef3d9f
      Takashi Iwai authored
      Merge tag 'asoc-fix-v5.8-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
      
      ASoC: Fixes for v5.8
      
      This is a collection of mostly small fixes, mostly fixing fallout from
      some of the DPCM changes that went in last time around which shook out
      some issues on i.MX and Qualcomm platforms.  The addition of a managed
      version of snd_soc_register_dai() is to fix resource leaks.
      
      There's also a few new device IDs for x86 systems.
      91ef3d9f
  11. Jun 19, 2020
  12. Jun 18, 2020
  13. Jun 17, 2020