- 02 Mar, 2005 37 commits
-
-
Jaroslav Kysela authored
USB generic driver This adds a USB MIDI quirk for the Roland FANTOM-X. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
-
Jaroslav Kysela authored
ALSA sequencer From Mikael Magnusson <mikaelmagnusson@glocalnet.net>: Added the missing module_init and module_exit entries. Signed-off-by: Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
CMIPCI driver Don't call query_chip() for CMI8338. It's for CMI8738/8768 only. Signed-off-by: Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
HDA Codec driver Fixed SPDIF digital input. Signed-off-by: Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
HDA Codec driver - Added the ALC882 support. Currently no model selections; full-mode with digital I/O only. - Fixed the widget assignment in ALC880 5-stack mode. Signed-off-by: Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
CMIPCI driver Hi, I made a patch for CM8768, which has the same PCI ID but there are several HW diffecece, aas listed: 1. 8768 has no PCM volume control. 2. The ADC of 8768 can only record in 44.1kHz or 48kHz. 3. 8768 can support up to 8 channels. I made change for item 2 and 3, I want to use the softvol plugin but don't know how to. The driver just don't generate the PCM volume slider for now. Signed-off-by: ChenLi Tien <cltien@cmedia.com.tw> Signed-off-by: Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
HDA Codec driver,HDA generic driver Fixed the SPDIF digital input support for HDA codecs. New controls 'IEC958 Capture Switch' and 'IEC958 Capture Default' are added. Signed-off-by: Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
USB generic driver Name the broadcast port 'Broadcast' instead of 'Broadcast/Control' because control messages are returned through the first MIDI port. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
-
Jaroslav Kysela authored
USB generic driver Ignore the 0xff padding bytes added by Emagic devices at the end of input packets. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
-
Jaroslav Kysela authored
USB generic driver Add the optional dump_urb call to send_bulk_static_data, too. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
-
Jaroslav Kysela authored
USB generic driver Add support for the Emagic USB MIDI protocol (raw MIDI with 'F5 xx' port switching) and for Unitor8/AMT8/MT4 devices. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
-
Jaroslav Kysela authored
Generic drivers Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
-
Jaroslav Kysela authored
ALSA sequencer Removed superfluous from_timer_port parameter from snd_seq_queue_process_event and queue_broadcast_event functions. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
-
Jaroslav Kysela authored
HDA Codec driver Fixed SPDIF output (over multi-out). Signed-off-by: Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
HDA generic driver Fixed mono volume/mute controls. They were handled as stereo mistakenly. Signed-off-by: Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
HDA Codec driver Don't set up the front stream twice in the loop. Signed-off-by: Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
ALSA sequencer Fix the compilation with 32bit compat support. Signed-off-by: Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
EMU10K1/EMU10K2 driver This patch removes an unnecessary printk accidentally left in the multichannel patch. Signed-off-by: Lee Revell <rlrevell@joe-job.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
KORG1212 driver Fixed the invalid use of readl/writel to normal pointers. Signed-off-by: Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
HDA Codec driver Use NULL for pointers instead of 0. Signed-off-by: Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
Wavefront drivers Added __user pointer casts to sys_*() arguments Signed-off-by: Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
EMU10K1/EMU10K2 driver Fix the access to __user pointers in some places. Added proper casts. Signed-off-by: Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
EMU10K1/EMU10K2 driver Fix compile with old gcc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
EMU10K1/EMU10K2 driver,GUS Library,ALSA<-OSS emulation,Trident driver YMFPCI driver,CMIPCI driver,Intel8x0-modem driver,Maestro3 driver ALI5451 driver,ICE1712 driver Use unsigned int :1 bitfields. Signed-off-by: Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
PCM Midlevel,RawMidi Midlevel,ALSA<-OSS emulation,ALSA sequencer Fixed __user pointers including other misc fixes: - replaced the obsolete CONFIG_SND_IOCTL32_EMUL. - added the proper segment change before passing the kernel pointer as the user pointer in PCM code. Signed-off-by: Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
Control Midlevel Fixed the call of a wrong function from ioctl. Signed-off-by: Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
Virtual Midi Can't have a boolean and a sign bit in 1 bit. Fix (14) boolean/bitfield sparse warning: include/sound/seq_virmidi.h:41:16: warning: dubious one-bit signed bitfield Signed-off-by: Randy Dunlap <rddunlap@osdl.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
AC97 Codec Revert the last addition for CM9761A support. The codec doesn't support the real control of Master/PCM volumes, too. Instead, fixed the default multi-channel register setting now. Signed-off-by: Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
AC97 Codec Fixed the codec patch for (probably) CM9761A. It looks incompatible with other CM9761 models. Signed-off-by: Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
USB generic driver add a compile-time option to log the contents of USB packets Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
-
Jaroslav Kysela authored
HDA Codec driver Fix the detection of AFG node with unsolicited events. Signed-off-by: Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
EMU10K1/EMU10K2 driver This patch adds a 'voices' /proc entry for debugging the voice allocator. It also increases the size of the ptr_regs files to display the values for all channels. Finally it updates the names of the EFX recording inputs from '???' to 'FXBUS2_*'. Signed-Off-By: Lee Revell <rlrevell@joe-job.com> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
-
Jaroslav Kysela authored
EMU10K1/EMU10K2 driver This series of patches adds a 16 channel non interleaved PCM playback device, hw:x,3, to the emu10k1 driver. It also adds support for the newly discovered per channel half loop interrupt. Signed-Off-By: Lee Revell <rlrevell@joe-job.com> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
-
Jaroslav Kysela authored
EMU10K1/EMU10K2 driver Update header file for multichannel support. Add some new register info. Signed-Off-By: Lee Revell <rlrevell@joe-job.com> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
-
Jaroslav Kysela authored
FM801 driver Signed-off-by: Jaroslav Kysela <perex@suse.cz>
-
Jaroslav Kysela authored
TEA575x tuner Signed-off-by: Jaroslav Kysela <perex@suse.cz>
-
Jaroslav Kysela authored
-
- 01 Mar, 2005 3 commits
-
-
Linus Torvalds authored
-
Greg Kroah-Hartman authored
You really don't want -2 (which was just a cut-and-paste of the initial value for the parameter) for the file mode in sysfs. Signed-off-by: Greg Kroah-Hartman <greg@kroah.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Chris Wright authored
Send audit repsonse to socket which request came from, rather than pid that request came from. Signed-off-by: Chris Wright <chrisw@osdl.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-