aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-pcm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-24ASoC: soc-pcm: rename .pmdown_time to .use_pmdown_time for ComponentKuninori Morimoto1-1/+1
2018-01-24ASoC: soc-pcm: don't call flush_delayed_work() many times in soc_pcm_private_free()Kuninori Morimoto1-3/+2
2017-10-23ASoC: snd_soc_component_driver has pmdown_timeKuninori Morimoto1-1/+10
2017-10-23ASoC: snd_soc_component_driver has snd_pcm_opsKuninori Morimoto1-14/+353
2017-09-27ASoC: add Component level pcm_new/pcm_free v2Kuninori Morimoto1-8/+21
2017-09-27Merge branch 'fix/pcm' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-coreMark Brown1-1/+12
2017-09-27ASoC: pcm: Sync delayed work before releasing resourcesTakashi Iwai1-1/+12
2017-09-26ASoC: add null_snd_soc_ops and reduce NULL ops checkKuninori Morimoto1-8/+8
2017-09-25ASoC: remove unneeded dai->driver->ops checkKuninori Morimoto1-16/+15
2017-09-20ASoC: soc-pcm: check symmetry after hw_paramsjiada wang1-5/+4
2017-09-01Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown1-22/+21
2017-08-10Merge branch 'topic/pcm' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-coreMark Brown1-3/+2
2017-08-10ASoC: use snd_soc_rtdcom_add() and convert to consistent operationKuninori Morimoto1-19/+19
2017-08-01Merge remote-tracking branches 'asoc/fix/dpcm', 'asoc/fix/imx', 'asoc/fix/msm8916', 'asoc/fix/multi-pcm', 'asoc/fix/of-graph' and 'asoc/fix/pxa' into asoc-linusMark Brown1-23/+13
2017-07-31ASoC: soc-pcm: Remove unused 'debugfs_dpcm_state' entryFabio Estevam1-3/+2
2017-07-17ASoC: fix pcm-creation regressionJohan Hovold1-23/+9
2017-07-17ASoC: do not close shared backend dailinkBanajit Goswami1-0/+4
2017-06-02ALSA: pcm: Drop the old copy and silence opsTakashi Iwai1-2/+0
2017-06-02ALSA: pcm: Introduce copy_user, copy_kernel and fill_silence opsTakashi Iwai1-0/+3
2017-02-19Merge remote-tracking branch 'asoc/topic/component' into asoc-nextMark Brown1-32/+23
2017-01-10ASoC: remove snd_soc_platform_trigger()Kuninori Morimoto1-9/+0
2017-01-09ASoC: remove .bespoke_trigger from snd_soc_platform_driverKuninori Morimoto1-7/+0
2017-01-09ASoC: remove .delay from snd_soc_platform_driverKuninori Morimoto1-7/+0
2017-01-06ASoC: dpcm: Avoid putting stream state to STOP when FE stream is pausedPatrick Lai1-1/+3
2016-12-15ASoC: add Component level pcm_new/pcm_freeKuninori Morimoto1-9/+23
2016-11-22ASoC: Make return type of dpcm_state_string() const char *Lars-Peter Clausen1-1/+1
2016-09-26ASoC: dpcm: print dai_link name of BE other than FE.彭东林1-5/+5
2016-09-14ASoC: dpcm: Don't apply symmetry for BE with hw param fixupJeeja KP1-0/+3
2016-05-30ASoC: dpcm: play nice with CODEC<->CODEC linksPiotr Stankiewicz1-1/+41
2016-05-30ASoC: dapm: support user-defined stop condition in dai_get_connected_widgetsPiotr Stankiewicz1-1/+2
2016-03-13Merge remote-tracking branch 'asoc/topic/pcm' into asoc-nextMark Brown1-12/+12
2016-02-02ASoC: dpcm: fix the BE state on hw_freeVinod Koul1-1/+2
2016-01-29ASoC: soc-pcm: copy dpcm->hw_params and call be_hw_params_fixup every timeKuninori Morimoto1-12/+12
2016-01-11Merge remote-tracking branch 'asoc/topic/pcm' into asoc-nextMark Brown1-8/+20
2016-01-05ASoC: pcm: allow delayed suspending request by usersSanyog Kale1-8/+20
2015-12-23Merge remote-tracking branches 'asoc/topic/dpcm', 'asoc/topic/dwc', 'asoc/topic/fsl', 'asoc/topic/fsl-asrc' and 'asoc/topic/fsl-esai' into asoc-nextMark Brown1-1/+59
2015-12-12ASoC: dpcm: Apply symmetry for DPCMPC Liao1-0/+57
2015-11-18ASoC: Change the PCM runtime array to a listMengdong Lin1-12/+10
2015-11-16ASoC: dpcm: Make BE prepare possible in suspend stateKoro Chen1-1/+2
2015-10-23Merge branch 'topic/hw-constraint-single' into for-nextTakashi Iwai1-6/+4
2015-10-21ASoC: pcm: Use snd_pcm_hw_constraint_single()Lars-Peter Clausen1-6/+4
2015-09-19ASoC: Handle multiple codecs with split playback / captureRicard Wanderlof1-0/+49
2015-08-30Merge remote-tracking branches 'asoc/topic/davinci', 'asoc/topic/davinci-vcif', 'asoc/topic/doc' and 'asoc/topic/dpcm' into asoc-nextMark Brown1-0/+5
2015-07-29ASoC: dapm: Simplify list creation in dapm_dai_get_connected_widgets()Lars-Peter Clausen1-9/+2
2015-07-07ASoC: dpcm: Add checks of playback/capture before dpcm_get_beKoro Chen1-0/+5
2015-05-22ASoC: soc-pcm: DPCM cares BE formatKuninori Morimoto1-5/+42
2015-04-12Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown1-7/+9
2015-04-09ASoC: Don't try to register debugfs entries if the parent does not existLars-Peter Clausen1-2/+6
2015-04-09ASoC: Make soc_dpcm_debugfs_add() non-fatalLars-Peter Clausen1-5/+3
2015-02-24ASoC: core: allow pcms to be registered as nonatomicVinod Koul1-0/+1