1. 05 Mar, 2016 1 commit
    • Pierre-Louis Bossart's avatar
      ASoC: Intel: common: filter ACPI devices with _STA return value · cab47385
      Pierre-Louis Bossart authored
      BIOS vendors typically list multiple audio codecs in the DSDT
      table and enable the relevant one by changing the return value
      of the _STA method.
      
      With the current code, all devices are reported by
      acpi_dev_present(), regardless of the _STA return values. This
      causes errors on probe with the wrong machine driver being loaded.
      
      This patch essentially reverts 'commit 6f08cbda
      ("ASoC: Intel: Use acpi_dev_present()")' and adds code to
      force the evaluation of the _STA method.
      
      A better solution might be to make sure the ACPI subsystem only
      reports devices with a _STA value of 0xf but apparently it's
      problematic so dealing with this in the audio subsystem directly.
      Signed-off-by: default avatarPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      cab47385
  2. 02 Mar, 2016 3 commits
  3. 01 Mar, 2016 1 commit
  4. 26 Feb, 2016 1 commit
  5. 24 Feb, 2016 7 commits
  6. 22 Feb, 2016 3 commits
  7. 19 Feb, 2016 9 commits
  8. 17 Feb, 2016 1 commit
  9. 15 Feb, 2016 10 commits
  10. 08 Feb, 2016 4 commits