index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
pci
/
emu10k1
/
memory.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-07
ALSA: emu10k1: fix sample signedness issues in wavetable loader
Oswald Buddenhagen
1
-9
/
+40
2024-04-07
ALSA: emu10k1: move patch loader assertions into low-level functions
Oswald Buddenhagen
1
-0
/
+6
2023-05-18
Revert "ALSA: emu10k1 - delay the PCM interrupts (add pcm_irq_delay parameter)"
Oswald Buddenhagen
1
-3
/
+1
2022-07-22
ALSA: emu10k1: Fix typo in comments
shaomin Deng
1
-1
/
+1
2021-06-09
ALSA: emu10k1: Fix assignment in if condition
Takashi Iwai
1
-7
/
+14
2020-12-25
ALSA: emu10k1: Use DIV_ROUND_UP() instead of open-coding it
Lars-Peter Clausen
1
-1
/
+1
2019-11-06
ALSA: pci: Avoid non-standard macro usage
Takashi Iwai
1
-2
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-16
/
+1
2018-05-17
ALSA: emu10k1: Rate-limit error messages about page errors
Takashi Iwai
1
-3
/
+3
2018-02-14
ALSA: emu10k1: add a IOMMU workaround
Maciej S. Szmigiero
1
-3
/
+37
2018-02-14
ALSA: emu10k1: make sure synth DMA pages are allocated with DMA functions
Maciej S. Szmigiero
1
-17
/
+27
2018-02-14
ALSA: emu10k1: add optional debug printouts with DMA addresses
Maciej S. Szmigiero
1
-4
/
+11
2018-02-14
ALSA: emu10k1: remove reserved_page
Maciej S. Szmigiero
1
-2
/
+6
2015-04-29
ALSA: emu10k1: Emu10k2 32 bit DMA mode
Peter Zubaj
1
-5
/
+6
2014-02-26
ALSA: emu10k1: Use standard printk helpers
Takashi Iwai
1
-4
/
+8
2012-09-05
ALSA: emu10k1: use list_move_tail instead of list_del/list_add_tail
Wei Yongjun
1
-2
/
+2
2012-08-03
ALSA: emu10k1: Avoid access to invalid pages when period=1
Takashi Iwai
1
-1
/
+4
2011-11-01
sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where needed
Paul Gortmaker
1
-0
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2010-08-18
ALSA: emu10k1 - delay the PCM interrupts (add pcm_irq_delay parameter)
Jaroslav Kysela
1
-1
/
+3
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2008-08-25
ALSA: Clean up SG-buffer helper functions and macros
Takashi Iwai
1
-10
/
+2
2008-08-13
ALSA: Kill snd_assert() in sound/pci/*
Takashi Iwai
1
-6
/
+13
2008-06-17
ALSA: emu10k1 - simplify the last fix
Takashi Iwai
1
-6
/
+3
2008-06-17
ALSA: emu10k1 - fix possible memory leak in memory allocation routines
Jaroslav Kysela
1
-2
/
+8
2008-06-13
ALSA: emu10k1 - Fix page allocation with GFP_DMA
Takashi Iwai
1
-1
/
+1
2008-05-30
[ALSA] emu10k1 - simplify page allocation for synth
Takashi Iwai
1
-38
/
+28
2008-01-31
[ALSA] Remove sound/driver.h
Takashi Iwai
1
-1
/
+0
2007-10-16
[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz
Jaroslav Kysela
1
-1
/
+1
2006-06-22
[ALSA] emu10k1 - Move EXPORT_SYMBOL() to adjacent to each function
Takashi Iwai
1
-0
/
+8
2006-03-22
[ALSA] semaphore -> mutex (PCI part)
Ingo Molnar
1
-12
/
+14
2006-01-03
[ALSA] Remove xxx_t typedefs: PCI emu10k1
Takashi Iwai
1
-45
/
+49
2005-11-04
[ALSA] Add missing KERN_* suffix to printk
Takashi Iwai
1
-3
/
+3
2005-07-28
[PATCH] clean up inline static vs static inline
Jesper Juhl
1
-1
/
+1
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+564