summaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | ASoC: fsl-asoc-card: move 'config SND_SOC_FSL_ASOC_CARD' to 'if SND_IMX_SOC'Shengjiu Wang2014-08-191-17/+17
| | * | | ASoC: fsl: Fix building of imx-es8328 on PPCSean Cross2014-08-191-2/+0
| | * | | ASoC: fsl: fsl-asoc-card: Select SND_SOC_IMX_AUDMUXShengjiu Wang2014-08-181-0/+1
| | * | | ASoC: fsl-asoc-card: Fix build warning for maybe-uninitializedShengjiu Wang2014-08-181-4/+5
| | * | | ASoC: fsl: add imx-es8328 machine driverSean Cross2014-08-173-0/+248
| | * | | ASoC: fsl: Add Freescale Generic ASoC Sound Card with ASRC supportNicolin Chen2014-08-173-0/+591
| | |/ /
| * | | Merge branch 'fix/fsl-esai' of git://git.kernel.org/pub/scm/linux/kernel/git/...Mark Brown2014-08-172-3/+0
| |\ \ \ | | | |/ | | |/|
| * | | ASoC: fsl_esai: refine esai for TDM supportShengjiu Wang2014-08-172-7/+15
| | |/ | |/|
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'asoc/fix/atmel', 'asoc/fix/compress', 'asoc/f...Mark Brown2014-09-283-8/+7
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| | * ASoC: fsl_ssi: fix kernel panic in probe functionMichael Trimarchi2014-09-231-5/+7
| |/ |/|
| * ASoC: fsl-esai: Revert .xlate_tdm_slot_mask() supportShengjiu Wang2014-08-132-3/+0
|/
*-----. Merge remote-tracking branches 'asoc/topic/fsl', 'asoc/topic/fsl-asrc', 'asoc...Mark Brown2014-08-0411-48/+1929
|\ \ \ \
| | | | * ASoC: imx-audmux: Use uintptr_t for port numbersMark Brown2014-08-041-4/+4
| | | * | ASoC: fsl_spdif: Add support for output sample rates 96kHz and 192kHzAnssi Hannula2014-06-172-5/+17
| | | * | ASoC: fsl_spdif: Improve coding styleNicolin Chen2014-06-172-37/+37
| | | |/
| | * | ASoC: fsl_asrc: Don't access members of config before checking itNicolin Chen2014-08-041-3/+6
| | * | ASoC: fsl_sarc_dma: Check pair before using itNicolin Chen2014-08-041-2/+7
| | * | ASoC: fsl_asrc: fix an error code in fsl_asrc_probe()Dan Carpenter2014-07-311-1/+1
| | * | ASoC: fsl_asrc: Fix sparse warnings in FSL_ASRC_FORMATS due to typoNicolin Chen2014-07-311-1/+1
| | * | ASoC: fsl: fsl_asrc: Select SND_SOC_GENERIC_DMAENGINE_PCMFabio Estevam2014-07-311-0/+1
| | * | ASoC: fsl_asrc: Use 'ifdef' for config optionsFabio Estevam2014-07-291-2/+2
| | * | ASoC: fsl_asrc: Add ASRC ASoC CPU DAI and platform driversNicolin Chen2014-07-295-0/+1850
| | |/
| * | ASoC: fsl_ssi: Add stream names for DPCM usageNicolin Chen2014-07-311-0/+2
| * | ASoC: fsl_spdif: Add stream names for DPCM usageNicolin Chen2014-07-311-0/+2
| * | ASoC: fsl_sai: Add stream names for DPCM usageNicolin Chen2014-07-311-0/+2
| * | ASoC: fsl_esai: Add stream names for DPCM usageNicolin Chen2014-07-311-0/+2
| * | ASoC: fsl: refine DMA/FIQ dependenciesArnd Bergmann2014-06-221-2/+4
| |/
* | Merge remote-tracking branch 'asoc/fix/fsl-sai' into asoc-linusMark Brown2014-08-041-17/+23
|\ \
| * | ASoC: fsl_sai: Improve enable flow in fsl_sai_trigger()Nicolin Chen2014-07-251-2/+3
| * | ASoC: fsl_sai: Don't reset FIFO until TE/RE bit is unsetNicolin Chen2014-07-251-5/+14
| * | ASoC: fsl_sai: Reduce race condition during TE/RE enablingNicolin Chen2014-07-251-11/+7
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'asoc/fix/fsl-sai', 'asoc/fix/intel', 'asoc/fi...Mark Brown2014-07-171-3/+6
|\ \ \ \ | | |/ / | |/| / | | |/
| * | ASoC: fsl_sai: Fix incorrect register writing in fsl_sai_isr()Nicolin Chen2014-07-171-1/+1
| * | ASoC: fsl_sai: Reset FIFOs after disabling TE/RENicolin Chen2014-07-171-2/+5
| |/
* | Merge tag 'asoc-v3.16-rc1' into asoc-linusMark Brown2014-07-171-2/+2
|\ \
| | \
| | \
| *-. \ Merge remote-tracking branches 'asoc/fix/fsl-ssi' and 'asoc/fix/pxa' into aso...Mark Brown2014-06-171-2/+2
| |\ \ \
| | * | | ASoC: fsl-ssi: fix do_div build warning in fsl_ssi_set_bclk()Timur Tabi2014-06-171-2/+2
* | | | | Update imx-sdma cyclic handling to report residueRussell King - ARM Linux2014-07-011-1/+0
|/ / / /
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Merge remote-tracking branches 'asoc/fix/fsl-dma', 'asoc/fix/fsl-spdif', 'aso...Mark Brown2014-06-162-5/+5
|\ \ \ \ \ \ | | |_|/ / / | |/| | / / | | | |/ / | |_|_| / |/| | |
| | * | ASoC: fsl_spdif: Fix integer overflow when calculating divisorsAnssi Hannula2014-06-091-2/+2
| | * | ASoC: fsl_spdif: Fix incorrect usage of regmap_read()Nicolin Chen2014-06-091-1/+1
| |/ / |/| |
| * | ASoC: fsl: Fix build problemGuenter Roeck2014-06-121-2/+2
|/ /
* | Merge remote-tracking branch 'asoc/topic/fsl-ssi' into asoc-nextMark Brown2014-06-033-271/+363
|\ \
| * \ Merge branch 'topic/fsl' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2014-06-015-32/+70
| |\ \
| | * | ASoC: fsl: Remove dependencies of boards for SND_SOC_EUKREA_TLV320Alexander Shiyan2014-06-011-6/+1
| * | | ASoC: fsl-ssi: Use regmapMarkus Pargmann2014-06-013-134/+158
| * | | ASoC: fsl-ssi: reorder and document fsl_ssi_privateMarkus Pargmann2014-06-011-15/+43
| * | | ASoC: fsl-ssi: Fix baudclock handlingMarkus Pargmann2014-06-011-21/+41
| * | | ASoC: fsl-ssi: Set framerate divider correctly for i2s master modeSascha Hauer2014-06-011-0/+4
| * | | ASoC: fsl-ssi: remove unnecessary spinlockSascha Hauer2014-06-011-17/+4