summaryrefslogtreecommitdiffstats
path: root/sound/pci/asihpi/asihpi.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 273Thomas Gleixner2019-06-051-14/+1
* ALSA: pci: Clean up with new procfs helpersTakashi Iwai2019-02-061-4/+2
* ALSA: asihpi: clean up indentation, replace spaces with tabColin Ian King2018-11-191-1/+1
* ALSA: asihpi: Fix PCM format notationsTakashi Iwai2018-07-271-11/+13
* sound: Use octal not symbolic permissionsJoe Perches2018-05-281-6/+6
* ALSA: asihpi: clean up a couple of build warningsColin Ian King2017-10-161-3/+0
* ALSA: asihpi: Convert timers to use timer_setup()Kees Cook2017-10-051-7/+5
* ALSA: asihpi: Kill BUG_ON() usagesTakashi Iwai2017-09-071-5/+1
* ALSA: constify snd_pcm_ops structuresJulia Lawall2016-09-021-2/+2
* ALSA: asihpi: Fix duplicate const for clock sourcesKrzysztof Kozlowski2015-03-241-1/+1
* ALSA: asihpi: Use setup_timer() and mod_timer()Takashi Iwai2015-01-191-8/+5
* ALSA: asihpi: Remove always NULL parameterLars-Peter Clausen2015-01-021-7/+2
* ALSA: asihpi: Use standard printk helpersEliot Blennerhassett2014-11-221-19/+13
* ALSA: asihpi: Add support for stream interrupt.Eliot Blennerhassett2014-11-221-29/+148
* ALSA: asihpi: Logging format improvementsEliot Blennerhassett2014-11-221-46/+39
* ALSA: asihpi: New I/O types - AVB & BLUlink, DAB Rf receiverEliot Blennerhassett2014-11-221-7/+18
* ALSA: asihpi: Minor string and dead code cleanupEliot Blennerhassett2014-11-221-9/+4
* ALSA: pcm: Add snd_pcm_stop_xrun() helperTakashi Iwai2014-11-091-4/+1
* ALSA: asihpi: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-41/+5
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* ALSA: asihpi: fix some indenting in snd_card_asihpi_pcm_new()Dan Carpenter2014-03-311-4/+5
* ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-11/+5
* ALSA: asihpi: a couple array out of bounds issuesDan Carpenter2013-09-131-2/+7
* ALSA: asihpi: Fix unlocked snd_pcm_stop() callTakashi Iwai2013-07-151-0/+3
* ALSA: Replace the magic number 44 with constTakashi Iwai2013-06-281-1/+1
* ALSA: asihpi: add format support check in snd_card_asihpi_capture_formatsEldad Zack2013-04-291-1/+1
* ALSA: pcm_format_to_bits strong-typed conversionEldad Zack2013-04-291-2/+2
* ALSA: asihpi - fix potential NULL pointer dereferenceWei Yongjun2013-03-121-1/+2
* ALSA: pci: remove __dev* attributesBill Pemberton2012-12-071-28/+27
* sound: Remove unnecessary semicolonPeter Senna Tschudin2012-10-061-1/+1
* ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai2012-08-141-1/+1
* ALSA: asihpi - Fix potential Oops in snd_asihpi_cmode_info()Takashi Iwai2012-01-091-0/+3
* ALSA: asihpi - Fix format validity check.Eliot Blennerhassett2011-12-221-36/+33
* ALSA: asihpi - Use valid channel count in format enumeration.Eliot Blennerhassett2011-12-221-12/+8
* ALSA: asihpi - Add HPI version to module description.Eliot Blennerhassett2011-12-221-1/+3
* ALSA: asihpi - Remove redundant struct members.Eliot Blennerhassett2011-12-221-77/+66
* ALSA: asihpi - Update node types.Eliot Blennerhassett2011-12-221-2/+1
* ALSA: asihpi - Only set sync if card supports hardware stream grouping.Eliot Blennerhassett2011-12-221-3/+3
* ALSA: asihpi - Relax drained check for more reliable playback startup.Eliot Blennerhassett2011-12-221-3/+2
* ALSA: asihpi - Use snd_pcm_debug_name to get substream name.Eliot Blennerhassett2011-12-221-2/+6
* ALSA: asihpi - Volumes and meters may have 1 or 2 channels.Eliot Blennerhassett2011-12-221-2/+14
* ALSA: asihpi - Low latency mode stream has fixed channel count.Eliot Blennerhassett2011-12-221-4/+13
* ALSA: asihpi - fix pcm dma pointer trackingEliot Blennerhassett2011-12-221-2/+2
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-191-2/+2
* sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-10-311-0/+1
* ALSA: Make snd_pcm_debug_name usable outside pcm_libEliot Blennerhassett2011-07-241-21/+0
* Merge branch 'topic/misc' into for-linusTakashi Iwai2011-07-221-15/+66
|\
| * ALSA: asihpi - Replace with snd_ctl_boolean_mono_info()Takashi Iwai2011-07-221-9/+1
| * ALSA: asihpi - Add volume mute controlsEliot Blennerhassett2011-07-221-1/+50
| * ALSA: asihpi - Control name updatesEliot Blennerhassett2011-07-221-4/+8