index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
soc-pcm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-01
Merge remote-tracking branch 'asoc/topic/core' into asoc-next
Mark Brown
1
-22
/
+21
2017-08-10
Merge branch 'topic/pcm' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
1
-3
/
+2
2017-08-10
ASoC: use snd_soc_rtdcom_add() and convert to consistent operation
Kuninori Morimoto
1
-19
/
+19
2017-08-01
Merge remote-tracking branches 'asoc/fix/dpcm', 'asoc/fix/imx', 'asoc/fix/msm...
Mark Brown
1
-23
/
+13
2017-07-31
ASoC: soc-pcm: Remove unused 'debugfs_dpcm_state' entry
Fabio Estevam
1
-3
/
+2
2017-07-17
ASoC: fix pcm-creation regression
Johan Hovold
1
-23
/
+9
2017-07-17
ASoC: do not close shared backend dailink
Banajit Goswami
1
-0
/
+4
2017-06-02
ALSA: pcm: Drop the old copy and silence ops
Takashi Iwai
1
-2
/
+0
2017-06-02
ALSA: pcm: Introduce copy_user, copy_kernel and fill_silence ops
Takashi Iwai
1
-0
/
+3
2017-02-19
Merge remote-tracking branch 'asoc/topic/component' into asoc-next
Mark Brown
1
-32
/
+23
2017-01-10
ASoC: remove snd_soc_platform_trigger()
Kuninori Morimoto
1
-9
/
+0
2017-01-09
ASoC: remove .bespoke_trigger from snd_soc_platform_driver
Kuninori Morimoto
1
-7
/
+0
2017-01-09
ASoC: remove .delay from snd_soc_platform_driver
Kuninori Morimoto
1
-7
/
+0
2017-01-06
ASoC: dpcm: Avoid putting stream state to STOP when FE stream is paused
Patrick Lai
1
-1
/
+3
2016-12-15
ASoC: add Component level pcm_new/pcm_free
Kuninori Morimoto
1
-9
/
+23
2016-11-22
ASoC: Make return type of dpcm_state_string() const char *
Lars-Peter Clausen
1
-1
/
+1
2016-09-26
ASoC: dpcm: print dai_link name of BE other than FE.
彭东林
1
-5
/
+5
2016-09-14
ASoC: dpcm: Don't apply symmetry for BE with hw param fixup
Jeeja KP
1
-0
/
+3
2016-05-30
ASoC: dpcm: play nice with CODEC<->CODEC links
Piotr Stankiewicz
1
-1
/
+41
2016-05-30
ASoC: dapm: support user-defined stop condition in dai_get_connected_widgets
Piotr Stankiewicz
1
-1
/
+2
2016-03-13
Merge remote-tracking branch 'asoc/topic/pcm' into asoc-next
Mark Brown
1
-12
/
+12
2016-02-02
ASoC: dpcm: fix the BE state on hw_free
Vinod Koul
1
-1
/
+2
2016-01-29
ASoC: soc-pcm: copy dpcm->hw_params and call be_hw_params_fixup every time
Kuninori Morimoto
1
-12
/
+12
2016-01-11
Merge remote-tracking branch 'asoc/topic/pcm' into asoc-next
Mark Brown
1
-8
/
+20
2016-01-05
ASoC: pcm: allow delayed suspending request by users
Sanyog Kale
1
-8
/
+20
2015-12-23
Merge remote-tracking branches 'asoc/topic/dpcm', 'asoc/topic/dwc', 'asoc/top...
Mark Brown
1
-1
/
+59
2015-12-13
ASoC: dpcm: Apply symmetry for DPCM
PC Liao
1
-0
/
+57
2015-11-18
ASoC: Change the PCM runtime array to a list
Mengdong Lin
1
-12
/
+10
2015-11-16
ASoC: dpcm: Make BE prepare possible in suspend state
Koro Chen
1
-1
/
+2
2015-10-23
Merge branch 'topic/hw-constraint-single' into for-next
Takashi Iwai
1
-6
/
+4
2015-10-21
ASoC: pcm: Use snd_pcm_hw_constraint_single()
Lars-Peter Clausen
1
-6
/
+4
2015-09-19
ASoC: Handle multiple codecs with split playback / capture
Ricard Wanderlof
1
-0
/
+49
2015-08-30
Merge remote-tracking branches 'asoc/topic/davinci', 'asoc/topic/davinci-vcif...
Mark Brown
1
-0
/
+5
2015-07-29
ASoC: dapm: Simplify list creation in dapm_dai_get_connected_widgets()
Lars-Peter Clausen
1
-9
/
+2
2015-07-07
ASoC: dpcm: Add checks of playback/capture before dpcm_get_be
Koro Chen
1
-0
/
+5
2015-05-22
ASoC: soc-pcm: DPCM cares BE format
Kuninori Morimoto
1
-5
/
+42
2015-04-12
Merge remote-tracking branch 'asoc/topic/core' into asoc-next
Mark Brown
1
-7
/
+9
2015-04-09
ASoC: Don't try to register debugfs entries if the parent does not exist
Lars-Peter Clausen
1
-2
/
+6
2015-04-09
ASoC: Make soc_dpcm_debugfs_add() non-fatal
Lars-Peter Clausen
1
-5
/
+3
2015-02-23
ASoC: core: allow pcms to be registered as nonatomic
Vinod Koul
1
-0
/
+1
2014-12-31
Merge branch 'topic/msbits' into for-next
Takashi Iwai
1
-1
/
+1
2014-12-31
ASoC: pcm: Fix unused variable warning
Takashi Iwai
1
-1
/
+1
2014-12-30
Merge branch 'topic/msbits' into for-next
Takashi Iwai
1
-20
/
+4
2014-12-30
ASoC: pcm: Use wildcard msbits constraints
Lars-Peter Clausen
1
-20
/
+4
2014-12-24
ASoC: pcm: Fix vague codec and cpu DAI prepare error messages
Jarkko Nikula
1
-3
/
+4
2014-12-08
Merge remote-tracking branches 'asoc/topic/davinci', 'asoc/topic/doc', 'asoc/...
Mark Brown
1
-2
/
+14
2014-12-08
Merge remote-tracking branch 'asoc/topic/core' into asoc-next
Mark Brown
1
-0
/
+3
2014-12-08
Merge remote-tracking branch 'asoc/fix/pcm' into asoc-linus
Mark Brown
1
-0
/
+4
2014-12-05
ASoC: soc-pcm: do not hw_free BE if it's still used
Qiao Zhou
1
-0
/
+4
2014-11-21
ASoC: soc-pcm: skip dpcm path checking with incapable/unready FE
Qiao Zhou
1
-2
/
+14
[next]