index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
soc-compress.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-10
ASoC: soc-pcm/soc-compress: use snd_soc_dapm_stream_stop() for SND_SOC_DAPM_S...
Kuninori Morimoto
1
-1
/
+1
2020-01-10
ASoC: soc-dapm: add snd_soc_dapm_stream_stop()
Kuninori Morimoto
1
-17
/
+1
2020-01-10
ASoC: soc-core: add snd_soc_close_delayed_work()
Kuninori Morimoto
1
-28
/
+1
2020-01-10
ASoC: soc-core: remove snd_soc_rtdcom_list
Kuninori Morimoto
1
-44
/
+31
2019-12-17
ASoC: compress: Add pm_runtime support
Cezary Rojewski
1
-1
/
+28
2019-12-04
ASoC: core: Init pcm runtime work early to avoid warnings
Curtis Malainey
1
-4
/
+2
2019-10-23
ASoC: soc-core: add for_each_rtd_components() and replace
Kuninori Morimoto
1
-39
/
+13
2019-08-15
ASoC: core: Move pcm_mutex up to card level from snd_soc_pcm_runtime
Peter Ujfalusi
1
-24
/
+24
2019-07-23
ASoC: soc-dai: move snd_soc_dai_stream_valid() to soc-dai.c
Kuninori Morimoto
1
-5
/
+4
2019-06-25
ASoC: compress: Fix memory leak from snd_soc_new_compress
Amadeusz Sławiński
1
-11
/
+6
2019-02-06
ASoC: compress: Add helper functions for component trigger/set_params
Charles Keepax
1
-63
/
+54
2019-02-06
ASoC: compress: Clarify the intent of current compressed ops handling
Charles Keepax
1
-58
/
+48
2018-09-20
ASoC: add for_each_dpcm_be() macro
Kuninori Morimoto
1
-2
/
+2
2018-08-07
ASoC: compress: make BE and FE order inline with dpcm
Srinivas Kandagatla
1
-50
/
+46
2018-07-02
ASoC: soc-compress: convert to SPDX identifiers
Kuninori Morimoto
1
-15
/
+9
2018-05-11
ASoC: compress: Fix up some trivial formatting issues
Charles Keepax
1
-15
/
+13
2018-05-11
ASoC: compress: Only assign compr->ops->copy once
Charles Keepax
1
-0
/
+1
2018-04-26
ASoC: compress: Add helper functions for component open/free
Charles Keepax
1
-79
/
+62
2018-04-26
ASoC: Remove platform code now everything is componentised
Charles Keepax
1
-221
/
+6
2018-04-26
ASoC: compress: Only call free for components which have been opened
Charles Keepax
1
-24
/
+28
2018-01-26
ASoC: compress: Fixup error messages
Charles Keepax
1
-27
/
+41
2018-01-26
ASoC: compress: Remove some extraneous blank lines
Charles Keepax
1
-3
/
+0
2018-01-26
Merge branch 'fix/compress' of https://git.kernel.org/pub/scm/linux/kernel/gi...
Mark Brown
1
-4
/
+4
2018-01-26
ASoC: compress: Correct handling of copy callback
Charles Keepax
1
-4
/
+4
2017-12-05
ASoC: don't use rtd->codec on snd_soc_new_compress()
Kuninori Morimoto
1
-2
/
+2
2017-10-23
ASoC: snd_soc_component_driver has snd_compr_ops
Kuninori Morimoto
1
-34
/
+427
2017-08-16
ASoC: compress: Set reasonable compress id string
Peng Donglin
1
-10
/
+6
2017-08-10
ASoC: compress: Delete error messages for a failed memory allocation in snd_s...
Markus Elfring
1
-5
/
+2
2017-06-19
ASoC: compress: Derive substream from stream based on direction
Satish Babu Patakokila
1
-2
/
+4
2016-11-13
ASoC: compress: Add support for compress dai ops
Vinod Koul
1
-2
/
+96
2016-08-16
ASoC: compress: Fix leak of a widget list in soc_compr_open_fe
Charles Keepax
1
-1
/
+3
2016-06-22
ASoC: compress: Pass error out of soc_compr_pointer
Charles Keepax
1
-2
/
+3
2016-01-11
Merge tag 'asoc-v4.4-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/br...
Takashi Iwai
1
-3
/
+20
2016-01-08
ASoC: compress: Fix compress device direction check
Vinod Koul
1
-3
/
+20
2015-11-30
ALSA: compress: Pass id string to snd_compress_new
Richard Fitzgerald
1
-1
/
+7
2015-10-22
ASoC: compress: add config item for soc-compress to make it compiled only whe...
Jie Yang
1
-2
/
+10
2015-01-15
ASoC: soc-compress.c: fix NULL dereference
Qais Yousef
1
-3
/
+6
2014-10-22
ASoC: soc-compress: consolidate two identical branches
Daniel Mack
1
-9
/
+2
2014-09-24
ASoC: soc-compress: fix double unlock of fe card mutex
Qiao Zhou
1
-4
/
+2
2014-09-10
ASoC: soc-pcm: fix dpcm_path_get error handling
Qiao Zhou
1
-1
/
+5
2014-07-16
ASoC: compress: Prevent multicodec for compressed stream
Benoit Cousson
1
-0
/
+5
2014-06-21
ASoC: Move name and id from CODEC/platform to component
Lars-Peter Clausen
1
-3
/
+5
2014-05-14
ASoC: compress: indent an if statement
Dan Carpenter
1
-2
/
+3
2014-05-12
ASoC: Remove runtime field from DAI
Lars-Peter Clausen
1
-1
/
+0
2014-03-06
ASoC: Add helper functions for PCM runtime 'active' management
Lars-Peter Clausen
1
-50
/
+12
2014-03-06
ASoC: Handle ignore_pmdown_time for CODEC to CODEC links
Lars-Peter Clausen
1
-2
/
+1
2014-01-17
ASoC: compress: Add suport for DPCM into compressed audio
Liam Girdwood
1
-1
/
+300
2013-08-12
ASoC: compress: Use power efficient workqueue
Mark Brown
1
-2
/
+3
2013-07-28
ASoC: compress: use soc_xxx handlers for metadata
Vinod Koul
1
-4
/
+4
2013-05-20
ASoC: soc-compress: Send correct stream event for capture start
Charles Keepax
1
-2
/
+6
[next]