1. 02 6月, 2016 1 次提交
  2. 01 6月, 2016 2 次提交
  3. 31 5月, 2016 8 次提交
  4. 30 5月, 2016 3 次提交
  5. 13 5月, 2016 1 次提交
  6. 12 5月, 2016 1 次提交
  7. 11 5月, 2016 3 次提交
  8. 05 5月, 2016 1 次提交
  9. 02 5月, 2016 6 次提交
  10. 29 4月, 2016 5 次提交
  11. 22 4月, 2016 2 次提交
    • V
      ASoC: Intel: Atom: fix boot warning · fba0d706
      Vinod Koul 提交于
      Users have reported seeing this false warning on atom driver
      
      [    5.647469] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 0 doesn't have DAPM widget!!!
      [    5.661612] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 1 doesn't have DAPM widget!!!
      [    5.661646] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 2 doesn't have DAPM widget!!!
      [    5.661681] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 3 doesn't have DAPM widget!!!
      [    5.661708] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in0_0 doesn't have DAPM widget!!!
      [    5.661738] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in0_1 doesn't have DAPM widget!!!
      [    5.661771] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_0 doesn't have DAPM widget!!!
      [    5.661807] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_1 doesn't have DAPM widget!!!
      
      This is caused when check for control is not being associated
      with a dapm widget, but the check is wrong as the else case
      maybe triggered when widget is not powered up, so we should
      check if widget is associated before printing this message.
      Tested-by: NSandeep Tayal <sandeepx.tayal@intel.com>
      Tested-by: NPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
      Signed-off-by: NVinod Koul <vinod.koul@intel.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      fba0d706
    • S
      ASoC: Intel: Skylake: Use UUID in binary format · 09305da9
      Shreyas NC 提交于
      To avoid complex string manipulations with UUID in canonical
      form, use UUID in binary format.
      Signed-off-by: NShreyas NC <shreyas.nc@intel.com>
      Signed-off-by: NVinod Koul <vinod.koul@intel.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      09305da9
  12. 21 4月, 2016 1 次提交
  13. 12 4月, 2016 1 次提交
  14. 09 4月, 2016 1 次提交
    • L
      ACPI / utils: Rename acpi_dev_present() · c68ae33e
      Lukas Wunner 提交于
      acpi_dev_present() was originally named after pci_dev_present()
      to signify the similarity of the two functions.
      
      However Rafael J. Wysocki pointed out that the exported function
      acpi_dev_present() is easily confused with the non-exported
      acpi_device_is_present(). Additionally in ACPI parlance the term
      "present" usually refers to the "device is present" bit returned
      by the _STA control method, yet acpi_dev_present() merely checks
      presence in the namespace. It does not invoke _STA at all, let
      alone check the "device is present" bit.
      
      As suggested by Rafael, rename the function to acpi_dev_found()
      and adjust all existing call sites.
      Signed-off-by: NLukas Wunner <lukas@wunner.de>
      Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
      c68ae33e
  15. 07 4月, 2016 1 次提交
  16. 03 4月, 2016 1 次提交
  17. 31 3月, 2016 2 次提交