1. 19 12月, 2014 1 次提交
  2. 18 12月, 2014 1 次提交
  3. 17 12月, 2014 2 次提交
  4. 16 12月, 2014 1 次提交
  5. 15 12月, 2014 4 次提交
  6. 13 12月, 2014 1 次提交
  7. 10 12月, 2014 2 次提交
  8. 06 12月, 2014 1 次提交
  9. 03 12月, 2014 2 次提交
    • T
      ALSA: hda - Drop AZX_DCAPS_ALIGN_BUFSIZE · 103884a3
      Takashi Iwai 提交于
      We introduced AZX_DCAPS_ALIGN_BUFSIZE to explicity show that the
      controller needs the alignment, with a slight hope that the buffer
      size alignment will be disabled as default in future.  But the reality
      tells that most chips need the buffer size alignment, and it'll be
      likely enabled in future, too.
      
      This patch drops AZX_DCAPS_ALIGN_BUFSIZE to give back one more
      precious DCAPS bit for future use.  At the same time, rename
      AZX_DCAPS_BUFSIZE with AZX_DCAPS_NO_ALIGN_BUFSIZE for avoiding
      confusion.
      
      AZX_DCAPS_ALIGN_BUFSIZE are still kept (but commented out) in each
      DCAPS presets for a purpose as markers.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      103884a3
    • T
      ALSA: hda - Define the DCAPS preset for the old Intel chipsets · b42b4afb
      Takashi Iwai 提交于
      Just for improving readability.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      b42b4afb
  10. 02 12月, 2014 1 次提交
  11. 28 11月, 2014 2 次提交
    • T
      ALSA: hda - Allow forcibly enabling/disabling snoop · 7c732015
      Takashi Iwai 提交于
      User can pass snoop option to enable/disable the snoop behavior, but
      currently azx_check_snoop_available() always turns it off for some
      devices.  For better debuggability, change the parameter as bint, and
      allow user to enable/disable forcibly the snoop when specified via the
      module option.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      7c732015
    • T
      ALSA: hda - Add AZX_DCAPS_SNOOP_OFF (and refactor snoop setup) · 37e661ee
      Takashi Iwai 提交于
      Add a new driver_caps bit, AZX_DCAPS_SNOOP_OFF, to set the snoop off
      as default.  This new bit is used for the checks in
      azx_check_snoop_available().  Most of case-switches are replaced with
      the new dcaps in each entry.
      
      While working on it, for avoiding to spend more bits, combine three
      bits AZX_DCAPS_SNOOP_SCH, AZX_DCAPS_SNOOP_ATI and
      AZX_DCAPS_SNOOP_NVIDIA bits into a flat type of two bits.  This
      reduces the bits usages, and assign AZX_DCAPS_OFF to this empty bit
      now.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      37e661ee
  12. 27 11月, 2014 1 次提交
  13. 24 11月, 2014 2 次提交
  14. 21 11月, 2014 2 次提交
  15. 20 11月, 2014 1 次提交
  16. 18 11月, 2014 2 次提交
  17. 17 11月, 2014 1 次提交
  18. 13 11月, 2014 1 次提交
  19. 12 11月, 2014 1 次提交
    • K
      ALSA: hda/realtek - Change EAPD to verb control · 394c97f8
      Kailang Yang 提交于
      This will fix no sound in Linux system after reboot from windows.
      
      Change log:
      - alc662_fill_coef() is replaced with alc_fill_eapd_coef_idx()
        and move into alc_auto_init_amp().
      - For ALC262, ALC267, ALC268, ALC269, ALC233, ALC255, ALC280, ALC282,
        ALC283, ALC284, ALC285, ALC286, ALC288, ALC290, ALC292, ALC293, ALC294,
        ALC668, ALC888VC, ALC888VD, ALC891, ALC892, ALC898 and ALC1150, add update
        COEF control for EAPD setting.
      - Remove alc269_fill_coef() for update EAPD control line.
      
      ADDITIONAL NOTE:
      Many Realtek cdoecs have a COEF bit to switch the master amp control
      between COEF and EAPD.  Windows drivers seem using COEF while we use
      EAPD, which is more standard.  As a result, some system suffer from
      the silent output when booting after Windows.  This patch sets the
      COEF bits on the relevant codecs properly to switch to EAPD control.
      
      Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=87771Signed-off-by: NKailang Yang <kailang@realtek.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      394c97f8
  20. 11 11月, 2014 1 次提交
  21. 09 11月, 2014 1 次提交
  22. 06 11月, 2014 1 次提交
  23. 05 11月, 2014 1 次提交
  24. 30 10月, 2014 5 次提交
  25. 29 10月, 2014 2 次提交