Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e9eb5e338fb77fd6839f1efba9f2b6000a1c8166
/
sound
/
pci
/
ice1712
/
ice1724.c
8894250
ALSA: ice1724: Simplify PM callbacks
by Takashi Iwai
· 10 years ago
ae1b226
ALSA: ice17xx: Deletion of unnecessary checks before the function call "snd_ac97_resume"
by Markus Elfring
· 10 years ago
387417b
ALSA: ice1712: remove unneeded return statement
by Sudip Mukherjee
· 10 years ago
597da2e
ALSA: ice1724: Use snd_ctl_enum_info()
by Takashi Iwai
· 10 years ago
9baa3c3
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
by Benoit Taine
· 10 years ago
6dfb5af
ALSA: ice17xx: Use standard printk helpers
by Takashi Iwai
· 11 years ago
60c5772
ALSA: pci: Convert to snd_card_new() with a device pointer
by Takashi Iwai
· 11 years ago
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
063f603
ALSA: ice1724: Fix build error without CONFIG_PM_SLEEP
by Takashi Iwai
· 12 years ago
ef87844
ALSA: ice1724: enable suspend on unknown ICE1724 cards
by Ondrej Zary
· 12 years ago
17a4adb
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 12 years ago
16c2e1f
ALSA: ice1724: Fix rate setup after resume
by Takashi Iwai
· 12 years ago
de3ab85
ALSA: ice17xx: Fix inclusion of linux/io.h
by Takashi Iwai
· 12 years ago
a2af050
ALSA: ice17xx: Constify strings and string arrays
by Takashi Iwai
· 12 years ago
77b0b25
ALSA: ice1712: Add Philips PSC724 Ultimate Edge
by Ondrej Zary
· 12 years ago
267bcca
ALSA: ice1712: add chip_exit callback
by Ondrej Zary
· 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
db05828
ALSA: ice1724 - constrain runtime rates for locked internal rate
by Pavel Hofman
· 13 years ago
52cd0a7
ALSA: ice1724 - Support for ooAoo SQ210a
by Pavel Hofman
· 13 years ago
2b151ef
ALSA: ice1724 - Allow card info based on model only
by Pavel Hofman
· 13 years ago
ffd364d
ALSA: ice1724 - Create capture pcm only for ADC-enabled configurations
by Pavel Hofman
· 13 years ago
219e2cd
ALSA: ice1724 - External clock item only for cards with SPDIF_IN
by Pavel Hofman
· 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
cebe41d
sound: use DEFINE_PCI_DEVICE_TABLE
by Alexey Dobriyan
· 15 years ago
980f31c
Merge branch 'topic/ice1724-quartet' into topic/hda
by Takashi Iwai
· 15 years ago
bd3c200
ALSA: ice1724 - Make call to set hw params succeed on ESI Juli@
by David Henningsson
· 15 years ago
1d4efa6
ALSA: ice1724: increase SPDIF and independent stereo buffer sizes
by Robert Hancock
· 15 years ago
2bdf663
ALSA: ICE1712/24 - Change the Multi Track Peak control (level meters) from MIXER to PCM type
by Pavel Hofman
· 15 years ago
6ef8070
ALSA: ice1724 - Infrasonic Quartet support
by Pavel Hofman
· 15 years ago
1ff97cb
ALSA: ice1724 - Support for multiple external clock types
by Pavel Hofman
· 15 years ago
6796d5a
ALSA: ice1724 - pro-rate-locking makes sense only for internal clock mode
by Pavel Hofman
· 15 years ago
4947030
ALSA: ice1724 - adding GPIO routines for mask and direction
by Pavel Hofman
· 15 years ago
8a3351b
Merge branch 'topic/ice1724-pm' into for-linus
by Takashi Iwai
· 15 years ago
cd77538
ALSA: ice1724 - Fix section mismatch
by Takashi Iwai
· 15 years ago
b40e953
ALSA: ice1724 - Patch for suspend/resume for Audiotrak Prodigy HD2
by Igor Chernyshev
· 15 years ago
28d27aa
sound: Use PCI_VDEVICE
by Joe Perches
· 15 years ago
72cbfd4
ALSA: ice1724 - Add ESI Maya44 support
by Takashi Iwai
· 16 years ago
2bf864a
ALSA: ice1724 - Allow spec driver to create own routing controls
by Takashi Iwai
· 16 years ago
d82b64f
ALSA: ice1724 - Add PCI postint to reset sequence
by Takashi Iwai
· 16 years ago
a5b7b5c
ALSA: ice1724 - Clean up definitions of DMA records
by Takashi Iwai
· 16 years ago
92d7100
ALSA: ice1724 - Check error in set_rate function
by Takashi Iwai
· 16 years ago
60c4e7c
Merge branch 'topic/ice' into for-linus
by Takashi Iwai
· 16 years ago
e2ea7cfc
ALSA: Add missing KERN_* prefix to printk in sound/pci/ice1712
by Takashi Iwai
· 16 years ago
e683ec4
ALSA: ice1724 - Dynamic MIDI TX irq control
by Takashi Iwai
· 16 years ago
e58de7b
ALSA: Convert to snd_card_create() in sound/pci/*
by Takashi Iwai
· 16 years ago
8eca753
ALSA: ice1724 - Fix a typo in IEC958 PCM name
by Alan Horstmann
· 16 years ago
6834d7c
ALSA: ice1724 - Re-fix IRQ mask initialization
by Takashi Iwai
· 16 years ago
4074ea2
ALSA: ice1724 - Fix IRQ register initialization
by Takashi Iwai
· 16 years ago
1083206
ALSA: ice1724 - Fix TX IRQ lockup
by Takashi Iwai
· 16 years ago
1de9fdc
ALSA: ice1724.c: fix coding style
by Alexander Beregalov
· 16 years ago
a6b936b
ALSA: ice1724 - limit channels for multi-channel playback
by Takashi Iwai
· 16 years ago
da3cec3
ALSA: Kill snd_assert() in sound/pci/*
by Takashi Iwai
· 16 years ago
aea3bfb
[ALSA] ice1724: fix MIDI
by Clemens Ladisch
· 16 years ago
7f70f04
[ALSA] ice1724 - Enable watermarks
by Takashi Iwai
· 17 years ago
df7e3fd
[ALSA] Add MPU401_INFO_NO_ACK bitflag
by Takashi Iwai
· 17 years ago
3a841d5
[ALSA] ice1724 - Fix IRQ lock-up with MPU access
by Takashi Iwai
· 17 years ago
f000fd8
[ALSA] Fix synchronize_irq() bugs, redundancies
by Jeff Garzik
· 17 years ago
988f066
[ALSA] ice1724.c: toggle "chip reset" and "eeprom based setup" sequence
by Karsten Wiese
· 17 years ago
d16be8e
[ALSA] ice1724 - Improved the Juli rate setting
by Pavel Hofman
· 17 years ago
c93f5a1
[ALSA] ice1724 - Fix the SPDIF input sample-rate on Juli@
by Takashi Iwai
· 17 years ago
7cda8ba
[ALSA] ice1712, ice1724 - Code clean up
by Takashi Iwai
· 17 years ago
6b8d6e5
[ALSA] ICE1724: Added support for Audiotrak Prodigy 7.1 HiFi & HD2, Hercules Fortissimo IV
by Julian Scheel
· 17 years ago
9004acc
[ALSA] Remove sound/driver.h
by Takashi Iwai
· 17 years ago
acec30f
[ALSA] I2C fix for ice1724
by Pavel Hofman
· 17 years ago
f31639b
[ALSA] ice1724 - Add support of Onkyo SE-90PCI and SE-200PCI
by Shin-ya Okada
· 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
29998d2
[ALSA] check for linked substreams of different cards
by Clemens Ladisch
· 17 years ago
a5ce889
[ALSA] Clean up with common snd_ctl_boolean_*_info callbacks
by Takashi Iwai
· 17 years ago
c5a30f8
[ALSA] ice1724 - Misc fixes for Prodigy192
by Pavel Hofman
· 18 years ago
f06934b
[ALSA] ice1724 - Add comments for naming of PCM streams
by Takashi Iwai
· 18 years ago
1b60f6b
[ALSA] Fix conflicts between const and __devinitdata
by Takashi Iwai
· 18 years ago
ef991b9
[ALSA] Add snd_pcm_group_for_each_entry() for code cleanup
by Takashi Iwai
· 18 years ago
32b47da
[ALSA] Add 'const' to files in pci/ice1712/
by Takashi Iwai
· 18 years ago
f6cdab5
[ALSA] Add support of the ESI Waveterminal 192M to the ice1724 ALSA driver
by Clement Guedez
· 18 years ago
437a5a4
[ALSA] Remove IRQF_DISABLED for shared PCI irqs
by Takashi Iwai
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 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
302e4c2
[ALSA] Change an arugment of snd_mpu401_uart_new() to bit flags
by Takashi Iwai
· 18 years ago
bf85020
[ALSA] Remove unneeded read/write_size fields in proc text ops
by Takashi Iwai
· 19 years ago
396c9b9
[ALSA] add __devinitdata to all pci_device_id
by Henrik Kretzschmar
· 19 years ago
62932df
[ALSA] semaphore -> mutex (PCI part)
by Ingo Molnar
· 19 years ago
ab0c7d7
[ALSA] Remove xxx_t typedefs: PCI ICE1724
by Takashi Iwai
· 19 years ago
249bb07
[PATCH] PCI: removed unneeded .owner field from struct pci_driver
by Greg Kroah-Hartman
· 19 years ago
99b359b
[ALSA] Add missing KERN_* suffix to printk
by Takashi Iwai
· 19 years ago
2dfbeca
[ALSA] Add support of high-rate SPDIF output
by Takashi Iwai
· 19 years ago
3bcd464
[ALSA] set owner field in struct pci_driver
by Clemens Ladisch
· 19 years ago
e560d8d
[ALSA] Replace with kzalloc() - pci stuff
by Takashi Iwai
· 19 years ago
8cdfd25
[ALSA] Remove superfluous PCI ID definitions
by Takashi Iwai
· 19 years ago
10e8d78
[ALSA] use SNDRV_CTL_NAME_IEC958 macro
by Clemens Ladisch
· 19 years ago
67ed416
[ALSA] sound - fix .iface field of mixer control elements
by Clemens Ladisch
· 19 years ago
01d25d4
[ALSA] Replace pci_module_init() with pci_register_driver()
by Takashi Iwai
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago