summaryrefslogtreecommitdiffstats
path: root/sound/soc/bcm/bcm2835-i2s.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: bcm: merge DAI call back functions into opsKuninori Morimoto2023-08-141-12/+12
* ASoC: bcm2835-i2s: Switch to use dev_err_probe() helperYang Yingliang2022-09-141-8/+3
* ASoC: bcm: Migrate to new style legacy DAI naming flagCharles Keepax2022-06-271-1/+2
* ASoC: bcm: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-061-1/+1
* ASoC: bcm: Update to use set_fmt_new callbackCharles Keepax2022-06-061-11/+11
* ASoC: bcm: Convert to modern clocking terminologyMark Brown2021-09-271-28/+28
* ASoC: bcm: sync parameter naming (rate/sample_bits)Kuninori Morimoto2021-01-211-2/+2
* 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 snd_soc_xxx_active()Kuninori Morimoto2020-05-181-3/+3
* ASoC: bcm2835-i2s: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-07-311-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* ASoC: bcm2835: fix hw_params error when device is in prepared stateMatthias Reichl2018-01-181-6/+14
* 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
* 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
* ASoC: bcm2835-i2s: Fix module autoload for OF platform driversLuis de Bethencourt2015-08-271-0/+2
* ASoC: bcm: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* ASoC: bcm2835-i2s: Use devm_snd_dmaengine_pcm_register()Lars-Peter Clausen2013-12-021-8/+1
* ASoC: Add support for BCM2835Florian Meier2013-11-251-0/+886