- 28 Jul, 2004 40 commits
-
-
Jaroslav Kysela authored
PPC PowerMac driver Fixed typo. Signed-off-by:
Nicolas Kaiser <nikai@nikai.net> Signed-off-by:
Jaroslav Kysela <perex@suse.cz>
-
Jaroslav Kysela authored
PPC PMAC driver Fixed typo. Signed-off-by:
Nicolas Kaiser <nikai@nikai.net> Signed-off-by:
Jaroslav Kysela <perex@suse.cz>
-
Jaroslav Kysela authored
ALSA Core use list_for_each() in core/memory.c Signed-off-by:
Domen Puncer <domen@coderock.org> Signed-off-by:
Maximilian Attems <janitor@sternwelten.at> Signed-off-by:
Jaroslav Kysela <perex@suse.cz>
-
Jaroslav Kysela authored
PPC The alsa driver for powermacs requires i2c support. Signed-off-by:
Olaf Hering <olh@suse.de> Signed-off-by:
Jaroslav Kysela <perex@suse.cz>
-
Jaroslav Kysela authored
BT87x driver use exact values of analog clock rate Signed-off-by:
Clemens Ladisch <clemens@ladisch.de>
-
Jaroslav Kysela authored
Documentation,SA11xx UDA1341 driver,PCM Midlevel,IOCTL32 emulation ALSA<-OSS emulation,Generic drivers,I2C cs8427,I2C tea6330t,L3 drivers OPL3SA2 driver,AD1816A driver,CS4231 driver,CS4236+ driver ES1688 driver,GUS Library,AMD InterWave driver,Opti9xx drivers EMU8000 driver,PARISC Harmony driver,AZT3328 driver,CMIPCI driver CS4281 driver,FM801 driver,Intel8x0 driver,Maestro3 driver,RME32 driver RME96 driver,SonicVibes driver,AK4531 codec,CS46xx driver ICE1712 driver,KORG1212 driver,NM256 driver,RME HDSP driver RME9652 driver,YMFPCI driver,PPC AWACS driver,PPC Burgundy driver PPC DACA driver,SPARC AMD7930 driver,SPARC cs4231 driver Common EMU synth use ARRAY_SIZE() instead of sizeof() computations Signed-off-by:
Clemens Ladisch <clemens@ladisch.de>
-
Jaroslav Kysela authored
ALI5451 driver Added the missing snd_power_change_state() in the resume callback. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
ALSA Core,ATIIXP driver,ATIIXP-modem driver,Intel8x0 driver VIA82xx driver Clean up the suspend/resume: save/restore of pci state PCI status is restored in the common resume callback. (Stored in the saved_config array of pci_dev struct.) Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
Documentation Changed the description of PCI resource allocation to use pci_request_regions(). Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
EMU10K1/EMU10K2 driver,Trident driver,ALS4000 driver,ATIIXP driver ATIIXP-modem driver,AZT3328 driver,BT87x driver,CMIPCI driver CS4281 driver,ENS1370/1+ driver,ES1938 driver,ES1968 driver FM801 driver,Intel8x0 driver,Intel8x0-modem driver,Maestro3 driver RME32 driver,RME96 driver,SonicVibes driver,VIA82xx driver ALI5451 driver,ICE1712 driver,ICE1724 driver,KORG1212 driver MIXART driver,RME HDSP driver,RME9652 driver,Digigram VX222 driver Clean up the PCI resource allocation. Replaced the manual resource allocations with request_[mem_]region() with pci_request_regions(). Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
ALI5451 driver Fixed the suspend/resume. The suspend callback wasn't set the power state correctly, so the resume process was skipped. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
EMU10K1/EMU10K2 driver Fixed the detection of Audigy 2 ZS. Signed-off-by:
Lee Revell <rlrevell@joe-job.com> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
ALSA sequencer Fixed the bad check on copy_from_user() return value Signed-off-by:
Mika Kukkonen <mika@osdl.org> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
VIA82xx driver Added the ac97_quirk entry for ECS K7VTA3 v8.0 mobo. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
EMU10K1/EMU10K2 driver Enable low latency EFX capture on emu10k1 The following patch fixes EFX capture on the emu10k1. The capture_period_sizes table is in bytes, but the hardware constraint was being set in frames. Signed-off-by:
Lee Revell <rlrevell@joe-job.com> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
AC97 Codec Core,Intel8x0 driver,Intel8x0-modem driver Fixed the detection of sample rates with no VRA support. - Changed ac97bus->vra to ac97bus->no_vra to indicate the VRA is NOT supported. - In the case of no_vra=1, only 48k is set as the possible rates in snd_ac97_pcm_assign(). Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
ALS4000 driver,ATIIXP driver,ATIIXP-modem driver,AZT3328 driver BT87x driver,CMIPCI driver,CS4281 driver,ENS1370/1+ driver ES1968 driver,FM801 driver,Intel8x0 driver,Maestro3 driver,RME32 driver RME96 driver,SonicVibes driver,VIA82xx driver,ALI5451 driver CS46xx driver,EMU10K1/EMU10K2 driver,ICE1712 driver,ICE1724 driver KORG1212 driver,MIXART driver,NM256 driver,RME HDSP driver RME9652 driver,Trident driver,YMFPCI driver,PPC PMAC driver USB generic driver Clean up spinlocks. - Removed superfluous spinlocks. - Replaced spin_lock_irqsave() with spin_lock_irq() in the obvious places. - Make sure that prepare callback be non-atomic. - Removed SNDRV_PCM_INFO_NONATOMIC_OPS flag (which is default now). Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
Documentation,PCM Midlevel Changed the atomicity of PCM prepare callback. The PCM prepare callback is now non-atomic, so that the driver can use the functions calling schedule (e.g. kmalloc with GFP_KERNEL). Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
CS46xx driver Fixed a compile warning in the debug code. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
Intel8x0-modem driver Added -MODEM suffix to the driver name string to distinguish from the intel8x0 audio driver. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
Control Midlevel Fixed the unbalanced spinlock in the error path. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
Memalloc module Mark the allocated DMA pages as reserved for certain architectures. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
Documentation,PCI drivers,ATIIXP-modem driver Added snd-atiixp driver for ATI IXP AC97 modem controllers. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
ATIIXP driver Fixed a typo in the check of buffer/period size configuration. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
RME HDSP driver ALSA rme9652/hdsp: remove inlines The patch below removes all inlines from hdsp.c. As a side effect, it showed that snd_hdsp_9652_disable_mixer() is completely unused, and it's therefore also removed in the patch. Signed-off-by:
Adrian Bunk <bunk@fs.tum.de> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
Documentation fix typo Signed-off-by:
Clemens Ladisch <clemens@ladisch.de>
-
Jaroslav Kysela authored
ALSA<-OSS emulation fix missing semaphore release in snd_mixer_oss_build_input() Signed-off-by:
Clemens Ladisch <clemens@ladisch.de>
-
Jaroslav Kysela authored
Documentation,AC97 Codec Core,ATIIXP driver,CS4281 driver ENS1370/1+ driver,ES1968 driver,FM801 driver,Intel8x0 driver Intel8x0-modem driver,Maestro3 driver,VIA82xx driver,ALI5451 driver au88x0 driver,EMU10K1/EMU10K2 driver,ICE1712 driver,ICE1724 driver NM256 driver,Trident driver,YMFPCI driver replace ac97_t template with ac97_template_t Signed-off-by:
Clemens Ladisch <clemens@ladisch.de>
-
Jaroslav Kysela authored
CS46xx driver change codec index computation in snd_cs46xx_read/write; replace ac97_t template with ac97_template_t Signed-off-by:
Clemens Ladisch <clemens@ladisch.de>
-
Jaroslav Kysela authored
Memalloc module - Don't mark pages from dma_alloc_coherent as reserved. The pages from __get_free_pages() are still marked as reserved, but this could be also unnecessary. - Fixed a typo in comment. - Fixed the pre-allocated buffer size for rme9652 & hdsp. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
Documentation Fixed missing </section>. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
ALSA Core Fixed compile warnings withoug CONFIG_PM. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
Documentation Removed obsolete sndmagic.h. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jaroslav Kysela authored
Documentation,AC97 Codec Core,ATIIXP driver,CS4281 driver ENS1370/1+ driver,ES1968 driver,FM801 driver,Intel8x0 driver Intel8x0-modem driver,Maestro3 driver,VIA82xx driver,ALI5451 driver au88x0 driver,CS46xx driver,EMU10K1/EMU10K2 driver,ICE1712 driver ICE1724 driver,NM256 driver,Trident driver,YMFPCI driver move AC'97 bus callbacks into seperate ops record; remove ac97_bus_t template requirement from snd_ac97_bus() Signed-off-by:
Clemens Ladisch <clemens@ladisch.de>
-
Jaroslav Kysela authored
USB generic driver allow USB MIDI devices without audio control interface Signed-off-by:
Clemens Ladisch <clemens@ladisch.de>
-
Jaroslav Kysela authored
AC97 Codec Core fix odd comment :) Signed-off-by:
Clemens Ladisch <clemens@ladisch.de>
-
Jaroslav Kysela authored
AMD InterWave driver reduce stack usage; fix ROM checksum check Signed-off-by:
Clemens Ladisch <clemens@ladisch.de>
-
Jaroslav Kysela authored
GUS Library,Wavefront drivers reduce stack usage; fix buffer overflow Signed-off-by:
Clemens Ladisch <clemens@ladisch.de>
-
Jaroslav Kysela authored
PCM Midlevel fix memory leak Signed-off-by:
Clemens Ladisch <clemens@ladisch.de>
-
Jaroslav Kysela authored
USB generic driver remove whitespace at end of lines Signed-off-by:
Clemens Ladisch <clemens@ladisch.de>
-