aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/pci/asihpi/asihpi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-05ALSA: asihpi: More constificationsTakashi Iwai1-2/+2
2019-12-11ALSA: asihpi: Drop superfluous ioctl PCM opsTakashi Iwai1-17/+0
2019-12-11ALSA: asihpi: Use managed buffer allocationTakashi Iwai1-7/+3
2019-11-06ALSA: pci: Avoid non-standard macro usageTakashi Iwai1-2/+2
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-14/+1
2019-07-05ALSA: asihpi: Remove unneeded variable changeHariprasad Kelam1-5/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 273Thomas Gleixner1-14/+1
2019-02-06ALSA: pci: Clean up with new procfs helpersTakashi Iwai1-4/+2
2018-11-19ALSA: asihpi: clean up indentation, replace spaces with tabColin Ian King1-1/+1
2018-07-27ALSA: asihpi: Fix PCM format notationsTakashi Iwai1-11/+13
2018-05-28sound: Use octal not symbolic permissionsJoe Perches1-6/+6
2017-10-16ALSA: asihpi: clean up a couple of build warningsColin Ian King1-3/+0
2017-10-05ALSA: asihpi: Convert timers to use timer_setup()Kees Cook1-7/+5
2017-09-07ALSA: asihpi: Kill BUG_ON() usagesTakashi Iwai1-5/+1
2016-09-02ALSA: constify snd_pcm_ops structuresJulia Lawall1-2/+2
2015-03-24ALSA: asihpi: Fix duplicate const for clock sourcesKrzysztof Kozlowski1-1/+1
2015-01-19ALSA: asihpi: Use setup_timer() and mod_timer()Takashi Iwai1-8/+5
2015-01-02ALSA: asihpi: Remove always NULL parameterLars-Peter Clausen1-7/+2
2014-11-22ALSA: asihpi: Use standard printk helpersEliot Blennerhassett1-19/+13
2014-11-22ALSA: asihpi: Add support for stream interrupt.Eliot Blennerhassett1-29/+148
2014-11-22ALSA: asihpi: Logging format improvementsEliot Blennerhassett1-46/+39
2014-11-22ALSA: asihpi: New I/O types - AVB & BLUlink, DAB Rf receiverEliot Blennerhassett1-7/+18
2014-11-22ALSA: asihpi: Minor string and dead code cleanupEliot Blennerhassett1-9/+4
2014-11-09ALSA: pcm: Add snd_pcm_stop_xrun() helperTakashi Iwai1-4/+1
2014-10-21ALSA: asihpi: Use snd_ctl_enum_info()Takashi Iwai1-41/+5
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-03-31ALSA: asihpi: fix some indenting in snd_card_asihpi_pcm_new()Dan Carpenter1-4/+5
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai1-11/+5
2013-09-13ALSA: asihpi: a couple array out of bounds issuesDan Carpenter1-2/+7
2013-07-15ALSA: asihpi: Fix unlocked snd_pcm_stop() callTakashi Iwai1-0/+3
2013-06-28ALSA: Replace the magic number 44 with constTakashi Iwai1-1/+1
2013-04-29ALSA: asihpi: add format support check in snd_card_asihpi_capture_formatsEldad Zack1-1/+1
2013-04-29ALSA: pcm_format_to_bits strong-typed conversionEldad Zack1-2/+2
2013-03-12ALSA: asihpi - fix potential NULL pointer dereferenceWei Yongjun1-1/+2
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton1-28/+27
2012-10-06sound: Remove unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-08-14ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai1-1/+1
2012-01-09ALSA: asihpi - Fix potential Oops in snd_asihpi_cmode_info()Takashi Iwai1-0/+3
2011-12-22ALSA: asihpi - Fix format validity check.Eliot Blennerhassett1-36/+33
2011-12-22ALSA: asihpi - Use valid channel count in format enumeration.Eliot Blennerhassett1-12/+8
2011-12-22ALSA: asihpi - Add HPI version to module description.Eliot Blennerhassett1-1/+3
2011-12-22ALSA: asihpi - Remove redundant struct members.Eliot Blennerhassett1-77/+66
2011-12-22ALSA: asihpi - Update node types.Eliot Blennerhassett1-2/+1
2011-12-22ALSA: asihpi - Only set sync if card supports hardware stream grouping.Eliot Blennerhassett1-3/+3
2011-12-22ALSA: asihpi - Relax drained check for more reliable playback startup.Eliot Blennerhassett1-3/+2
2011-12-22ALSA: asihpi - Use snd_pcm_debug_name to get substream name.Eliot Blennerhassett1-2/+6
2011-12-22ALSA: asihpi - Volumes and meters may have 1 or 2 channels.Eliot Blennerhassett1-2/+14
2011-12-22ALSA: asihpi - Low latency mode stream has fixed channel count.Eliot Blennerhassett1-4/+13
2011-12-22ALSA: asihpi - fix pcm dma pointer trackingEliot Blennerhassett1-2/+2
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-2/+2