1. 05 7月, 2013 11 次提交
  2. 04 7月, 2013 4 次提交
    • S
      ASoC: wm8962: fix NULL pdata pointer · 4642aabd
      Shawn Guo 提交于
      There is an error in merge commit 384b8345 on conflict resolution which
      causes the following NULL pdata pointer bug.
      
      wm8962 0-001a: customer id 0 revision D
      Unable to handle kernel NULL pointer dereference at virtual address 00000004
      pgd = 80004000
      [00000004] *pgd=00000000
      Internal error: Oops: 5 [#1] SMP ARM
      Modules linked in:
      CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.10.0+ #1
      task: bf870000 ti: bf874000 task.ti: bf874000
      PC is at wm8962_probe+0x134/0x6c8
      LR is at regmap_unlock_mutex+0x10/0x14
      pc : [<80452100>]    lr : [<80304cf4>]    psr: a0000113
      sp : bf875c98  ip : 00000000  fp : bf875cd4
      r10: 00000000  r9 : bfb1830c  r8 : 80779bc4
      r7 : 00000000  r6 : 00000001  r5 : bfbac010  r4 : bfb33e00
      r3 : 80304ce4  r2 : 00000000  r1 : 00000001  r0 : fffffffb
      Flags: NzCv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment kernel
      Control: 10c53c7d  Table: 1000404a  DAC: 00000017
      Process swapper/0 (pid: 1, stack limit = 0xbf874238)
      Stack: (0xbf875c98 to 0xbf876000)
      ...
      
      Fix the error by assigning pdata a correct pointer.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      4642aabd
    • A
      ASoC: imx-sgtl5000: return E_PROBE_DEFER if ssi/codec not found · 28e5ca73
      Arnaud Patard (Rtp) 提交于
      If the ssi or codec drivers are not loaded (for instance, because spi or i2c
      bus drivers are not loaded), returning -EINVAL will for people to unload and
      then reload the module to get sound working. Returning E_PROBE_DEFER will
      mitigate this.
      Signed-off-by: NArnaud Patard <arnaud.patard@rtp-net.org>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      28e5ca73
    • S
      ASoC: Samsung: Remove redundant comment · b3ff0466
      Sachin Kamat 提交于
      There is a typo in the filename (i2c mentioned instead of i2s).
      However, this is a redundant piece of information. Delete it
      altogether.
      Signed-off-by: NSachin Kamat <sachin.kamat@linaro.org>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      b3ff0466
    • T
      ALSA: hda - Fix EAPD vmaster hook for AD1884 & co · 8f0b3b7e
      Takashi Iwai 提交于
      ad1884_fixup_hp_eapd() tries to set the NID for controlling the
      speaker EAPD from the pin configuration.  But the current code can't
      work expectedly since it sets spec->eapd_nid before calling the
      generic parser where the autocfg pins are set up.
      
      This patch changes the function to set spec->eapd_nid after the
      generic parser call while it sets vmaster hook unconditionally.  The
      spec->eapd_nid check is moved in the hook function itself instead.
      
      Cc: <stable@vger.kernel.org> [v3.9+]
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      8f0b3b7e
  3. 03 7月, 2013 1 次提交
  4. 02 7月, 2013 1 次提交
  5. 01 7月, 2013 7 次提交
  6. 30 6月, 2013 16 次提交