index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
pci
/
cmipci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-16
[ALSA] cmipci: reorganize set_dac_channels()
Clemens Ladisch
1
-30
/
+19
2007-10-16
[ALSA] cmipci: remove 5.0 format
Clemens Ladisch
1
-3
/
+3
2007-10-16
[ALSA] cmipci: allow 96 kHz playback on non-multichannel rear
Clemens Ladisch
1
-6
/
+6
2007-10-16
[ALSA] cmipci: initialize 0x90 registers
Clemens Ladisch
1
-0
/
+4
2007-10-16
[ALSA] cmipci: reset the chip when initializing
Clemens Ladisch
1
-0
/
+2
2007-10-16
[ALSA] cmipci: show more registers in proc file
Clemens Ladisch
1
-10
/
+9
2007-10-16
[ALSA] cmipci: update register definitions
Clemens Ladisch
1
-64
/
+109
2007-10-16
[ALSA] cmipci: fix version 37 detection
Clemens Ladisch
1
-1
/
+1
2007-10-16
[ALSA] cmipci: add msbits constraint for 24-bit format
Clemens Ladisch
1
-1
/
+3
2007-10-16
[ALSA] cmipci: show real chip name in card name
Clemens Ladisch
1
-6
/
+8
2007-10-16
[ALSA] cmipci: check that the legacy MIDI port works
Clemens Ladisch
1
-0
/
+7
2007-10-16
[ALSA] cmipci: do not check for integrated FM/MIDI ports with chip version 37
Clemens Ladisch
1
-3
/
+3
2007-10-16
[ALSA] cmipci: add 96 kHz support
Clemens Ladisch
1
-3
/
+35
2007-10-16
[ALSA] cmipci: remove invalid channels constraint
Clemens Ladisch
1
-1
/
+0
2007-10-16
[ALSA] cmipci: show actual chip name in card longname
Clemens Ladisch
1
-7
/
+35
2007-10-16
[ALSA] cmipci: remove has_dual_dac
Clemens Ladisch
1
-8
/
+3
2007-10-16
[ALSA] cmipci: reorganize chip version detection
Clemens Ladisch
1
-24
/
+20
2007-10-16
[ALSA] cmipci: make the test for integrated MIDI port address more robust
Clemens Ladisch
1
-6
/
+9
2007-10-16
[ALSA] cmipci: fix handling of FM/MIDI port addresses
Clemens Ladisch
1
-7
/
+15
2007-10-16
[ALSA] cmipci: fix MIDI device name
Clemens Ladisch
1
-9
/
+7
2007-10-16
[ALSA] Clean up with common snd_ctl_boolean_*_info callbacks
Takashi Iwai
1
-9
/
+1
2007-03-06
[ALSA] cmipci - Allow to disable integrated FM port
Takashi Iwai
1
-7
/
+11
2007-01-09
[ALSA] _snd_cmipci_uswitch_put doesn't set zero flags
Timofei V. Bondarenko
1
-1
/
+2
2006-12-20
[ALSA] Remove IRQF_DISABLED for shared PCI irqs
Takashi Iwai
1
-1
/
+1
2006-10-22
[ALSA] Various fixes for suspend/resume of ALSA PCI drivers
Takashi Iwai
1
-3
/
+8
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-2
/
+2
2006-07-12
[ALSA] Fix section mismatch errors in ALSA PCI drivers
Takashi Iwai
1
-1
/
+1
2006-07-02
[PATCH] irq-flags: sound: Use the new IRQF_ constants
Thomas Gleixner
1
-1
/
+1
2006-06-22
[ALSA] cmipci - Fix a typo in 'PC Speaker Playback Switch' control
Takashi Iwai
1
-1
/
+1
2006-06-22
[ALSA] Change an arugment of snd_mpu401_uart_new() to bit flags
Takashi Iwai
1
-1
/
+3
2006-06-22
[ALSA] cmipci - Disable integrated mpu401 as default
Takashi Iwai
1
-1
/
+1
2006-06-22
[ALSA] Remove unneeded read/write_size fields in proc text ops
Takashi Iwai
1
-1
/
+1
2006-04-27
[ALSA] add __devinitdata to all pci_device_id
Henrik Kretzschmar
1
-1
/
+1
2006-03-22
[ALSA] semaphore -> mutex (PCI part)
Ingo Molnar
1
-12
/
+13
2006-01-03
[ALSA] cmipci - Add PM support
Takashi Iwai
1
-6
/
+98
2006-01-03
[ALSA] Remove xxx_t typedefs: PCI CMIPCI
Takashi Iwai
1
-242
/
+264
2006-01-03
[ALSA] Remove superfluous pcm_free callbacks
Takashi Iwai
1
-8
/
+0
2005-11-10
[PATCH] PCI: removed unneeded .owner field from struct pci_driver
Greg Kroah-Hartman
1
-1
/
+0
2005-11-04
[ALSA] Add missing KERN_* suffix to printk
Takashi Iwai
1
-1
/
+1
2005-11-04
[ALSA] Remove vmalloc wrapper, kfree_nocheck()
Takashi Iwai
1
-4
/
+2
2005-11-04
[ALSA] cmipci: use FM/MIDI ports in PCI port space
Clemens Ladisch
1
-50
/
+68
2005-09-12
[ALSA] set owner field in struct pci_driver
Clemens Ladisch
1
-0
/
+1
2005-09-12
[ALSA] Replace with kzalloc() - pci stuff
Takashi Iwai
1
-1
/
+1
2005-09-12
[ALSA] Remove superfluous PCI ID definitions
Takashi Iwai
1
-26
/
+0
2005-08-30
[ALSA] sound - fix .iface field of mixer control elements
Clemens Ladisch
1
-1
/
+1
2005-07-28
[ALSA] cmipci - Add Mic Boost capture switch
Takashi Iwai
1
-2
/
+7
2005-07-27
[PATCH] clean up inline static vs static inline
Jesper Juhl
1
-6
/
+8
2005-05-29
[ALSA] Replace pci_module_init() with pci_register_driver()
Takashi Iwai
1
-20
/
+139
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+2956
[prev]