1. 12 Nov, 2013 2 commits
    • Takashi Iwai's avatar
      ALSA: msnd: Avoid duplicated driver name · 092f9cd1
      Takashi Iwai authored
      msnd_pinnacle.c is used for both snd-msnd-pinnacle and
      snd-msnd-classic drivers, and both should have different driver
      names.  Using the same driver name results in the sysfs warning for
      duplicated entries like
       kobject: 'msnd-pinnacle.7' (cec33408): kobject_release, parent   (null) (delayed)
       kobject: 'msnd-pinnacle' (cecd4980): kobject_release, parent cf3ad9b0 (delayed)
       ------------[ cut here ]------------
       WARNING: CPU: 0 PID: 1 at fs/sysfs/dir.c:486 sysfs_warn_dup+0x7d/0xa0()
       sysfs: cannot create duplicate filename '/bus/isa/drivers/msnd-pinnacle'
       ......
      Reported-by: default avatarFengguang Wu <fengguang.wu@intel.com>
      Cc: <stable@vger.kernel.org>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      092f9cd1
    • Richard Fitzgerald's avatar
      ALSA: compress_core: don't return -EBADFD from poll if paused · c15b149a
      Richard Fitzgerald authored
      Pausing audio playback is not an illegal state so it doesn't
      seem sensible for poll() to return -EBADFD on a paused stream.
      There's also no reason to assume that we can't write more data
      to the DSP while playback is paused. Remove the -EBADFD so that
      a stream in paused state will still report the buffer
      availability from poll(). It is up to the user process to
      manage its state so that it knows whether it is paused or not.
      Signed-off-by: default avatarRichard Fitzgerald <rf@opensource.wolfsonmicro.com>
      Acked-by VInod Koul <vinod.koul@intel.com>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      c15b149a
  2. 11 Nov, 2013 7 commits
  3. 08 Nov, 2013 31 commits