Skip to content
Snippets Groups Projects
  1. Apr 20, 2006
    • Adrian Bunk's avatar
      [PATCH] update OBSOLETE_OSS_DRIVER schedule and dependencies · aafda4e0
      Adrian Bunk authored
      Update the schedule for the removal of drivers depending on
      OBSOLETE_OSS_DRIVER as follows:
      
      - adjust OBSOLETE_OSS_DRIVER dependencie
      - from the release of 2.6.16 till the release of 2.6.17:
        approx. two months for users to report problems with the ALSA
        drivers for the same hardware
      - after the release of 2.6.17 (and before 2.6.18):
        remove the subset of drivers marked at OBSOLETE_OSS_DRIVER without
        known regressions in the ALSA drivers for the same hardware
      
      Additionally, correct some OBSOLETE_OSS_DRIVER dependencies.
      A rationale of the changes is in
        http://lkml.org/lkml/2006/1/28/135
      
      
      
      Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      aafda4e0
    • Jon Masters's avatar
      [PATCH] sound: fix hang in mpu401_uart.c · 962f831f
      Jon Masters authored
      
      This fixes a hang in mpu401_uart.c that can occur when the mpu401 interface
      is non-existent or otherwise doesn't respond to commands but we issue IO
      anyway.  snd_mpu401_uart_cmd now returns an error code that is passed up
      the stack so that an open() will fail immediately in such cases.
      
      Eventually discovered after wine/cxoffice would constantly cause hard
      lockups on my desktop immediately after loading (emulating Windows too
      well).  Turned out that I'd recently moved my sound cards around and using
      /dev/sequencer now talks to a sound card with a broken MPU.
      
      This second version changes -EFAULT to -EIO and frees open resources on
      error too.  Test booted and seems to work ok.
      
      Signed-off-by: default avatarJon Masters <jcm@jonmasters.org>
      Cc: Jaroslav Kysela <perex@suse.cz>
      Acked-by: default avatarTakashi Iwai <tiwai@suse.de>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      962f831f
  2. Apr 12, 2006
  3. Apr 11, 2006
  4. Mar 31, 2006
Loading