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
/
isa
/
sscape.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-15
ALSA: sscape: Fix -Wformat-truncation warning
Takashi Iwai
1
-1
/
+1
2021-07-19
ALSA: sscape: Allocate resources with device-managed APIs
Takashi Iwai
1
-72
/
+20
2021-01-26
isa: Make the remove callback for isa drivers return void
Uwe Kleine-König
1
-2
/
+1
2020-08-16
ALSA: isa: fix spelling mistakes in the comments
Liang Wang
1
-3
/
+3
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-15
/
+1
2019-02-01
ALSA: isa: Avoid passing NULL to memory allocators
Takashi Iwai
1
-3
/
+4
2017-08-17
ALSA: sscape: constify pnp_card_device_id
Arvind Yadav
1
-1
/
+1
2017-05-21
ALSA: sound/isa: constify snd_kcontrol_new structures
Bhumika Goyal
1
-1
/
+1
2017-04-20
Annotate hardware config module parameters in sound/isa/
David Howells
1
-6
/
+6
2016-04-11
ALSA: sscape: Use correct format identifier for size_t
William Breathitt Gray
1
-1
/
+1
2015-01-28
ALSA: sscape: add missing include of linux/io.h
Arnd Bergmann
1
-0
/
+1
2015-01-02
ALSA: wss: Remove (almost) always NULL parameters
Lars-Peter Clausen
1
-3
/
+2
2014-02-12
ALSA: isa: Convert to snd_card_new() with a device pointer
Takashi Iwai
1
-6
/
+5
2013-05-29
ALSA: ISA: Remove superfluous *_set_drvdata(NULL) calls
Takashi Iwai
1
-1
/
+0
2012-12-07
ALSA: isa: remove __dev* attributes
Bill Pemberton
1
-16
/
+16
2012-04-10
ALSA: sound/isa/sscape.c: add missing resource-release code
Julia Lawall
1
-2
/
+4
2011-11-01
sound: fix drivers needing module.h not moduleparam.h
Paul Gortmaker
1
-1
/
+1
2011-09-14
ALSA: mpu401: clean up interrupt specification
Clemens Ladisch
1
-2
/
+1
2009-10-10
ALSA: sscape: coding style fixes
Krzysztof Helt
1
-86
/
+83
2009-10-05
ALSA: sscape - Remove invalid __devinitdata to module parameters
Takashi Iwai
1
-9
/
+9
2009-10-05
ALSA: sscape: force AD1848 codec mode on old Soundscape
Krzysztof Helt
1
-4
/
+29
2009-10-04
ALSA: sscape: remove MIDI instances counting with limit ULONG_MAX
Krzysztof Helt
1
-72
/
+29
2009-10-01
ALSA: sscape: convert to firmware loader framework
Krzysztof Helt
1
-222
/
+106
2009-09-28
ALSA: sscape: add supoort for SPEA Media FX/Reveal SC-600
Krzysztof Helt
1
-34
/
+82
2009-03-24
Merge branch 'topic/sscape-fix' into for-linus
Takashi Iwai
1
-151
/
+38
2009-02-04
ALSA: sscape: drop redundant fields from soundscape struct
Krzysztof Helt
1
-28
/
+16
2009-01-21
ALSA: sscape: use common MPU401 macros
Krzysztof Helt
1
-8
/
+4
2009-01-13
ALSA: sscape: fix incorrect timeout after microcode upload
Krzysztof Helt
1
-12
/
+12
2009-01-12
ALSA: Convert to snd_card_create() in sound/isa/*
Takashi Iwai
1
-8
/
+8
2009-01-11
ALSA: wss-lib: move AD1845 frequency setting into wss-lib
Krzysztof Helt
1
-105
/
+8
2008-08-06
ALSA: wss_lib: rename cs4321_foo to wss_foo
Krzysztof Helt
1
-29
/
+32
2008-08-06
ALSA: wss_lib: rename cs4231.h into wss.h
Krzysztof Helt
1
-1
/
+1
2008-01-31
[ALSA] Remove sound/driver.h
Takashi Iwai
1
-1
/
+0
2007-10-16
[ALSA] alsa-kernel: schedule_timeout() fixes
Rene Herman
1
-2
/
+2
2007-10-16
[ALSA] sscape: support for audio part of VIVO cards
Krzysztof Helt
1
-75
/
+145
2007-10-16
[ALSA] sscape: driver extension to 2nd DMA and WSS port
Krzysztof Helt
1
-50
/
+100
2007-07-20
[ALSA] Fix invalid schedule_timeout_interruptible()
Takashi Iwai
1
-2
/
+2
2007-05-16
[ALSA] Fix probe of non-PnP ISA devices
Rene Herman
1
-13
/
+15
2007-05-11
[ALSA] isa_bus device/driver naming
Rene Herman
1
-2
/
+2
2007-05-11
[ALSA] Port the rest of ALSA ISA drivers to isa_driver
Takashi Iwai
1
-78
/
+38
2006-07-03
[PATCH] irq-flags: sound: Use the new IRQF_ constants
Thomas Gleixner
1
-1
/
+1
2006-06-22
[ALSA] Change an arugment of snd_mpu401_uart_new() to bit flags
Takashi Iwai
1
-2
/
+1
2006-04-12
[ALSA] unregister platform device again if probe was unsuccessful
Rene Herman
1
-0
/
+4
2006-04-12
[ALSA] continue on IS_ERR from platform device registration
Rene Herman
1
-10
/
+4
2006-03-27
[PATCH] PNP: adjust pnp_register_card_driver() signature: sscape
Bjorn Helgaas
1
-2
/
+2
2006-01-22
[ALSA] Fix compilation without CONFIG_PNP
Takashi Iwai
1
-1
/
+5
2006-01-03
[ALSA] unregister platform devices
Clemens Ladisch
1
-7
/
+26
2006-01-03
[ALSA] sscape - Use platform_device
Takashi Iwai
1
-170
/
+112
2006-01-03
[ALSA] Remove xxx_t typedefs: ISA SoundScape
Takashi Iwai
1
-39
/
+39
2005-11-04
[ALSA] Fix schedule_timeout usage
Nishanth Aravamudan
1
-15
/
+2
[next]