aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/asihpi/asihpi.c
Commit message (Expand)AuthorAge
* ALSA: constify snd_pcm_ops structuresJulia Lawall2016-09-02
* ALSA: asihpi: Fix duplicate const for clock sourcesKrzysztof Kozlowski2015-03-24
* ALSA: asihpi: Use setup_timer() and mod_timer()Takashi Iwai2015-01-19
* ALSA: asihpi: Remove always NULL parameterLars-Peter Clausen2015-01-02
* ALSA: asihpi: Use standard printk helpersEliot Blennerhassett2014-11-22
* ALSA: asihpi: Add support for stream interrupt.Eliot Blennerhassett2014-11-22
* ALSA: asihpi: Logging format improvementsEliot Blennerhassett2014-11-22
* ALSA: asihpi: New I/O types - AVB & BLUlink, DAB Rf receiverEliot Blennerhassett2014-11-22
* ALSA: asihpi: Minor string and dead code cleanupEliot Blennerhassett2014-11-22
* ALSA: pcm: Add snd_pcm_stop_xrun() helperTakashi Iwai2014-11-09
* ALSA: asihpi: Use snd_ctl_enum_info()Takashi Iwai2014-10-21
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-12
* ALSA: asihpi: fix some indenting in snd_card_asihpi_pcm_new()Dan Carpenter2014-03-31
* ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-12
* ALSA: asihpi: a couple array out of bounds issuesDan Carpenter2013-09-13
* ALSA: asihpi: Fix unlocked snd_pcm_stop() callTakashi Iwai2013-07-15
* ALSA: Replace the magic number 44 with constTakashi Iwai2013-06-28
* ALSA: asihpi: add format support check in snd_card_asihpi_capture_formatsEldad Zack2013-04-29
* ALSA: pcm_format_to_bits strong-typed conversionEldad Zack2013-04-29
* ALSA: asihpi - fix potential NULL pointer dereferenceWei Yongjun2013-03-12
* ALSA: pci: remove __dev* attributesBill Pemberton2012-12-07
* sound: Remove unnecessary semicolonPeter Senna Tschudin2012-10-06
* ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai2012-08-14
* ALSA: asihpi - Fix potential Oops in snd_asihpi_cmode_info()Takashi Iwai2012-01-09
* ALSA: asihpi - Fix format validity check.Eliot Blennerhassett2011-12-22
* ALSA: asihpi - Use valid channel count in format enumeration.Eliot Blennerhassett2011-12-22
* ALSA: asihpi - Add HPI version to module description.Eliot Blennerhassett2011-12-22
* ALSA: asihpi - Remove redundant struct members.Eliot Blennerhassett2011-12-22
* ALSA: asihpi - Update node types.Eliot Blennerhassett2011-12-22
* ALSA: asihpi - Only set sync if card supports hardware stream grouping.Eliot Blennerhassett2011-12-22
* ALSA: asihpi - Relax drained check for more reliable playback startup.Eliot Blennerhassett2011-12-22
* ALSA: asihpi - Use snd_pcm_debug_name to get substream name.Eliot Blennerhassett2011-12-22
* ALSA: asihpi - Volumes and meters may have 1 or 2 channels.Eliot Blennerhassett2011-12-22
* ALSA: asihpi - Low latency mode stream has fixed channel count.Eliot Blennerhassett2011-12-22
* ALSA: asihpi - fix pcm dma pointer trackingEliot Blennerhassett2011-12-22
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-19
* sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-10-31
* ALSA: Make snd_pcm_debug_name usable outside pcm_libEliot Blennerhassett2011-07-24
* Merge branch 'topic/misc' into for-linusTakashi Iwai2011-07-22
|\
| * ALSA: asihpi - Replace with snd_ctl_boolean_mono_info()Takashi Iwai2011-07-22
| * ALSA: asihpi - Add volume mute controlsEliot Blennerhassett2011-07-22
| * ALSA: asihpi - Control name updatesEliot Blennerhassett2011-07-22
| * ALSA: asihpi - Revise snd_pcm_debug_name, get rid of DEBUG_NAME macroEliot Blennerhassett2011-07-22
| * ALSA: Use KBUILD_MODNAME for pci_driver.name entriesTakashi Iwai2011-06-10
* | ALSA: Remove unneeded version.h includes from sound/Jesper Juhl2011-06-24
|/
* Merge branch 'topic/misc' into for-linusTakashi Iwai2011-05-22
|\
| * ALSA: asihpi: Standardise substream name generationEliot Blennerhassett2011-04-05
| * ALSA: asihpi: MMAP for non-busmaster cardsEliot Blennerhassett2011-04-05
| * ALSA: asihpi: Handle playback drained status betterEliot Blennerhassett2011-04-05
| * ALSA: asihpi: Update debug printingEliot Blennerhassett2011-04-05