summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-pcm.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'topic/msbits' into for-nextTakashi Iwai2014-12-301-20/+4Star
|\|
| * ASoC: pcm: Use wildcard msbits constraintsLars-Peter Clausen2014-12-301-20/+4Star
* | ASoC: pcm: Fix vague codec and cpu DAI prepare error messagesJarkko Nikula2014-12-241-3/+4
|/
*-. Merge remote-tracking branches 'asoc/topic/davinci', 'asoc/topic/doc', 'asoc/...Mark Brown2014-12-081-2/+14
|\ \
| | * ASoC: soc-pcm: skip dpcm path checking with incapable/unready FEQiao Zhou2014-11-211-2/+14
| |/
* | Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown2014-12-081-0/+3
|\ \
| * | ASoC: core: Call mute for cpu dais as wellRamesh Babu2014-10-201-0/+3
| |/
* | Merge remote-tracking branch 'asoc/fix/pcm' into asoc-linusMark Brown2014-12-081-0/+4
|\ \
| * | ASoC: soc-pcm: do not hw_free BE if it's still usedQiao Zhou2014-12-041-0/+4
| |/
* / ASoC: dpcm: Fix race between FE/BE updates and triggerTakashi Iwai2014-11-041-16/+56
|/
* Merge remote-tracking branch 'asoc/fix/core' into asoc-linusMark Brown2014-10-081-1/+1
|\
| * ASoC: soc-pcm: fix sig_bits determination in soc_pcm_apply_msb()Daniel Mack2014-10-071-1/+1
* | ASoC: soc-pcm: fix dpcm_path_get error handlingQiao Zhou2014-09-101-1/+5
|/
* Merge remote-tracking branch 'asoc/topic/component' into asoc-nextMark Brown2014-08-041-180/+400
|\
| * ASoC: pcm: Add soc_dai_hw_params helperBenoit Cousson2014-07-171-19/+24
| * ASoC: pcm: Add support for DAI multicodecBenoit Cousson2014-07-171-166/+368
| * Merge remote-tracking branch 'asoc/topic/component' into asoc-multiMark Brown2014-07-161-2/+2
| |\
| | * ASoC: Move name and id from CODEC/platform to componentLars-Peter Clausen2014-06-211-2/+2
| * | ASoC: pcm: Refactor soc_pcm_apply_msb for multicodecsBenoit Cousson2014-07-011-11/+24
| |/
* / ASoC: pcm: fix dpcm_path_put in dpcm runtime updateQiao Zhou2014-06-211-0/+1
|/
*-. Merge remote-tracking branches 'asoc/topic/headers', 'asoc/topic/intel', 'aso...Mark Brown2014-05-221-14/+5Star
|\ \
| | * ASoC: core: Add one dai_get_widget helper instead of two rtd based onesBenoit Cousson2014-04-241-14/+5Star
| |/
* | Merge remote-tracking branch 'asoc/topic/pcm' into asoc-nextMark Brown2014-05-221-0/+7
|\ \
| * | ASoC: core: Add support for machine specific trigger callbackJarkko Nikula2014-04-291-0/+7
| |/
* | Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown2014-05-221-1/+0Star
|\ \
| * | ASoC: Remove runtime field from DAILars-Peter Clausen2014-05-121-1/+0Star
| |/
* / ASoC: pcm: Fix incorrect condition check for case SNDRV_PCM_TRIGGER_SUSPENDNicolin Chen2014-05-121-1/+1
|/
* Merge tag 'asoc-v3.15' into asoc-nextMark Brown2014-03-231-24/+85
|\
| * Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown2014-03-131-24/+85
| |\
| | * ASoC: Move ignore_pmdown_time from CODEC to componentLars-Peter Clausen2014-03-061-8/+2Star
| | * ASoC: Move active count from CODEC to componentLars-Peter Clausen2014-03-061-6/+4Star
| | * ASoC: Fix active count tracking for CODEC to CODEC linksLars-Peter Clausen2014-03-061-2/+6
| | * ASoC: Add helper functions for PCM runtime 'active' managementLars-Peter Clausen2014-03-061-22/+64
| | * ASoC: Handle ignore_pmdown_time for CODEC to CODEC linksLars-Peter Clausen2014-03-061-2/+25
* | | ASoC: pcm: Drop incorrect double/extra freesMark Brown2014-03-231-3/+0Star
|/ /
* / ASoC: pcm: free path list before exiting from error conditionsPatrick Lai2014-03-051-0/+3
|/
* Merge remote-tracking branch 'asoc/topic/compress' into asoc-nextMark Brown2014-01-201-17/+12Star
|\
| * ASoC: DPCM: make some DPCM API calls non static for compressed usageLiam Girdwood2014-01-171-17/+12Star
* | Merge remote-tracking branch 'asoc/topic/pcm' into for-tiwaiMark Brown2014-01-161-12/+11Star
|\ \
| * | ASoC: pcm: Use snd_pcm_rate_mask_intersect() helperLars-Peter Clausen2014-01-141-7/+2Star
| * | ASoC: pcm: Properly initialize hw->rate_maxLars-Peter Clausen2014-01-141-0/+3
| * | Merge tag 'v3.13-rc3' into asoc-pcmMark Brown2014-01-141-6/+12
| |\ \
| * | | ASoC: Allow PCMs to restrict the supported formatsLars-Peter Clausen2014-01-091-1/+4
| * | | ASoC: dpcm: Explicitly set BE DAI link supported stream directionsLiam Girdwood2014-01-071-4/+2Star
| | |/ | |/|
* | | Merge remote-tracking branch 'asoc/topic/core' into for-tiwaiMark Brown2014-01-161-16/+19
|\ \ \
| * | | ASoC: pcm: Fix lack of platform bespoke_trigger() callJean-Francois Moine2014-01-071-1/+1
| * | | ASoC: dpcm: Allow PCMs to omit the set of supported formatsLars-Peter Clausen2014-01-061-1/+4
| * | | ASoC: dpcm: Add helper function for initializing runtime pcmLars-Peter Clausen2014-01-061-15/+15
* | | | Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown2014-01-021-26/+130
|\| | |
| * | | Merge remote-tracking branch 'asoc/topic/symmetry' into asoc-coreMark Brown2013-12-041-21/+130
| |\ \ \