index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
pci
/
emu10k1
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-28
ALSA: emu10k1: use more existing defines instead of open-coded numbers
Oswald Buddenhagen
7
-65
/
+69
2023-04-27
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-5
/
+9
2023-04-24
ALSA: emu10k1: use high-level I/O in set_filterQ()
Oswald Buddenhagen
1
-4
/
+1
2023-04-23
ALSA: emu10k1: use high-level I/O functions also during init
Oswald Buddenhagen
1
-14
/
+6
2023-04-23
ALSA: emu10k1: fix error handling in snd_audigy_i2c_volume_put()
Oswald Buddenhagen
1
-13
/
+13
2023-04-23
ALSA: emu10k1: don't stop DSP in _snd_emu10k1_{,audigy_}init_efx()
Oswald Buddenhagen
1
-6
/
+0
2023-04-23
ALSA: emu10k1: fix SNDRV_EMU10K1_IOCTL_SINGLE_STEP
Oswald Buddenhagen
1
-11
/
+13
2023-04-23
ALSA: emu10k1: skip Sound Blaster-specific hacks for E-MU cards
Oswald Buddenhagen
1
-3
/
+3
2023-04-23
ALSA: emu10k1: pull in some register definitions from kX-project
Oswald Buddenhagen
1
-1
/
+1
2023-04-23
ALSA: emu10k1: remove some bogus defines
Oswald Buddenhagen
1
-1
/
+0
2023-04-23
ALSA: emu10k1: comment updates
Oswald Buddenhagen
8
-76
/
+69
2023-04-22
ALSA: emu10k1: fix snd_emu1010_fpga_read() input masking for rev2 cards
Oswald Buddenhagen
1
-1
/
+4
2023-04-22
ALSA: emu10k1: remove unused emu->pcm_playback_efx_substream field
Oswald Buddenhagen
1
-2
/
+0
2023-04-22
ALSA: emu10k1: remove unused `resume` parameter from snd_emu10k1_init()
Oswald Buddenhagen
1
-3
/
+3
2023-04-22
ALSA: emu10k1: minor optimizations
Oswald Buddenhagen
2
-15
/
+8
2023-04-22
ALSA: emu10k1: remove remaining cruft from snd_emu10k1_emu1010_init()
Oswald Buddenhagen
1
-26
/
+1
2023-04-22
ALSA: emu10k1: remove apparently pointless EMU_HANA_OPTION_CARDS reads
Oswald Buddenhagen
1
-7
/
+0
2023-04-22
ALSA: emu10k1: remove apparently pointless FPGA reads
Oswald Buddenhagen
1
-7
/
+0
2023-04-22
ALSA: emu10k1: stop doing weird things with HCFG in snd_emu10k1_emu1010_init()
Oswald Buddenhagen
1
-29
/
+4
2023-04-22
ALSA: emu10k1: fix access to Audigy GPIO port
Oswald Buddenhagen
3
-45
/
+45
2023-04-22
ALSA: emu10k1: properly assert E-MU FPGA access constaints
Oswald Buddenhagen
1
-19
/
+17
2023-04-22
ALSA: emu10k1: clean up P16V part somewhat
Oswald Buddenhagen
2
-94
/
+49
2023-04-22
ALSA: emu10k1: remove unused snd_emu10k1_voice.emu field
Oswald Buddenhagen
2
-5
/
+1
2023-04-22
ALSA: emu10k1: drop redundant snd_emu10k1_efx_playback_pointer()
Oswald Buddenhagen
1
-18
/
+1
2023-04-22
ALSA: emu10k1: drop redundant snd_emu10k1_efx_playback_hw_free()
Oswald Buddenhagen
1
-31
/
+1
2023-04-21
ALSA: emu10k1: clarify various fx8010.*_mask fields
Oswald Buddenhagen
2
-8
/
+8
2023-04-06
ALSA: emu10k1: don't create old pass-through playback device on Audigy
Oswald Buddenhagen
1
-3
/
+7
2023-04-06
ALSA: emu10k1: fix capture interrupt handler unlinking
Oswald Buddenhagen
1
-2
/
+2
2022-10-21
ALSA: emu10k1: Use snd_ctl_rename() to rename a control
Maciej S. Szmigiero
1
-1
/
+1
2022-09-07
ALSA: emu10k1: Fix out of bounds access in snd_emu10k1_pcm_channel_alloc()
Tasos Sahanidis
1
-1
/
+1
2022-07-22
ALSA: emu10k1: Fix typo in comments
shaomin Deng
1
-1
/
+1
2022-04-13
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-2
/
+8
2022-04-12
ALSA: emu10k1x: Fix the missing snd_card_free() call at probe error
Takashi Iwai
1
-2
/
+8
2022-04-05
ALSA: emu10k1: Stop using iommu_present()
Robin Murphy
1
-4
/
+1
2021-07-19
ALSA: emu10k1x: Allocate resources with device-managed APIs
Takashi Iwai
1
-98
/
+30
2021-07-19
ALSA: emu10k1: Allocate resources with device-managed APIs
Takashi Iwai
3
-127
/
+50
2021-06-09
ALSA: emu10k1x: Fix assignment in if condition
Takashi Iwai
1
-31
/
+54
2021-06-09
ALSA: emu10k1: Fix assignment in if condition
Takashi Iwai
9
-71
/
+138
2021-03-17
module: remove never implemented MODULE_SUPPORTED_DEVICE
Leon Romanovsky
2
-3
/
+0
2021-01-08
ALSA: Convert strlcpy to strscpy when return value is unused
Joe Perches
3
-6
/
+6
2020-12-25
ALSA: emu10k1: Use DIV_ROUND_UP() instead of open-coding it
Lars-Peter Clausen
1
-1
/
+1
2020-11-21
ALSA: emu10k1: Use dma_set_mask_and_coherent to simplify code
Christophe JAILLET
1
-2
/
+2
2020-07-09
ALSA: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-3
/
+2
2020-07-07
ALSA: pci/emu10k1: remove 'set but not used' warning
Pierre-Louis Bossart
1
-1
/
+2
2020-07-07
ASoC: pci/emu10k1: remove "set but not used' warnings
Pierre-Louis Bossart
1
-2
/
+2
2020-06-05
ALSA: emu10k1: delete an unnecessary condition
Dan Carpenter
1
-1
/
+1
2020-02-10
ALSA: emu10k1: Fix endianness annotations
Takashi Iwai
1
-1
/
+3
2020-02-02
ALSA: emu10k1: Fix annotation and cast for the recent uapi header change
Takashi Iwai
1
-79
/
+101
2020-01-05
ALSA: emu10k1: More constifications
Takashi Iwai
5
-37
/
+37
2020-01-03
ALSA: emu10k1: Constify snd_emu_chip_details
Takashi Iwai
1
-1
/
+1
[next]