1. 02 10月, 2018 8 次提交
  2. 20 9月, 2018 15 次提交
  3. 30 8月, 2018 1 次提交
  4. 09 8月, 2018 11 次提交
  5. 26 7月, 2018 1 次提交
    • T
      ALSA: hda/ca0132 - Use NULL instead of 0 · bb86124c
      Takashi Iwai 提交于
      Use NULL for initializing the snd_kcontrol_new.tlv field, instead of
      0, as warned by sparse:
        sound/pci/hda/patch_ca0132.c:5519:22: warning: Using plain integer as NULL pointer
      
      Also, the driver does the same initialization twice, once for
      knew.tlv.c and another for knew.tlv.p while both point to the same
      address (these are union).  Drop the latter superfluous one.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      bb86124c
  6. 12 7月, 2018 2 次提交
  7. 22 6月, 2018 1 次提交
  8. 17 6月, 2018 1 次提交
    • A
      ALSA: hda/ca0132: Fix DMic data rate for Alienware M17x R4 · a57a46b9
      Alastair Bridgewater 提交于
      The commentary says to use various parameters, and lays out what
      the mapping is...  The code used a 32KHz rate when the comment
      says that it needs to use a 48KHz rate.  And this has been the
      case since day one.
      
      On the Alienware M17x R4, the DMic used to have exceptionally quiet
      pickup and a lot of noise.  Changing the data rate fixes both of
      these issues.
      
      Searching the kernel bug tracker for ca0132-related issues shows no
      mention of this being an issue for other hardware, and I have no
      other hardware to test with, so a quirk is used to limit the effect
      to just the M17x R4.
      Signed-off-by: NAlastair Bridgewater <alastair.bridgewater@gmail.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      a57a46b9