Skip to content
  1. Jul 16, 2015
  2. Jul 14, 2015
    • Takashi Iwai's avatar
      ALSA: line6: Fix -EBUSY error during active monitoring · 4d0e6775
      Takashi Iwai authored
      
      
      When a monitor stream is active, the next PCM stream access results in
      EBUSY error because of the check in line6_stream_start().  Fix this by
      just skipping the submission of pending URBs when the stream is
      already running instead.
      
      Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=101431
      Cc: <stable@vger.kernel.org> # v4.0+
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      4d0e6775
  3. Jul 08, 2015
  4. Jul 06, 2015
  5. Jul 01, 2015
  6. Jun 30, 2015
    • Colin Ian King's avatar
      ALSA: Fix uninintialized error return · 0755e74b
      Colin Ian King authored
      Static analysis with cppcheck found the following error:
        [sound/core/init.c:118]: (error) Uninitialized variable: err
      
      ..this was introduced by commit 2471b6c8
      ("ALSA: info: Register proc entries recursively, too") where the call
      to snd_info_card_register was removed and no longer setting the error
      return in err.  When snd_info_create_card_entry fails to allocate a
      an entry, the error path exits with garbage in err.  Fix is to return
      -ENOMEM if entry fails to be allocated.
      
      Fixes: 2471b6c8
      
       ("ALSA: info: Register proc entries recursively, too")
      Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      0755e74b
  7. Jun 29, 2015
  8. Jun 27, 2015
    • Takashi Iwai's avatar
      ALSA: hda - Add headset support to Acer Aspire V5 · 7819717b
      Takashi Iwai authored
      
      
      Acer Aspire V5 with ALC282 codec needs the similar quirk like Dell
      laptops to support the headset mic.  The headset mic pin is 0x19 and
      it's not exposed by BIOS, thus we need to fix the pincfg as well.
      
      Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=96201
      Cc: <stable@vger.kernel.org>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      7819717b
  9. Jun 26, 2015
  10. Jun 25, 2015
  11. Jun 23, 2015
    • Takashi Iwai's avatar
      ALSA: pcm: Fix pcm_class sysfs output · 60b93030
      Takashi Iwai authored
      The pcm_class sysfs of each PCM substream gives only "none" since the
      recent code change to embed the struct device.  Fix the code to point
      directly to the embedded device object properly.
      
      Fixes: ef46c7af
      
       ('ALSA: pcm: Embed struct device')
      Cc: <stable@vger.kernel.org> # v4.0+
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      60b93030
  12. Jun 22, 2015