1. 11 11月, 2014 1 次提交
  2. 16 9月, 2014 1 次提交
  3. 11 9月, 2014 1 次提交
    • T
      ALSA: hda - Get rid of action field from struct hda_jack_tbl · 62f949bf
      Takashi Iwai 提交于
      The action value assigned to each hda_jack_tbl entry is mostly
      superfluous.  The actually used values are either the widget NID or a
      value specific to the callback.
      
      The former case can be simply replaced by a reference to widget NID
      itself.  The only place doing the latter is STAC/IDT codec driver for
      the powermap handling.  But, the code doesn't need to check the action
      field at all -- the function jack_update_power() is called either with
      a specific pin or with NULL.  So the check of jack->action can be
      removed completely there, too.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      62f949bf
  4. 10 8月, 2014 1 次提交
    • T
      ALSA: hda/ca0132 - Don't try loading firmware at resume when already failed · e24aa0a4
      Takashi Iwai 提交于
      CA0132 driver tries to reload the firmware at resume.  Usually this
      works since the firmware loader core caches the firmware contents by
      itself.  However, if the driver failed to load the firmwares
      (e.g. missing files), reloading the firmware at resume goes through
      the actual file loading code path, and triggers a kernel WARNING like:
      
       WARNING: CPU: 10 PID:11371 at drivers/base/firmware_class.c:1105 _request_firmware+0x9ab/0x9d0()
      
      For avoiding this situation, this patch makes CA0132 skipping the f/w
      loading at resume when it failed at probe time.
      Reported-and-tested-by: NJanek Kozicki <cosurgi@gmail.com>
      Cc: <stable@vger.kernel.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      e24aa0a4
  5. 25 6月, 2014 1 次提交
  6. 25 2月, 2014 1 次提交
    • T
      ALSA: hda - Replace with standard printk · 4e76a883
      Takashi Iwai 提交于
      Use dev_err() and co for messages from HD-audio controller and codec
      drivers.  The codec drivers are mostly bound with codec objects, so
      some helper macros, codec_err(), codec_info(), etc, are provided.
      They merely wrap the corresponding dev_xxx().
      
      There are a few places still calling snd_printk() and its variants
      as they are called without the codec or device context.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      4e76a883
  7. 19 2月, 2014 2 次提交
  8. 15 2月, 2014 1 次提交
  9. 13 9月, 2013 1 次提交
  10. 28 6月, 2013 1 次提交
  11. 05 4月, 2013 1 次提交
  12. 02 4月, 2013 1 次提交
  13. 15 3月, 2013 3 次提交
  14. 07 3月, 2013 1 次提交
  15. 12 2月, 2013 2 次提交
  16. 11 2月, 2013 1 次提交
  17. 10 2月, 2013 2 次提交
  18. 07 2月, 2013 1 次提交
    • T
      ALSA: hda - Fix misc compile warnings in patch_ca0132.c · 9a0869f4
      Takashi Iwai 提交于
        sound/pci/hda/patch_ca0132.c: In function ‘ca0132_is_vnode_effective’:
        sound/pci/hda/patch_ca0132.c:3331:15: warning: ‘nid’ may be used uninitialized in this function [-Wmaybe-uninitialized]
        sound/pci/hda/patch_ca0132.c:4345:13: warning: ‘ca0132_download_dsp’ defined but not used [-Wunused-function]
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      9a0869f4
  19. 05 2月, 2013 1 次提交
  20. 16 1月, 2013 13 次提交
  21. 15 1月, 2013 3 次提交