2002-10-06 19:34:21

by Jaroslav Kysela

[permalink] [raw]
Subject: [PATCH] ALSA update

Linus, please do a

bk pull http://linux-sound.bkbits.net/linux-sound

This will update the following files:

include/sound/version.h | 2
sound/core/info.c | 6
sound/core/sound.c | 9
sound/isa/sgalaxy.c | 21 -
sound/pci/Config.in | 4
sound/pci/cs46xx/dsp_spos.c | 1
sound/pci/cs46xx/dsp_spos_scb_lib.c | 1
sound/sound_core.c | 15 -
sound/usb/usbaudio.c | 183 +++++++++-----
sound/usb/usbaudio.h | 29 +-
sound/usb/usbmidi.c | 395 ++++++++++++++++++++++++-------
sound/usb/usbquirks.h | 451 ++++++++++++++++++++++++------------
12 files changed, 770 insertions(+), 347 deletions(-)

through these ChangeSets:

<[email protected]> (02/10/05 1.696.1.3)
ALSA update
- updated config descriptions for EMU10K1 and INTEL8X0

<[email protected]> (02/10/05 1.696.1.2)
ALSA update
- CS46xx driver - removed unused variable
- USB code
- pass struct usb_interface pointer to the usb-midi parser.
in usb-midi functions, this instance is used instead of parsing
the interface from dev and ifnum.
- allocate the descriptor buffer only for parsing the audio device.
- clean up, new probe/disconnect callbacks for 2.4 API.
- added the support for Yamaha and Midiman devices.

<[email protected]> (02/10/04 1.696.1.1)
ALSA
- DEVFS cleanup - removal of compatibility code for 2.2 and 2.4 kernels
- fixed sgalaxy driver (save_flags/cli/restore_flags removal)
- USB Audio driver
- added the missing dev_set_drvdata() for 2.5 API
- simplified the conexistence of old and new USB APIs
- don't skip the active capture urbs
- added the debug print for active capture urbs
- don't change runtime->rate even if the current rate is not same
- check the bandwidth for urbs (for tests only, now commented out)


Jaroslav

-----
Jaroslav Kysela <[email protected]>
Linux Kernel Sound Maintainer
ALSA Project http://www.alsa-project.org
SuSE Linux http://www.suse.com


2002-10-06 23:54:28

by Linus Torvalds

[permalink] [raw]
Subject: Re: [PATCH] ALSA update


On Sun, 6 Oct 2002, Jaroslav Kysela wrote:
> Linus, please do a
>
> bk pull http://linux-sound.bkbits.net/linux-sound
>
> This will update the following files:

Thanks, looks good, and easy merge.

Linus