Skip to content
Snippets Groups Projects
  1. Nov 28, 2020
    • Takashi Iwai's avatar
      ALSA: hda/generic: Add option to enforce preferred_dacs pairs · 242d990c
      Takashi Iwai authored
      The generic parser accepts the preferred_dacs[] pairs as a hint for
      assigning a DAC to each pin, but this hint doesn't work always
      effectively.  Currently it's merely a secondary choice after the trial
      with the path index failed.  This made sometimes it difficult to
      assign DACs without mimicking the connection list and/or the badness
      table.
      
      This patch adds a new flag, obey_preferred_dacs, that changes the
      behavior of the parser.  As its name stands, the parser obeys the
      given preferred_dacs[] pairs by skipping the path index matching and
      giving a high penalty if no DAC is assigned by the pairs.  This mode
      will help for assigning the fixed DACs forcibly from the codec
      driver.
      
      Cc: <stable@vger.kernel.org>
      Link: https://lore.kernel.org/r/20201127141104.11041-1-tiwai@suse.de
      
      
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      242d990c
  2. Nov 27, 2020
  3. Nov 26, 2020
  4. Nov 25, 2020
  5. Nov 24, 2020
  6. Nov 23, 2020
  7. Nov 20, 2020
  8. Nov 19, 2020
  9. Nov 18, 2020
  10. Nov 17, 2020
  11. Nov 16, 2020
  12. Nov 13, 2020
  13. Nov 11, 2020
  14. Nov 07, 2020
  15. Nov 05, 2020
  16. Nov 04, 2020
  17. Nov 03, 2020
  18. Oct 29, 2020
  19. Oct 28, 2020
Loading