1. 07 6月, 2016 6 次提交
  2. 02 6月, 2016 2 次提交
  3. 01 6月, 2016 2 次提交
  4. 31 5月, 2016 8 次提交
  5. 30 5月, 2016 3 次提交
  6. 13 5月, 2016 1 次提交
  7. 12 5月, 2016 1 次提交
  8. 11 5月, 2016 3 次提交
  9. 05 5月, 2016 1 次提交
  10. 02 5月, 2016 6 次提交
  11. 29 4月, 2016 5 次提交
  12. 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