aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ca0106 (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-1/+1
2007-10-16[ALSA] remove incorrect usage of SNDRV_PCM_INFO_SYNC_START and snd_pcm_set_sync()Clemens Ladisch1-4/+6
2007-10-16[ALSA] Coding style fix sound/pci/ca0106/ca_midi.hMichal Piotrowski1-3/+3
2007-10-16[ALSA] check for linked substreams of different cardsClemens Ladisch1-0/+3
2007-10-16[ALSA] ca0106: remove extra commands in SPI DAC init sequenceTrent Piepho1-11/+5
2007-10-16[ALSA] ca0106: Add more symbol SPI register names and use themTrent Piepho3-40/+92
2007-10-16[ALSA] ca0106: power down SPI DAC channels when not in useTrent Piepho2-3/+36
2007-10-16[ALSA] ca0106: replaced control add sequences with macroTrent Piepho1-18/+15
2007-10-16[ALSA] ca0106: Add analog mute controls for cards with SPI DACTrent Piepho3-5/+122
2007-10-16[ALSA] snd-ca0106:Add recognition for new variant. Fixes ALSA bug#3251James Courtier-Dutton1-0/+9
2007-10-16[ALSA] Clean up with common snd_ctl_boolean_*_info callbacksTakashi Iwai1-9/+1
2007-07-20[ALSA] snd-ca0106: Add support for X-Fi Extreme Audio.James Courtier-Dutton1-0/+19
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok2-4/+2
2007-05-11[ALSA] Add snd_pcm_group_for_each_entry() for code cleanupTakashi Iwai1-3/+1
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2-2/+2
2007-02-09[ALSA] ca0106 - Add missing sysfs device assignmentTakashi Iwai1-0/+2
2007-02-09[ALSA] Add even more 'const' to everything related to TLVTakashi Iwai1-2/+2
2007-02-09[ALSA] ca0106: Fix sound capture on Audigy LS via AC97.James Courtier-Dutton2-21/+40
2007-02-09[ALSA] snd-ca0106: Updated Enum control names.James Courtier-Dutton1-2/+2
2006-12-20[ALSA] snd-ca0106: Fix typos.James Courtier-Dutton1-2/+2
2006-12-20[ALSA] snd-ca0106: Add new card variant.James Courtier-Dutton1-4/+26
2006-12-20[ALSA] Remove IRQF_DISABLED for shared PCI irqsTakashi Iwai1-3/+2
2006-12-20[ALSA] Fix invalid assignment of PCI revisionTakashi Iwai2-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+1
2006-09-23[ALSA] Fix compile errors with older gccTakashi Iwai1-2/+2
2006-09-23[ALSA] snd-ca0106: Fix dB gain TLVs.James Courtier-Dutton1-2/+6
2006-09-23[ALSA] HDA codec & CA0106 - add/fix TLV supportJaroslav Kysela1-1/+3
2006-09-23[ALSA] Control API - TLV implementation for additional information like dB scaleJaroslav Kysela1-0/+4
2006-07-12[ALSA] Fix section mismatch errors in ALSA PCI driversTakashi Iwai1-1/+1
2006-07-02[PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-22[ALSA] snd-ca0106: Update playback to 24bit. Fix typo is comment.James Courtier-Dutton1-3/+3
2006-06-22[ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai1-10/+7
2006-06-22[ALSA] ca0106: Fixes MSI K8N's SB Live 24 bit, no sound from line-in.James Courtier-Dutton2-3/+35
2006-06-22[ALSA] ca0106: Add analog capture controls.James Courtier-Dutton3-14/+186
2006-04-27[ALSA] add __devinitdata to all pci_device_idHenrik Kretzschmar1-1/+1
2006-01-22[ALSA] snd-ca0106: Fixed ALSA bug#1600James Courtier-Dutton1-1/+11
2006-01-03[ALSA] snd-ca0106: Fix SPI driver code. Fixes speaker output.James Courtier-Dutton1-15/+57
2006-01-03[ALSA] snd-ca0106: Fixes sound output for Creative Audigy SE aka.SB0570.James Courtier-Dutton2-0/+33
2006-01-03[ALSA] snd-ca0106: update SPDIF to IEC958 in mixer control names.James Courtier-Dutton1-6/+6
2006-01-03[ALSA] Optimize for config without PROC_FS (pci drivers)Takashi Iwai2-0/+5
2006-01-03[ALSA] Remove xxx_t typedefs: PCI CA0106Takashi Iwai6-258/+263
2006-01-03[ALSA] ca0106 - Code clean upTakashi Iwai2-360/+131
2006-01-03[ALSA] Remove superfluous pcm_free callbacksTakashi Iwai1-8/+0
2005-11-10[PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman1-1/+0
2005-11-04[ALSA] ca0106: Added copyright messages.James Courtier-Dutton1-0/+2
2005-11-04[ALSA] ca0106: Cosmetic changes.James Courtier-Dutton3-20/+17
2005-11-04[ALSA] snd-ca0106: Add midi support.James Courtier-Dutton5-5/+511
2005-11-04[ALSA] Add missing KERN_* suffix to printkTakashi Iwai1-3/+3
2005-11-04[ALSA] Remove vmalloc wrapper, kfree_nocheck()Takashi Iwai1-4/+2
2005-09-12[ALSA] Replace with kzalloc() - pci stuffTakashi Iwai1-3/+3