aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/soc-pcm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-31Merge branch 'topic/msbits' into for-nextTakashi Iwai1-1/+1
2014-12-31ASoC: pcm: Fix unused variable warningTakashi Iwai1-1/+1
2014-12-30Merge branch 'topic/msbits' into for-nextTakashi Iwai1-20/+4
2014-12-30ASoC: pcm: Use wildcard msbits constraintsLars-Peter Clausen1-20/+4
2014-12-24ASoC: pcm: Fix vague codec and cpu DAI prepare error messagesJarkko Nikula1-3/+4
2014-12-08Merge remote-tracking branches 'asoc/topic/davinci', 'asoc/topic/doc', 'asoc/topic/dpcm', 'asoc/topic/dwc' and 'asoc/topic/fsi' into asoc-nextMark Brown1-2/+14
2014-12-08Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown1-0/+3
2014-12-08Merge remote-tracking branch 'asoc/fix/pcm' into asoc-linusMark Brown1-0/+4
2014-12-04ASoC: soc-pcm: do not hw_free BE if it's still usedQiao Zhou1-0/+4
2014-11-21ASoC: soc-pcm: skip dpcm path checking with incapable/unready FEQiao Zhou1-2/+14
2014-11-04ASoC: dpcm: Fix race between FE/BE updates and triggerTakashi Iwai1-16/+56
2014-10-20ASoC: core: Call mute for cpu dais as wellRamesh Babu1-0/+3
2014-10-08Merge remote-tracking branch 'asoc/fix/core' into asoc-linusMark Brown1-1/+1
2014-10-07ASoC: soc-pcm: fix sig_bits determination in soc_pcm_apply_msb()Daniel Mack1-1/+1
2014-09-10ASoC: soc-pcm: fix dpcm_path_get error handlingQiao Zhou1-1/+5
2014-08-04Merge remote-tracking branch 'asoc/topic/component' into asoc-nextMark Brown1-180/+400
2014-07-16ASoC: pcm: Add soc_dai_hw_params helperBenoit Cousson1-19/+24
2014-07-16ASoC: pcm: Add support for DAI multicodecBenoit Cousson1-166/+368
2014-07-16Merge remote-tracking branch 'asoc/topic/component' into asoc-multiMark Brown1-2/+2
2014-07-01ASoC: pcm: Refactor soc_pcm_apply_msb for multicodecsBenoit Cousson1-11/+24
2014-06-21ASoC: Move name and id from CODEC/platform to componentLars-Peter Clausen1-2/+2
2014-06-21ASoC: pcm: fix dpcm_path_put in dpcm runtime updateQiao Zhou1-0/+1
2014-05-22Merge remote-tracking branches 'asoc/topic/headers', 'asoc/topic/intel', 'asoc/topic/jz4740', 'asoc/topic/max98090', 'asoc/topic/max98095', 'asoc/topic/mc13783' and 'asoc/topic/multicodec' into asoc-nextMark Brown1-14/+5
2014-05-22Merge remote-tracking branch 'asoc/topic/pcm' into asoc-nextMark Brown1-0/+7
2014-05-22Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown1-1/+0