index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
codecs
/
wm_adsp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-13
Merge remote-tracking branches 'asoc/topic/ab8500', 'asoc/topic/adau17x1', 'a...
Mark Brown
1
-60
/
+71
2016-03-11
ASoC: wm_adsp: Use correct local length in error message
Charles Keepax
1
-1
/
+1
2016-03-01
ASoC: wm_adsp: Fix enum ctl accesses in a wrong type
Takashi Iwai
1
-4
/
+4
2016-02-20
ASoC: wm_adsp: wm_coeff_{read|write}_control should use passed length
Charles Keepax
1
-8
/
+8
2016-02-20
ASoC: wm_adsp: Fixup some odd line wrapping
Charles Keepax
1
-16
/
+7
2016-02-20
ASoC: wm_adsp: Explicitly set the control access flags in all cases
Charles Keepax
1
-0
/
+3
2016-02-20
ASoC: wm_adsp: Avoid narrow race condition on compr pointer
Charles Keepax
1
-1
/
+1
2016-02-02
ASoC: wm_adsp: Return sample rate in wm_adsp_compr_pointer
Charles Keepax
1
-0
/
+5
2016-02-02
ASoC: wm_adsp: Add missing const from region definitions
Charles Keepax
1
-2
/
+2
2016-01-29
ASoC: wm5110: Add support for audio trace firmware
Charles Keepax
1
-1
/
+0
2016-01-29
ASoC: wm_adsp: Move setting of DSP speed into CODEC specific code
Charles Keepax
1
-25
/
+15
2016-01-29
ASoC: wm_adsp: Add debug audio trace firmware
Charles Keepax
1
-1
/
+24
2016-01-29
ASoC: wm_adsp: Use more generic naming for regions and caps definitions
Charles Keepax
1
-6
/
+6
2016-01-06
ASoC: wm_adsp: Pull data through compressed read
Charles Keepax
1
-0
/
+138
2016-01-06
ASoC: wm_adsp: Add a handler for the compressed IRQ
Charles Keepax
1
-0
/
+188
2015-12-23
ASoC: wm_adsp: Attach buffers and streams together
Charles Keepax
1
-0
/
+62
2015-12-23
ASoC: wm_adsp: Add code to locate and initialise compressed buffer
Charles Keepax
1
-0
/
+291
2015-12-23
ASoC: wm_adsp: Add support for opening a compressed stream
Charles Keepax
1
-3
/
+191
2015-12-23
ASoC: wm_adsp: Factor out finding the location of an algorithm region
Charles Keepax
1
-14
/
+21
2015-12-17
ASoC: wm_adsp: Mimic legacy behaviour of reading controls when DSP is on
Charles Keepax
1
-0
/
+3
2015-12-13
ASoC: wm_adsp: Add locking to DSP firmware controls
Charles Keepax
1
-7
/
+17
2015-12-13
ASoC: wm_adsp: Fixup some minor formatting and checkpatch errors
Charles Keepax
1
-14
/
+13
2015-12-13
ASoC: wm_adsp: Add power lock for firmware change control
Charles Keepax
1
-3
/
+8
2015-12-13
ASoC: wm_adsp: Replace debugfs lock with more general DSP power lock
Charles Keepax
1
-33
/
+42
2015-11-27
ASoC: wm_adsp: Expand the list of available firmwares
Charles Keepax
1
-14
/
+35
2015-06-19
ASoC: wm_adsp: Move DSP Rate controls into the codec
Richard Fitzgerald
1
-46
/
+6
2015-06-11
ASoC: wm_adsp: Add basic debugfs entries
Richard Fitzgerald
1
-3
/
+192
2015-06-11
ASoC: wm_adsp: create ALSA controls from wm_adsp driver
Richard Fitzgerald
1
-17
/
+24
2015-06-11
ASoC: wm_adsp: Add codec_probe and codec_remove stubs
Richard Fitzgerald
1
-0
/
+12
2015-06-02
ASoC: wm_adsp: Move DVFS control into codec driver
Richard Fitzgerald
1
-72
/
+1
2015-05-29
ASoC: wm_adsp: Dump scratch registers on DSP shutdown
Richard Fitzgerald
1
-0
/
+27
2015-04-27
ASoC: wm_adsp: Add support for DSP control flags
Charles Keepax
1
-8
/
+35
2015-04-27
ASoC: wm_adsp: Use __leXX for little endian data
Charles Keepax
1
-3
/
+3
2015-04-27
ASoC: wm_adsp: Warn that firmware file format 0 is depreciated
Charles Keepax
1
-0
/
+3
2015-04-27
ASoC: wm_adsp: Add support for rev 2 firmware file format
Charles Keepax
1
-18
/
+119
2015-04-27
ASoC: wm_adsp: Add basic support for rev 1 firmware file format
Charles Keepax
1
-46
/
+193
2015-04-27
ASoC: wm_adsp: Group all the ALSA control functions together
Charles Keepax
1
-140
/
+140
2015-04-27
ASoC: wm_adsp: Remove private field from wm_coeff_ctl
Charles Keepax
1
-1
/
+0
2015-04-27
ASoC: wm_adsp: Factor out creation of alg_regions
Charles Keepax
1
-70
/
+64
2015-04-27
ASoC: wm_adsp: Clean up low level control read/write functions
Charles Keepax
1
-7
/
+5
2015-04-27
ASoC: wm_adsp: Move temporary control name to the stack
Charles Keepax
1
-17
/
+6
2015-04-27
ASoC: wm_adsp: Limit firmware control name to ALSA control name size
Charles Keepax
1
-2
/
+2
2015-04-27
ASoC: wm_adsp: Remove len field from wm_adsp_alg_region
Charles Keepax
1
-27
/
+28
2015-04-27
ASoC: wm_adsp: Improve variable naming
Charles Keepax
1
-178
/
+178
2015-04-27
ASoC: wm_adsp: Split out adsp1 & 2 setup algorithms
Charles Keepax
1
-251
/
+248
2015-03-05
Merge remote-tracking branches 'asoc/topic/rt5670', 'asoc/topic/rt5677', 'aso...
Mark Brown
1
-10
/
+3
2015-02-21
ASoC: wm_adsp: Improve round to next 4-byte boundary
Charles Keepax
1
-7
/
+1
2015-02-21
ASoC: wm_adsp: Ensure DSP controls are always persistent
Nikesh Oswal
1
-3
/
+2
2015-01-14
ASoC: wm_adsp: Replace w->codec snd_soc_dapm_to_codec(w->dapm)
Lars-Peter Clausen
1
-3
/
+3
2014-12-08
Merge remote-tracking branches 'asoc/topic/adav80x', 'asoc/topic/adsp', 'asoc...
Mark Brown
1
-44
/
+42
[next]