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