1. 13 6月, 2014 3 次提交
  2. 12 6月, 2014 2 次提交
    • T
      ALSA: intel8x0: Use ktime and ktime_get() · 2afe8be8
      Thomas Gleixner 提交于
      do_posix_clock_monotonic_gettime() is a leftover from the initial
      posix timer implementation which maps to ktime_get_ts() and returns
      the monotonic time in a timespec.
      
      Use ktime based ktime_get() and use the ktime_delta_us() function to
      calculate the delta instead of open coding the timespec math.
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      2afe8be8
    • M
      ALSA: hda - verify pin:converter connection on unsol event for HSW and VLV · b4f75aea
      Mengdong Lin 提交于
      This patch will verify the pin's coverter selection for an active stream
      when an unsol event reports this pin becomes available again after a display
      mode change or hot-plug event.
      
      For Haswell+ and Valleyview: display mode change or hot-plug can change the
      transcoder:port connection and make all the involved audio pins share the 1st
      converter. So the stream using 1st convertor will flow to multiple pins
      but active streams using other converters will fail. This workaround
      is to assure the pin selects the right conveter and an assigned converter is
      not shared by other unused pins.
      Signed-off-by: NMengdong Lin <mengdong.lin@intel.com>
      Cc: <stable@vger.kernel.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      b4f75aea
  3. 10 6月, 2014 1 次提交
  4. 09 6月, 2014 2 次提交
  5. 06 6月, 2014 4 次提交
  6. 05 6月, 2014 1 次提交
  7. 02 6月, 2014 2 次提交
  8. 30 5月, 2014 1 次提交
  9. 29 5月, 2014 3 次提交
  10. 27 5月, 2014 1 次提交
    • A
      ALSA: hda: fix tegra build · 16c23952
      Arnd Bergmann 提交于
      When CONFIG_PM is disabled, the CONFIG_SND_HDA_POWER_SAVE_DEFAULT symbol
      does not get defined, which causes a build error for the hda-tegra driver:
      
      hda/hda_tegra.c:80:25: error: 'CONFIG_SND_HDA_POWER_SAVE_DEFAULT' undeclared here (not in a function)
       static int power_save = CONFIG_SND_HDA_POWER_SAVE_DEFAULT;
                               ^
      /git/arm-soc/sound/pci/hda/hda_tegra.c:235:13: warning: 'hda_tegra_disable_clocks' defined but not used [-Wunused-function]
       static void hda_tegra_disable_clocks(struct hda_tegra *data)
                   ^
      
      This works around the problem by not referencing that macro
      when CONFIG_PM is disabled. Instead, we assume that it's disabled
      unconditionally and cannot be enabled at runtime.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Cc: Dylan Reid <dgreid@chromium.org>
      Cc: Stephen Warren <swarren@nvidia.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      16c23952
  11. 26 5月, 2014 6 次提交
  12. 23 5月, 2014 1 次提交
  13. 22 5月, 2014 1 次提交
  14. 21 5月, 2014 6 次提交
  15. 20 5月, 2014 2 次提交
  16. 19 5月, 2014 1 次提交
  17. 14 5月, 2014 1 次提交
  18. 13 5月, 2014 2 次提交