summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-pcm.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: pcm: improve debug output for DPCM BE searching.Liam Girdwood2018-03-191-0/+11
*-. Merge remote-tracking branches 'asoc/topic/max98373', 'asoc/topic/mtk', 'asoc...Mark Brown2018-02-071-1/+1
|\ \
| | * ASoC: soc-pcm: rename .pmdown_time to .use_pmdown_time for ComponentKuninori Morimoto2018-01-241-1/+1
| |/
* | ASoC: soc-pcm: don't call flush_delayed_work() many times in soc_pcm_private_...Kuninori Morimoto2018-01-241-3/+2
|/
* ASoC: snd_soc_component_driver has pmdown_timeKuninori Morimoto2017-10-231-1/+10
* ASoC: snd_soc_component_driver has snd_pcm_opsKuninori Morimoto2017-10-231-14/+353
* ASoC: add Component level pcm_new/pcm_free v2Kuninori Morimoto2017-09-271-8/+21
* Merge branch 'fix/pcm' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Mark Brown2017-09-271-1/+12
|\
| * ASoC: pcm: Sync delayed work before releasing resourcesTakashi Iwai2017-09-271-1/+12
* | ASoC: add null_snd_soc_ops and reduce NULL ops checkKuninori Morimoto2017-09-261-8/+8
* | ASoC: remove unneeded dai->driver->ops checkKuninori Morimoto2017-09-251-16/+15
* | ASoC: soc-pcm: check symmetry after hw_paramsjiada wang2017-09-201-5/+4
|/
* Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown2017-09-011-22/+21
|\
| * Merge branch 'topic/pcm' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2017-08-101-3/+2
| |\
| | * ASoC: soc-pcm: Remove unused 'debugfs_dpcm_state' entryFabio Estevam2017-07-311-3/+2
| * | ASoC: use snd_soc_rtdcom_add() and convert to consistent operationKuninori Morimoto2017-08-101-19/+19
| |/
| |
| \
| \
| \
*---. \ Merge remote-tracking branches 'asoc/fix/dpcm', 'asoc/fix/imx', 'asoc/fix/msm...Mark Brown2017-08-011-23/+13
|\ \ \ \ | |_|_|/ |/| | |
| | | * ASoC: fix pcm-creation regressionJohan Hovold2017-07-171-23/+9
| |_|/ |/| |
| * | ASoC: do not close shared backend dailinkBanajit Goswami2017-07-171-0/+4
|/ /
* | ALSA: pcm: Drop the old copy and silence opsTakashi Iwai2017-06-021-2/+0
* | ALSA: pcm: Introduce copy_user, copy_kernel and fill_silence opsTakashi Iwai2017-06-021-0/+3
|/
* Merge remote-tracking branch 'asoc/topic/component' into asoc-nextMark Brown2017-02-191-32/+23
|\
| * ASoC: remove snd_soc_platform_trigger()Kuninori Morimoto2017-01-101-9/+0
| * ASoC: remove .bespoke_trigger from snd_soc_platform_driverKuninori Morimoto2017-01-091-7/+0
| * ASoC: remove .delay from snd_soc_platform_driverKuninori Morimoto2017-01-091-7/+0
| * ASoC: add Component level pcm_new/pcm_freeKuninori Morimoto2016-12-151-9/+23
* | ASoC: dpcm: Avoid putting stream state to STOP when FE stream is pausedPatrick Lai2017-01-061-1/+3
|/
* ASoC: Make return type of dpcm_state_string() const char *Lars-Peter Clausen2016-11-221-1/+1
* ASoC: dpcm: print dai_link name of BE other than FE.彭东林2016-09-261-5/+5
* ASoC: dpcm: Don't apply symmetry for BE with hw param fixupJeeja KP2016-09-141-0/+3
* ASoC: dpcm: play nice with CODEC<->CODEC linksPiotr Stankiewicz2016-05-301-1/+41
* ASoC: dapm: support user-defined stop condition in dai_get_connected_widgetsPiotr Stankiewicz2016-05-301-1/+2
* Merge remote-tracking branch 'asoc/topic/pcm' into asoc-nextMark Brown2016-03-131-12/+12
|\
| * ASoC: soc-pcm: copy dpcm->hw_params and call be_hw_params_fixup every timeKuninori Morimoto2016-01-291-12/+12
* | ASoC: dpcm: fix the BE state on hw_freeVinod Koul2016-02-021-1/+2
|/
* Merge remote-tracking branch 'asoc/topic/pcm' into asoc-nextMark Brown2016-01-111-8/+20
|\
| * ASoC: pcm: allow delayed suspending request by usersSanyog Kale2016-01-051-8/+20
| |
| \
*-. \ Merge remote-tracking branches 'asoc/topic/dpcm', 'asoc/topic/dwc', 'asoc/top...Mark Brown2015-12-231-1/+59
|\ \ \ | | |/
| * | ASoC: dpcm: Apply symmetry for DPCMPC Liao2015-12-121-0/+57
| * | ASoC: dpcm: Make BE prepare possible in suspend stateKoro Chen2015-11-161-1/+2
| |/
* | ASoC: Change the PCM runtime array to a listMengdong Lin2015-11-181-12/+10
|/
* Merge branch 'topic/hw-constraint-single' into for-nextTakashi Iwai2015-10-231-6/+4
|\
| * ASoC: pcm: Use snd_pcm_hw_constraint_single()Lars-Peter Clausen2015-10-211-6/+4
* | ASoC: Handle multiple codecs with split playback / captureRicard Wanderlof2015-09-191-0/+49
|/
*-. Merge remote-tracking branches 'asoc/topic/davinci', 'asoc/topic/davinci-vcif...Mark Brown2015-08-301-0/+5
|\ \
| | * ASoC: dpcm: Add checks of playback/capture before dpcm_get_beKoro Chen2015-07-071-0/+5
| |/
* | ASoC: dapm: Simplify list creation in dapm_dai_get_connected_widgets()Lars-Peter Clausen2015-07-291-9/+2
|/
* ASoC: soc-pcm: DPCM cares BE formatKuninori Morimoto2015-05-221-5/+42
* Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown2015-04-121-7/+9
|\
| * ASoC: Don't try to register debugfs entries if the parent does not existLars-Peter Clausen2015-04-091-2/+6
OpenPOWER on IntegriCloud