- 07 Oct, 2004 7 commits
-
-
Jaroslav Kysela authored
PCM Midlevel This patch fixes the dead-locking of linked PCM streams when drain/drop is called. The counter field is added to pcm group struct to handle link/unlink more easily. When the PCM streams are linked, start/drain/drop are operated to all linked streams. The drain will wait until draining of all linked streams are finished. The XRUN triggers stopping of all linked streams and changes the state of all of them to XRUN even if only one of them is actually in XRUN. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
ICE1712 driver GPIO directions changed * GPIO>22 not configured as they do not exist * GPIO22 set to output (CS8415A CS pin) * GPIO21 set to input. (SPI MISO pin) Init sequence of CS8415A changed: * SWCLK is set to 1 (OMCK output to RMCK pin) * MUX2:0 is set to 001 (S/PDIF input on RXP1) * SODEL is set to 1 (MSB of SDOUT data occurs if the second OSCLK period after the OLRCK edge) * SOLRPOL is set to 1 (SDOUT data is for the right channel with OLRCK is high) Signed-off-by:
Peter Christensen <peter@christensen> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
ICE1712 driver Fix GPIO pin directions and use RXP1 instead of RXP0 as S/PDIF source on CS8415A Signed-off-by:
Peter Christensen <peter@developers.dk> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
VIA82xx driver From: 1 1 <anoy@mail.ru> I have tested my MB GA-7VAX and want to say you that you should use VIA_DXS_ENABLE instead VIA_DXS_NO_VRA. On the maximum volume output level with VIA_DXS_NO_VRA there is abnormal loud noise, and with VIA_DXS_ENABLE there are much less noises. And I have detected unused code section. Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
RME HDSP driver Fixes and clean up of GET_PEAK_RMS ioctl. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
au88x0 driver cleanup au88x0 equalizer code by factoring out a sign_invert function that ensures all negative integers become positive. Signed-off-by:
Jeff Muizelaar <muizelaar@rogers.com> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
RME HDSP driver The variable types are declared explicitly like u32 and u64 to avoid ambiguity. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
- 22 Sep, 2004 29 commits
-
-
Jaroslav Kysela authored
BT87x driver don't stop capture on errors because there's too much broken hardware out there Signed-off-by:
Clemens Ladisch <clemens@ladisch.de>
-
Jaroslav Kysela authored
ALSA sequencer Signed-off-by:
Clemens Ladisch <clemens@ladisch.de>
-
Jaroslav Kysela authored
-
Jaroslav Kysela authored
into suse.cz:/home/perex/bk/linux-sound/linux-sound
-
Jaroslav Kysela authored
au88x0 driver use CARD_NAME_SHORT as driver name to allow different configuration file aliases in alsa-lib Signed-off-by:
Clemens Ladisch <clemens@ladisch.de>
-
Jaroslav Kysela authored
Intel8x0 driver Force to set SPDIF rate when PCMOUT is used on ICH[1-3]. ICH4, NFORCE and ALI uses a separate DMA for SPDIF. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
RME HDSP driver Fixed the loading of firmware data and the handling of meter mmap on 64bit architectures. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
RME32 driver - disables buffer prefill in halfduplex mode, which fixes segmentation fault of rme32 for playback in halfduplex mode Signed-Off-By:
Martin Langer <martin-langer@gmx.de> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
ICE1712 driver The support for Lionstracs Mediastation is added. The model name is 'mediastation'. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
Documentation,ALSA Core,MPU401 UART,OPL3,CS46xx driver,YMFPCI driver ATIIXP driver,ATIIXP-modem driver,CS4281 driver,Intel8x0 driver Intel8x0-modem driver,RME32 driver,RME96 driver,au88x0 driver KORG1212 driver,MIXART driver,NM256 driver,RME HDSP driver RME9652 driver,PPC Tumbler driver The type of iomem variables is changed to void __iomem *. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
ALSA sequencer Allow auto-loading of sequencer modules except for module init time (which may cause blocking). Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
IOCTL32 emulation Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
Intel8x0 driver Improved the clock measurement routine to allow the longer sleep time. Now it invokes schedule_timeout() instead of a long mdelay(). Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
ES1968 driver - Removed mdelay() in ac97 codec handling. - Improved the clock measurement routine to allow the longer sleep time. Now it invokes schedule_timeout() instead of a long mdelay(). Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
EMU10K1/EMU10K2 driver This patch changes default constraint on 'EFX voices mask' control and allow capture of 1, 2, 4, 8, 16, 32, 64 channels instead of 1, 2, 4, 8. Signed-off-by:
Peter Zubaj <pzad@pobox.sk> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
PCM Midlevel,IOCTL32 emulation - Size mismatch of control element struct due to packed attribute is removed. - A typo in PCM syncptr definition is fixed. - Suppress the mmap of PCM status/control records on 32bit emulation mode since the record size doesn't match. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
PCI drivers modify ali5451 and intel8x0 help texts to better distinguish between M5451 and M5455 AC97 controllers Signed-off-by:
Clemens Ladisch <clemens@ladisch.de>
-
Jaroslav Kysela authored
USB make ISA, PCI and USB device look the same in {q,x,menu}config Signed-off-by:
Thierry Vignaud <tvignaud@mandrakesoft.com> Signed-off-by:
Clemens Ladisch <clemens@ladisch.de>
-
Jaroslav Kysela authored
ARM,ALSA Core,Generic drivers,ISA,PARISC,PCI drivers,PCMCIA Kconfig,PPC USB add module names and references to other documentation files add more help for generic options Signed-off-by:
Clemens Ladisch <clemens@ladisch.de>
-
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>
-
- 21 Sep, 2004 4 commits
-
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/net-2.6
-
David S. Miller authored
-
Hideaki Yoshifuji authored
Signed-off-by:
Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org> Signed-off-by:
David S. Miller <davem@davemloft.net>
-
Thomas Graf authored
Introduces a fixed size variant of ifmap for rtnetlink. Fixes issues with address size mismatch between kernel and userspace. Obviously this will fail if userspace provides an address greater than 32bit. Signed-off-by:
Thomas Graf <tgraf@suug.ch> SIgned-off-by:
David S. Miller <davem@davemloft.net>
-