Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8f2fe346822419ee729c081b71c8835b733e0884
/
sound
/
pci
/
ca0106
20a2422
ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at remove
by Takashi Iwai
· 11 years ago
e23e7a1
ALSA: pci: remove __dev* attributes
by Bill Pemberton
· 12 years ago
21147f9
ALSA: ca0106: Define channel maps
by Takashi Iwai
· 12 years ago
c7561cd
ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEP
by Takashi Iwai
· 12 years ago
68cb2b5
ALSA: Convert to new pm_ops for PCI drivers
by Takashi Iwai
· 12 years ago
e9f66d9
ALSA: pci: clean up using module_pci_driver()
by Takashi Iwai
· 13 years ago
a67ff6a
ALSA: module_param: make bool parameters really bool
by Rusty Russell
· 13 years ago
65a7721
sound: fix drivers needing module.h not moduleparam.h
by Paul Gortmaker
· 13 years ago
934c2b6
ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*
by Takashi Iwai
· 13 years ago
3733e42
ALSA: Use KBUILD_MODNAME for pci_driver.name entries
by Takashi Iwai
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
c521dde
sound, ca0106: Fix assignment to 'channel'.
by Jesper Juhl
· 14 years ago
b595076
tree-wide: fix comment/printk typos
by Uwe Kleine-König
· 14 years ago
64e5310
ALSA: ca0106: Use card specific dac id for mute controls.
by Andy Owen
· 14 years ago
6fef153
ALSA: ca0106: Allow different sound cards to use different SPI channel mappings.
by Andy Owen
· 14 years ago
861391d3
ALSA: ca0106: Create a nice spot for mapping channels to dacs.
by Andy Owen
· 14 years ago
9bfd941
ALSA: ca0106: Move enabling of front dac out of hardcoded setup sequence.
by Andy Owen
· 14 years ago
5163014
ALSA: ca0106: Pull out dac powering routine into separate function.
by Andy Owen
· 14 years ago
23156e8
ALSA: ca0106 - add Sound Blaster 5.1vx info.
by Andy Owen
· 14 years ago
add7c0a
ALSA: ca0106 - clean up playback pointer callback
by Takashi Iwai
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
cebe41d
sound: use DEFINE_PCI_DEVICE_TABLE
by Alexey Dobriyan
· 15 years ago
4ef58d4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
d355c82a
ALSA: rename "PC Speaker" and "PC Beep" controls to "Beep"
by Jaroslav Kysela
· 15 years ago
84ed1a1
ALSA: Cleanup redundant tests on unsigned
by Roel Kluin
· 15 years ago
44f167d
Merge branch 'fix/misc' into for-linus
by Takashi Iwai
· 15 years ago
34fdeb2
ALSA: ca0106 - Fix the max capture buffer size
by Takashi Iwai
· 15 years ago
0d7392e
sound: Use PCI_VDEVICE for CREATIVE and ECTIVA
by Joe Perches
· 15 years ago
4ad7543
Merge branch 'topic/pcm-subclass-fix' into for-linus
by Takashi Iwai
· 15 years ago
c486567
ALSA: ca0106 - Fix master volume scale
by Takashi Iwai
· 15 years ago
eeaf100
ALSA: ca0106 - Add missing card->mixername field setup
by Takashi Iwai
· 15 years ago
9a83b74
ALSA: Remove invalid GENERIC_MIX PCM sublass
by Takashi Iwai
· 15 years ago
601e1cc
ALSA: ca0106 - Add missing registrations of vmaster controls
by Takashi Iwai
· 15 years ago
afe6d7e
ALSA: Kill truncate warning by shortening Sigmatel-specific AC97 control name
by Andreas Mohr
· 15 years ago
284901a
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
by Yang Hongyang
· 16 years ago
87cd9d7
Merge branch 'topic/ca0106' into for-linus
by Takashi Iwai
· 16 years ago
e0d2054
Merge branch 'topic/misc' into for-linus
by Takashi Iwai
· 16 years ago
dd542f1
ALSA: ca0106 - Add missing KERN_* prefix to printk
by Takashi Iwai
· 16 years ago
ee41965
ALSA: Fix missing KERN_* prefix to printk in sound/pci
by Takashi Iwai
· 16 years ago
f3a374e
ALSA: ca0106 - Add quirk for GA-G1975X mobo
by Takashi Iwai
· 16 years ago
e58de7b
ALSA: Convert to snd_card_create() in sound/pci/*
by Takashi Iwai
· 16 years ago
ebef7cf
Merge branch 'topic/ca0106-spdif-stream' into topic/ca0106
by Takashi Iwai
· 16 years ago
6bcdbd5
Merge branch 'topic/ca0106-resume' into topic/ca0106
by Takashi Iwai
· 16 years ago
6a84364
Merge branch 'topic/ca0106-capture-no-44khz' into topic/ca0106
by Takashi Iwai
· 16 years ago
ff75427
ALSA: ca0106 - disable 44.1kHz capture
by Takashi Iwai
· 16 years ago
72077aa
ALSA: ca0106 - Add missing card->private_data initialization
by Takashi Iwai
· 16 years ago
50232d6
ALSA: ca0106 - Check ac97 availability at PM
by Takashi Iwai
· 16 years ago
8df0f70
ALSA: ca0106 - Fix typo in resume code
by Takashi Iwai
· 16 years ago
3d475829
ALSA: ca0106 - Add IEC958 PCM Stream controls
by Takashi Iwai
· 16 years ago
86effd7
ALSA: ca0106 - Don't override the values at resume
by Takashi Iwai
· 16 years ago
bb1f24b
ALSA: ca0106 MSI K8N Diamond MB spi_dac 2->1
by Ben Stanley
· 16 years ago
f649a71
ALSA: ca0106 Add comments to snd_ca0106_details struct
by Ben Stanley
· 16 years ago
44411e0
ALSA: ca0106 - Check return value of pci_enable_device() in resume
by Takashi Iwai
· 16 years ago
5da9527
ALSA: ca0106 - Add power-management support
by Takashi Iwai
· 16 years ago
e78521f
ALSA: misc typo fixes
by Mariusz Kozlowski
· 16 years ago
d67f49b
ALSA: Cosmetic change: CA0106 on MSI K8N Diamond PLUS Motherboard
by Jaroslav Kysela
· 16 years ago
da3cec3
ALSA: Kill snd_assert() in sound/pci/*
by Takashi Iwai
· 16 years ago
e5778ec
ALSA: fix for CA0106 on MSI K8N Diamond PLUS Motherboard
by Stephen Rothwell
· 16 years ago
c5d4442
ALSA: CA0106 on MSI K8N Diamond PLUS Motherboard
by Travis Place
· 16 years ago
f52845a
ALSA: ca0106 - Add entry for another MSI K8N Diamond MB
by Takashi Iwai
· 16 years ago
ebf029d
[ALSA] Fix possible races at free_irq in PCI drivers
by Takashi Iwai
· 17 years ago
bed515b
[ALSA] sound: ca0106_mixer.c fix shadowed variable warnings
by Harvey Harrison
· 17 years ago
d967a02
[ALSA] sound: ca0106_main.c fix shadowed variable warnings
by Harvey Harrison
· 17 years ago
49c88b8
[ALSA] ca0106 - Add master volume controls
by Takashi Iwai
· 17 years ago
9004acc
[ALSA] Remove sound/driver.h
by Takashi Iwai
· 17 years ago
6bab533
[ALSA] sound/pci: remove line duplications in defines
by Nicolas Kaiser
· 17 years ago
3371256
[ALSA] ca0106 - Fix write proc assignment
by Takashi Iwai
· 17 years ago
5fe619f
[ALSA] ca0106 - Check value range in ctl callbacks
by Takashi Iwai
· 17 years ago
c1017a4
[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz
by Jaroslav Kysela
· 17 years ago
b83f346
[ALSA] remove incorrect usage of SNDRV_PCM_INFO_SYNC_START and snd_pcm_set_sync()
by Clemens Ladisch
· 17 years ago
609bb2e
[ALSA] Coding style fix sound/pci/ca0106/ca_midi.h
by Michal Piotrowski
· 17 years ago
29998d2
[ALSA] check for linked substreams of different cards
by Clemens Ladisch
· 17 years ago
b87c464
[ALSA] ca0106: remove extra commands in SPI DAC init sequence
by Trent Piepho
· 17 years ago
18b5d32
[ALSA] ca0106: Add more symbol SPI register names and use them
by Trent Piepho
· 17 years ago
4851007
[ALSA] ca0106: power down SPI DAC channels when not in use
by Trent Piepho
· 17 years ago
fca7f38
[ALSA] ca0106: replaced control add sequences with macro
by Trent Piepho
· 17 years ago
b18cd53
[ALSA] ca0106: Add analog mute controls for cards with SPI DAC
by Trent Piepho
· 17 years ago
aaccf54
[ALSA] snd-ca0106:Add recognition for new variant. Fixes ALSA bug#3251
by James Courtier-Dutton
· 17 years ago
a5ce889
[ALSA] Clean up with common snd_ctl_boolean_*_info callbacks
by Takashi Iwai
· 17 years ago
8632649
[ALSA] snd-ca0106: Add support for X-Fi Extreme Audio.
by James Courtier-Dutton
· 17 years ago
44c1013
PCI: Change all drivers to use pci_device->revision
by Auke Kok
· 17 years ago
ef991b9
[ALSA] Add snd_pcm_group_for_each_entry() for code cleanup
by Takashi Iwai
· 18 years ago
6473d16
PCI: Cleanup the includes of <linux/pci.h>
by Jean Delvare
· 18 years ago
c6d6eee
[ALSA] ca0106 - Add missing sysfs device assignment
by Takashi Iwai
· 18 years ago
0cb29ea
[ALSA] Add even more 'const' to everything related to TLV
by Takashi Iwai
· 18 years ago
7c15706
[ALSA] ca0106: Fix sound capture on Audigy LS via AC97.
by James Courtier-Dutton
· 18 years ago
e6327cf
[ALSA] snd-ca0106: Updated Enum control names.
by James Courtier-Dutton
· 18 years ago
d5f6a38
[ALSA] snd-ca0106: Fix typos.
by James Courtier-Dutton
· 18 years ago
e4f55d8
[ALSA] snd-ca0106: Add new card variant.
by James Courtier-Dutton
· 18 years ago
437a5a4
[ALSA] Remove IRQF_DISABLED for shared PCI irqs
by Takashi Iwai
· 18 years ago
01f681d
[ALSA] Fix invalid assignment of PCI revision
by Takashi Iwai
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
7cf0a95
[ALSA] Fix compile errors with older gcc
by Takashi Iwai
· 18 years ago
fff36e4
[ALSA] snd-ca0106: Fix dB gain TLVs.
by James Courtier-Dutton
· 18 years ago
302e9c5
[ALSA] HDA codec & CA0106 - add/fix TLV support
by Jaroslav Kysela
· 18 years ago
42750b0
[ALSA] Control API - TLV implementation for additional information like dB scale
by Jaroslav Kysela
· 18 years ago
f40b689
[ALSA] Fix section mismatch errors in ALSA PCI drivers
by Takashi Iwai
· 18 years ago
65ca68b
[PATCH] irq-flags: sound: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
5839889
[ALSA] snd-ca0106: Update playback to 24bit. Fix typo is comment.
by James Courtier-Dutton
· 18 years ago
Next »