aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/emu10k1/p16v.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-03ALSA: pci: Constify snd_kcontrol_new itemsTakashi Iwai1-1/+1
2019-12-11ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai1-2/+0
2019-12-11ALSA: emu10k1: Use managed buffer allocationTakashi Iwai1-41/+7
2019-11-06ALSA: pci: Avoid non-standard macro usageTakashi Iwai1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2019-02-06ALSA: pci: Drop superfluous PCM preallocation error checksTakashi Iwai1-10/+7
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2017-08-12ALSA: emu10k1: make snd_pcm_hardware constBhumika Goyal1-2/+2
2016-09-07ALSA: squash lines for simple wrapper functionsMasahiro Yamada1-12/+4
2016-09-02ALSA: constify snd_pcm_ops structuresJulia Lawall1-2/+2
2015-01-04ALSA: emu10k1: Delete an unnecessary check before the function call "kfree"Markus Elfring1-5/+2
2015-01-02ALSA: emu10k1: Remove always NULL parametersLars-Peter Clausen1-6/+1
2014-10-21ALSA: emu10k1: Use snd_ctl_enum_info()Takashi Iwai1-16/+4
2014-02-26ALSA: emu10k1: Use standard printk helpersTakashi Iwai1-21/+24
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton1-4/+4
2012-08-14ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-1/+1
2009-02-05ALSA: emu10k1 - Add missing KERN_* prefix to printkTakashi Iwai1-27/+73
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2007-11-20[ALSA] emu10k1 - Check value ranges in ctl callbacksTakashi Iwai1-0/+4
2007-10-16[ALSA] remove incorrect usage of SNDRV_PCM_INFO_SYNC_START and snd_pcm_set_sync()Clemens Ladisch1-5/+11
2007-10-16[ALSA] check for linked substreams of different cardsClemens Ladisch1-0/+3
2007-05-11[ALSA] Add snd_pcm_group_for_each_entry() for code cleanupTakashi Iwai1-3/+1
2007-02-09[ALSA] Add even more 'const' to everything related to TLVTakashi Iwai1-1/+1
2007-02-09[ALSA] snd-emu10k1: Added support for emu1010, including E-Mu 1212m and E-Mu 1820mJames Courtier-Dutton1-6/+6
2006-09-23[ALSA] Fix compile errors with older gccTakashi Iwai1-1/+1
2006-09-23[ALSA] snd-emu10k1: Implement dB gain infomation.James Courtier-Dutton1-0/+5
2006-01-03[ALSA] emu10k1 - Clean up p16v codeTakashi Iwai1-281/+80
2006-01-03[ALSA] emu10k1 - Fix missing declarationsAndreas Schwab1-0/+1
2006-01-03[ALSA] emu10k1 - Add PM supportTakashi Iwai1-1/+42
2006-01-03[ALSA] Remove xxx_t typedefs: PCI emu10k1Takashi Iwai1-127/+127
2006-01-03[ALSA] Remove superfluous pcm_free callbacksTakashi Iwai1-9/+0
2005-11-04[ALSA] Add missing KERN_* suffix to printkTakashi Iwai1-1/+1
2005-09-12[ALSA] Replace with kzalloc() - pci stuffTakashi Iwai1-2/+2
2005-07-28[ALSA] snd-emu10k1: Tidy mixer controls.James Courtier-Dutton1-10/+10
2005-05-29[ALSA] Increase capture buffer sizes.James Courtier-Dutton1-4/+6
2005-05-29[ALSA] Implement different capture sources.James Courtier-Dutton1-1/+61
2005-05-29[ALSA] Support multiple capture rates on p16v.James Courtier-Dutton1-18/+35
2005-05-29[ALSA] Improve playback startup. Increase buffer size, and reduce xruns.James Courtier-Dutton1-4/+5
2005-05-29[ALSA] Improve SPDIF playback via the P16V/CA0151 chip.James Courtier-Dutton1-9/+7
2005-05-29[ALSA] Adds Capture to P16V chip.James Courtier-Dutton1-15/+242
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+736