1. 01 Apr, 2014 1 commit
    • Takashi Iwai's avatar
      ALSA: hda - Fix inconsistent Mic mute LED · 4c74007d
      Takashi Iwai authored
      commit 7fe30711 upstream.
      
      The current code for controlling mic mute LED in patch_sigmatel.c
      blindly assumes that there is a single capture switch.  But, there can
      be multiple multiple ones, and each of them flips the state, ended up
      in an inconsistent state.
      
      For fixing this problem, this patch adds kcontrol to be passed to the
      hook function so that the callee can check which switch is being
      accessed.  In stac_capture_led_hook(), the state is checked as a
      bitmask, and turns on the LED when all capture switches are off.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
      4c74007d
  2. 31 Mar, 2014 38 commits
  3. 27 Mar, 2014 1 commit
    • Jiri Slaby's avatar
      iscsi/iser-target: fix build warning · fb5277ee
      Jiri Slaby authored
      With upstream commit defd8848, 3.12
      commit 2f82fa98, we introduced a
      warning:
        drivers/infiniband/ulp/isert/ib_isert.c: In function 'isert_cq_rx_comp_err':
        drivers/infiniband/ulp/isert/ib_isert.c:##L##: warning: unused variable 'ib_dev' [-Wunused-variable]
      
      Remove ib_dev as it is unused.
      Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
      Cc: Sagi Grimberg <sagig@mellanox.com>
      Cc: Or Gerlitz <ogerlitz@mellanox.com>
      Cc: Nicholas Bellinger <nab@linux-iscsi.org>
      fb5277ee