index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
Commit message (
Expand
)
Author
Age
Files
Lines
*
ASoC: Convert e800_wm9712 to use gpio_request_one()
Axel Lin
2011-12-08
1
-10
/
+4
*
ASoC: Fix error handling in e800_init to free gpios
Axel Lin
2011-12-08
1
-2
/
+4
*
ASoC: Convert e750_wm9705 to use gpio_request_one()
Axel Lin
2011-12-08
1
-10
/
+4
*
ASoC: Fix a typo in s3c24xx_simtec_tlv320aic23 driver
Axel Lin
2011-12-08
1
-2
/
+2
*
ASoC: Convert Samsung I2S driver to devm_kzalloc()
Mark Brown
2011-12-07
1
-14
/
+6
*
ASoC: WM8903: Add of_match_table
Stephen Warren
2011-12-07
1
-0
/
+7
*
Merge branch 'for-3.2' into for-3.3
Mark Brown
2011-12-06
2
-1
/
+2
|
\
|
*
ASoC: Fix build dependency for SND_SOC_JZ4740_CODEC
Axel Lin
2011-12-06
1
-1
/
+1
|
*
ASoC: Include linux/io.h for jz4740 codec
Axel Lin
2011-12-06
1
-0
/
+1
*
|
ASoC: Don't fail if we can't read the IRQ type in WM8903
Mark Brown
2011-12-06
1
-5
/
+1
*
|
ASoC: WM8903: Add device tree binding
Stephen Warren
2011-12-06
1
-0
/
+49
*
|
ASoC: WM8903: Get default irq_active_low from IRQ controller
Stephen Warren
2011-12-06
1
-0
/
+40
*
|
ASoC: WM8903: Remove conditionals checking pdata != NULL
Stephen Warren
2011-12-06
1
-38
/
+36
*
|
ASoC: WM8903: Fix platform data gpio_cfg confusion
Stephen Warren
2011-12-06
1
-1
/
+2
*
|
Merge branch 'for-3.2' into for-3.3
Mark Brown
2011-12-06
1
-1
/
+30
|
\
|
|
*
ASoC: Provide a more complete DMA driver stub
Mark Brown
2011-12-06
1
-1
/
+30
*
|
ASoC: sst_platform: fix the dsp driver interface
Vinod Koul
2011-12-05
3
-55
/
+158
*
|
ASoC: Fix reg_cache_size for stac9766
Axel Lin
2011-12-05
1
-1
/
+1
*
|
ASoC: uda1380: Convert to gpio_request_one()
Axel Lin
2011-12-05
1
-20
/
+8
*
|
ASoC: Convert e740_wm9705 to use gpio_request_one()
Axel Lin
2011-12-05
1
-14
/
+6
*
|
Merge branch 'for-3.2' into for-3.3
Mark Brown
2011-12-04
3
-4
/
+5
|
\
|
|
*
ASoC: Make SND_SOC_MX27VIS_AIC32X4 depend on I2C
Axel Lin
2011-12-04
1
-1
/
+1
|
*
ASoC: Fix dependency for SND_SOC_RAUMFELD and SND_PXA2XX_SOC_HX4700
Axel Lin
2011-12-04
1
-1
/
+2
|
*
ASoC: uda1380: Return proper error in uda1380_modinit failure path
Axel Lin
2011-12-04
1
-2
/
+2
*
|
ASoC: Make SND_SOC_LITTLEMILL select MFD_WM8994
Axel Lin
2011-12-04
1
-0
/
+1
*
|
ASoC: Sort WM9090 in with the CODEC drivers
Mark Brown
2011-12-03
2
-5
/
+5
*
|
ASoC: Convert WM2000 into a standard CODEC driver
Mark Brown
2011-12-03
4
-84
/
+73
*
|
ASoC: Convert wm2000 to use regmap API
Mark Brown
2011-12-03
1
-44
/
+31
*
|
ASoC: Remove unused struct wm2000_setup_data
Mark Brown
2011-12-03
1
-5
/
+0
*
|
ASoC: Convert WM8728 to table based control init
Mark Brown
2011-12-03
1
-3
/
+2
*
|
ASoC: Convert WM8711 to table based control init
Mark Brown
2011-12-03
1
-3
/
+2
*
|
ASoC: Convert WM8750 to table based DAPM and control init
Mark Brown
2011-12-03
1
-15
/
+8
*
|
ASoC: Convert WM8741 to table based DAPM and control init
Mark Brown
2011-12-03
1
-16
/
+8
*
|
ASoC: Convert WM8580 to table based DAPM and control init
Mark Brown
2011-12-03
1
-16
/
+8
*
|
ASoC: Convert WM8510 to table based DAPM and control init
Mark Brown
2011-12-03
1
-15
/
+8
*
|
ASoC: Convert WM8400 to table based DAPM and control init
Mark Brown
2011-12-03
1
-21
/
+8
*
|
ASoC: Convert WM8350 to table based DAPM and control init
Mark Brown
2011-12-03
1
-28
/
+8
*
|
ASoC: Convert WM9090 to devm_kzalloc()
Mark Brown
2011-12-03
1
-4
/
+1
*
|
ASoC: Convert WM8750 to devm_kzalloc()
Mark Brown
2011-12-03
1
-8
/
+4
*
|
ASoC: Convert WM8741 to devm_kzalloc()
Mark Brown
2011-12-03
1
-12
/
+4
*
|
ASoC: Convert WM8400 to devm_kzalloc()
Mark Brown
2011-12-03
1
-6
/
+3
*
|
ASoC: Convert WM8350 to devm_kzalloc()
Mark Brown
2011-12-03
1
-7
/
+4
*
|
ASoC: Convert WM2000 to devm_kzalloc()
Mark Brown
2011-12-03
1
-5
/
+5
*
|
ASoC: Remove unused AUDIO_NAME define from WM8960
Mark Brown
2011-12-03
1
-2
/
+0
*
|
ASoC: Remove I2C ifdefs from WM8960
Mark Brown
2011-12-03
1
-6
/
+0
*
|
ASoC: Remove unused -codec from Wolfson device driver names
Mark Brown
2011-12-03
14
-15
/
+15
*
|
ASoC: WM8903: Create default platform data structure
Stephen Warren
2011-12-03
1
-2
/
+17
*
|
Merge branch 'for-3.2' into for-3.3
Mark Brown
2011-12-03
1
-1
/
+2
|
\
|
|
*
ASoC: kirkwood: Make SND_KIRKWOOD_SOC_OPENRD and SND_KIRKWOOD_SOC_T5325 depen...
Axel Lin
2011-12-03
1
-1
/
+2
*
|
ASoC: Move initial WM8903 identification and reset to I2C probe
Mark Brown
2011-12-03
1
-18
/
+23
[next]