25 Feb, 2006

2 commits


21 Feb, 2006

1 commit

  • I'm getting oopses with snd-usb-audio in 32-bit compat environments:
    control_compat.c:get_ctl_type() doesn't initialize 'info', so
    'itemlist[uinfo->value.enumerated.item]' in
    usbmixer.c:mixer_ctl_selector_info() might access random memory (The 'if
    ((int)uinfo->value.enumerated.item >= cval->max)' doesn't fix all problems
    because of the unsigned -> signed conversion.)

    Signed-off-by: Juergen Kreileder
    Cc: Jaroslav Kysela
    Acked-by: Takashi Iwai
    Cc: Greg KH
    Cc:
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Juergen Kreileder
     

08 Feb, 2006

2 commits


04 Feb, 2006

1 commit


02 Feb, 2006

1 commit

  • Patch from Catalin Marinas

    AACI reports TX FIFO full after the first write to it if the AC97 is not
    enabled. This patch enables the AC97 probing before the check for the TX
    FIFO size. The patch also adds a warning if the TX FIFO size is not
    multiple of 16.

    Signed-off-by: Catalin Marinas
    Signed-off-by: Russell King

    Catalin Marinas
     

01 Feb, 2006

18 commits


23 Jan, 2006

2 commits

  • Modules: CS4236+ driver

    Signed-off-by: Jaroslav Kysela

    Jaroslav Kysela
     
  • Modules: PPC PMAC driver

    In 2.6.16-rc1 there is a small typo introduced by the
    'Remove device_node addrs/n_addr' changes
    which prevents my Powerbook G4 sound from working:

    Advanced Linux Sound Architecture Driver Version 1.0.11rc2
    (Wed Jan 04 08:57:20 2006 UTC).
    snd: can't request rsrc 0 (Sound Control: 0x80000000:80004fff)
    ALSA device list:
    No soundcards found.

    The patch below fixes it. Of course, the patch fixing the i2c issues
    ('i2c_smbus_write_i2c_block_data' patch) needs to be applied to in
    order for the sound to completly work.

    Signed-off-by: Stelian Pop
    Signed-off-by: Takashi Iwai

    Stelian Pop
     

22 Jan, 2006

13 commits