- 22 Sep, 2004 10 commits
-
-
Jaroslav Kysela authored
Documentation Signed-off-by:
Clemens Ladisch <clemens@ladisch.de>
-
Jaroslav Kysela authored
AC97 Codec Core,ATIIXP driver,Intel8x0 driver,VIA82xx driver Include the AC97 codec name in the card longname of motherboard controllers. (to enhance the chance of getting useful bug reports :) Signed-off-by:
Clemens Ladisch <clemens@ladisch.de>
-
Jaroslav Kysela authored
Intel8x0-modem driver Driver name is always ICH-MODEM as defined in alsa-lib config. Cosmetic cleanups: unused include files, MODULE_DEVICE update. Signed-off-by:
Sasha Khapyorsky <sashak@smlink.com> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
ICE1712 driver Signed-off-by:
Kouichi ONO <co2b@ceres.dti.ne.jp> Signed-off-by:
Jaroslav Kysela <perex@suse.cz>
-
Jaroslav Kysela authored
ALSA sequencer Here's a patch that ensures the copy_to_user() return value gets checked and acted upon if it is != 0 (that is, if we failed to copy all data) in snd_seq_read(). Signed-off-by:
Jesper Juhl <juhl-lkml@dif.dk> Signed-off-by:
Jaroslav Kysela <perex@suse.cz>
-
Jaroslav Kysela authored
AC97 Codec Core,Intel8x0 driver This patch adds a AC97_SCAP_DETECT_BY_VENDOR flag for Xbox. If the flag is set, the AC97 codec is detected only by reading of a reasonable vendor ID. It seems that Xbox has accessible only vendor/device ID registers for reading. Also, a new xbox parameter for snd-intel8x0 has been introduced to let user force this behaviour. Signed-off-by:
Jaroslav Kysela <perex@suse.cz>
-
Jaroslav Kysela authored
Generic drivers Signed-off-by:
Jaroslav Kysela <perex@suse.cz>
-
Jaroslav Kysela authored
USB generic driver Instead of assuming 48 kHz, the driver now detects the current sample rate setting. Signed-off-by:
Clemens Ladisch <clemens@ladisch.de>
-
Jaroslav Kysela authored
ICE1712 driver,ICE1724 driver Signed-off-by:
Kouichi ONO <co2b@ceres.dti.ne.jp> Signed-off-by:
Jaroslav Kysela <perex@suse.cz>
-
Jaroslav Kysela authored
ALSA<-OSS emulation This patch fixes the OSS PCM write() in O_NONBLOCK mode. The previous code had not returned partial written bytes. Signed-off-by:
Jaroslav Kysela <perex@suse.cz>
-
- 06 Sep, 2004 20 commits
-
-
Jaroslav Kysela authored
EMU10K1/EMU10K2 driver This patch will add better support for Audigy DSP. More gpr, instruction and tram. It will break binary compatibility for app which use emu10k1 hwdep. Signed-off-by:
Peter Zubaj <pzad@pobox.sk> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
Intel8x0 driver Added an AC97 quirk entry for Compaq Evo W4000. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
BT87x driver stop the PCM if the hardware reports FIFO/PCI errors Signed-off-by:
Clemens Ladisch <clemens@ladisch.de>
-
Jaroslav Kysela authored
Documentation,AC97 Codec Core,Intel8x0 driver,CS46xx driver Since there are more than one (broken) implementation of EAPD bit on ac97 chips, the new scaps bit is added for the inverted EAPD. Also, AC97_TUNE_INV_EAPD is used to tune this behavior later by snd_ac97_tune_hardware(). The ac97 quirk entry for Sony S1XP is added to turn this on. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
VIA82xx driver Added an ac97 quirk entry for Soltek SL-75DRV5. Since the PCI subsystem id is identical with ASRock K7VT2, codec_id is used additionally to tell between them. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
AC97 Codec Core Added codec_id field to ac97_quirk struct so that the devices with the same PCI subsystem IDs but with different AC97 chips can be distinguished properly. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
AC97 Codec Core,VIA82xx driver Added a new shared type AC97_SHARED_TYPE_VIA for via82xx southbridge to share codecs between audio and modem drivers. Signed-off-by:
Sasha Khapyorsky <sashak@smlink.com> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
USB generic driver The LineX FM Transmitter needs a mixer quirk entry to ignore control errors. Signed-off-by:
Lonnie Mendez <dignome@gmail.com> Signed-off-by:
Clemens Ladisch <clemens@ladisch.de>
-
Jaroslav Kysela authored
Documentation,PCI drivers,Intel8x0 driver snd-intel8x0's gameport/MIDI code has quite a few problems: the port addresses cannot be detected reliably (or not at all with newer LPC bridge devices), joystick port address 0x208 isn't supported, the MIDI interrupt isn't detected, PnP isn't supported, changing the port addresses in the LPC bridge configuration doesn't affect the devices in the Super-I/O chip connected to the LPC bus, and registering this driver for the LPC bridge PCI device prevents other drivers using the LPC's PCI id from loading later. All these problems can be cured by removing the offending code and using the proper modules for these devices (ns558/snd-mpu401) instead. Signed-off-by:
Clemens Ladisch <clemens@ladisch.de>
-
Jaroslav Kysela authored
Intel8x0 driver Signed-off-by: <castet.matthieu@free.fr> Signed-off-by:
Clemens Ladisch <clemens@ladisch.de>
-
Jaroslav Kysela authored
ENS1370/1+ driver The high latency in prepare callback of ens1371 driver is fixed. The *_rate_set() functions are moved outside of spinlock, and cond_resched() is inserted in the busy probing loop. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
ALSA sequencer The auto-loading of sequencer modules is suppressed in module_init(). The recent module-init-tools may cause blocking. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
Intel8x0 driver Signed-off-by: <castet.matthieu@free.fr> Signed-off-by:
Clemens Ladisch <clemens@ladisch.de>
-
Jaroslav Kysela authored
Documentation,AC97 Codec Core,Intel8x0 driver Signed-off-by:
Clemens Ladisch <clemens@ladisch.de>
-
Jaroslav Kysela authored
KORG1212 driver The DSP firmware download timeout has been increased; Some concurrent device settings has been fixed (I have shameless copied some code from RME9652); and One debug message was fixed. Signed-off-by:
Haroldo Gamal <gamal@alternex.com.br> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
Memalloc module __GFP_NOWARN is enabled for DMA buffer allocation regardless of its size. The DMA buffer allocation is not a critical task. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
Memalloc module __GFP_NORETRY is added to the DMA buffer allocator to avoid triggering OOM-killer. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
ES18xx driver Fixed a bug in setting the filter register. A fix from the kernel OSS driver. The original report/patch is from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=204147Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
ICE1712 driver Allow the private EEPROM image for evaluation boards The driver may have a private EEPROM image instead of reading from the board (as well as ice1724 does). It'll be helpful for test boards. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
ENS1370/1+ driver Fixed AC3-passthru on ens1371/1373 boards. SRC is bypassed when the sample rate is 48k, so that the non-audio signal won't be broken. The other sample rates still need SRC. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
- 05 Sep, 2004 1 commit
-
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
- 06 Sep, 2004 1 commit
-
-
Ben Dooks authored
Patch from Ben Dooks Include the central code for detecting the cpu in use, and initialising it's IO. Updated all mach-XXX.c files to use this new init. Added the first stage of the new serial port code by calling s3c2410_init_uarts() instead of just setting a variable. Updates mach-h1940.c to prefix with h1940_ instead of ipaq_ Small fixes for redundant code Signed-off-by: Ben Dooks
-
- 05 Sep, 2004 8 commits
-
-
Dave Jiang authored
Patch from Dave Jiang Rewrite if uncompress.h to use the proper machine_is_X function call.
-
Dave Jiang authored
Patch from Dave Jiang arch/arm/mm Removed offending #ifdefs for MACH names. Grouped into different IOP families.
-
Dave Jiang authored
Patch from Dave Jiang arch/arm/mach-iop3xx update Removed busy while loop and replaced with mdelay() from patch 2036/1
-
Dave Jiang authored
Patch from Dave Jiang arch/arm/kernel changes
-
Dave Jiang authored
Patch from Dave Jiang arch/arm/configs updates for defconfigs for all IOP platforms
-
Dave Jiang authored
Patch from Dave Jiang This patch depends on the applied patches of 1963/1 2017/1 This is the arch/arm/boot directory As to address RMK's previous questions in head-xscale.S, all that are workarounds for improper things coming from redboot. Currently the distribution redboot for IOP does not pass in correct MACH ID or setup the memory map correctly after exec (according to Deepak). So we have to fix it. I'm working on pushing the IOP redboot developer to fix those things at a later date.
-
Ben Dooks authored
Patch from Ben Dooks Add PWM timers 0 through 3 Update ID on single devices to -1 Signed-off-by: Ben Dooks
-
Ben Dooks authored
Patch from Ben Dooks NAND flash controller register definitions
-