summaryrefslogtreecommitdiffstats
path: root/sound/soc/bcm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asoc-v5.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2021-08-301-1/+1
|\
| * ASoC: bcm: cygnus-pcm: Fix unused assignment about 'rc'Tang Bin2021-07-281-1/+1
* | ASoC: bcm: Use managed PCM buffer allocationTakashi Iwai2021-08-041-76/+6
|/
* ASoC: bcm: cygnus_ssp: Use devm_platform_ioremap_resource_byname()Yang Yingliang2021-06-141-5/+2
* Merge remote-tracking branch 'asoc/for-5.13' into asoc-nextMark Brown2021-04-231-1/+1
|\
| * ASoC: bcm: cygnus_ssp: remove useless initializationPierre-Louis Bossart2021-03-311-1/+1
* | ASoC: cygnus: fix for_each_child.cocci warningskernel test robot2021-03-291-1/+3
|/
* ASoC: bcm: sync parameter naming (rate/sample_bits)Kuninori Morimoto2021-01-212-3/+3
* ASoC: bcm: cygnus: Use managed DMA buffer allocationLars-Peter Clausen2021-01-131-104/+3
* ASoC: bcm2835-i2s: remove unneeded semicolonTom Rix2020-11-021-2/+2
* ASoC: bcm2835: Silence clk_get() error on -EPROBE_DEFERSeung-Woo Kim2020-07-281-3/+6
* ASoC: bcm: use asoc_substream_to_rtd()Kuninori Morimoto2020-07-232-14/+14
* ASoC: bcm: use snd_soc_xxx_active()Kuninori Morimoto2020-05-182-5/+5
* ASoC: bcm: Fix pointer cast warningTakashi Iwai2020-03-301-1/+1
* ASoC: bcm: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto2020-03-272-19/+19
* ASoC: brcm: Add DSL/PON SoC audio driverKevin Li2020-03-135-0/+905
* ASoC: bcm: cygnus-ssp: move .suspend/.resume to componentKuninori Morimoto2020-01-211-6/+33
* ASoC: bcm: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-1/+0
* ASoC: bcm: cygnus-pcm: remove snd_pcm_opsKuninori Morimoto2019-10-081-26/+30
* ASoC: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-021-5/+2
* ASoC: bcm2835-i2s: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-07-311-3/+1
* ASoC: bcm: cygnus-pcm: Unneeded variable: "ret".Hariprasad Kelam2019-07-221-4/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* ASoC: bcm: use devm_snd_soc_register_component()Kuninori Morimoto2018-09-101-9/+4
* ASoC: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-04-181-2/+1
*-. Merge remote-tracking branches 'asoc/topic/cx20442', 'asoc/topic/cygnus', 'as...Mark Brown2018-03-281-1/+1
|\ \
| | * ASoC: cygnus: remove redundant assignment to pointer 'res'Colin Ian King2018-03-081-1/+1
| |/
* / ASoC: bcm: cygnus: replace platform to componentKuninori Morimoto2018-02-121-4/+3
|/
* ASoC: bcm2835: fix hw_params error when device is in prepared stateMatthias Reichl2018-01-181-6/+14
*-. Merge remote-tracking branches 'asoc/topic/cygnus', 'asoc/topic/da7213', 'aso...Mark Brown2017-11-101-20/+14
|\ \
| * | ASoC: cygnus: Remove unnecessary active_slots checkChristos Gkekas2017-10-091-1/+1
| * | ASoC: cygnus: Remove support for 8 bit audio and for monoLori Hikichi2017-10-041-18/+4
| * | ASoC: cygnus: Remove set_fmt from SPDIF dai opsLori Hikichi2017-10-041-1/+8
| * | ASoC: cygnus: Add EXPORT_SYMBOL for helper functionLori Hikichi2017-10-041-0/+1
| |/
* | ASoC: bcm2835: Support left/right justified and DSP modesMatthias Reichl2017-11-101-53/+99
* | ASoC: bcm2835: Enforce full symmetryMatthias Reichl2017-11-101-1/+2
* | ASoC: bcm2835: Support additional samplerates up to 384kHzMatthias Reichl2017-11-101-2/+6
* | ASoC: bcm2835: Add support for TDM modesMatthias Reichl2017-11-101-52/+190
|/
*-. Merge remote-tracking branches 'asoc/topic/cs43130', 'asoc/topic/cs53l30', 'a...Mark Brown2017-09-011-180/+55
|\ \
| | * ASoC: cygnus: Add support for 384kHz frame ratesLori Hikichi2017-08-151-180/+55
| |/
* / ASoC: bcm: make snd_soc_dai_driver constBhumika Goyal2017-08-171-1/+1
|/
* ASoC: bcm: add depends on HAS_DMAScott Branden2016-11-021-0/+1
* ASoC: cygnus: Add Cygnus audio DMA driverSimran Rai2016-05-313-0/+875
* ASoC: cygnus: Add Cygnus audio DAI driverSimran Rai2016-05-312-0/+1668
* ASoC: bcm2835: Add S16_LE support via packed DMA transfersMatthias Reichl2016-04-271-0/+9
* ASoC: bcm2835: setup clock only if CPU is clock masterMatthias Reichl2016-04-251-2/+9
* ASoC: bcm2835: add 24bit supportMatthias Reichl2016-04-251-1/+6
* ASoC: bcm2835: move to use the clock frameworkMartin Sperl2016-01-151-220/+64
* ASoC: bcm2835: cleanup includes by ordering them alphabeticallyMartin Sperl2016-01-101-6/+6