1. 28 11月, 2013 1 次提交
    • T
      ALSA: hda - Check leaf nodes to find aamix amps · 2ded3e5b
      Takashi Iwai 提交于
      The current generic parser assumes blindly that the volume and mute
      amps are found in the aamix node itself.  But on some codecs,
      typically Analog Devices ones, the aamix amps are separately
      implemented in each leaf node of the aamix node, and the current
      driver can't establish the correct amp controls.  This is a regression
      compared with the previous static quirks.
      
      This patch extends the search for the amps to the leaf nodes for
      allowing the aamix controls again on such codecs.
      In this implementation, I didn't code to loop through the whole paths,
      since usually one depth should suffice, and we can't search too
      deeply, as it may result in the conflicting control assignments.
      
      Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=65641
      Cc: <stable@vger.kernel.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      2ded3e5b
  2. 27 11月, 2013 4 次提交
  3. 26 11月, 2013 3 次提交
  4. 22 11月, 2013 3 次提交
  5. 21 11月, 2013 3 次提交
  6. 20 11月, 2013 7 次提交
  7. 19 11月, 2013 3 次提交
  8. 18 11月, 2013 2 次提交
  9. 15 11月, 2013 6 次提交
  10. 14 11月, 2013 5 次提交
  11. 13 11月, 2013 3 次提交