summaryrefslogtreecommitdiffstats
path: root/sound/soc/meson/axg-fifo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ASoC: meson: axg-fifo: fix irq scheduling issue with PREEMPT_RTJerome Brunet2024-08-081-16/+10
* ASoC: meson: tdm: add sample rate support up to 768kHzJerome Brunet2024-06-281-1/+1
* Merge tag 'asoc-v6.10' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2024-05-131-2/+2
|\
| * ASoC: Constify static snd_pcm_hardwareMark Brown2024-05-071-1/+1
| |\
| | * ASoC: meson: Constify static snd_pcm_hardwareKrzysztof Kozlowski2024-05-061-1/+1
| * | ASoC: meson: Use snd_soc_substream_to_rtd() for accessing private_dataKrzysztof Kozlowski2024-05-061-1/+1
| |/
* / ASoC: meson: axg-fifo: use threaded irq to check periodsJerome Brunet2024-04-291-10/+19
|/
* ASoC: meson: axg-fifo: use FIELD helpersJerome Brunet2024-02-271-12/+13
* ASoC: meson: convert not to use asoc_xxx()Kuninori Morimoto2023-09-251-1/+1
* ASoC: meson: axg: extend TDM maximum sample rate to 384kHzJerome Brunet2023-09-111-1/+1
* ASoC: meson: Use dev_err_probe() helperKuninori Morimoto2021-12-201-12/+4
* ASoC: meson: axg-fifo: add NO_PERIOD_WAKEUP supportJerome Brunet2021-04-071-5/+6
* ASoC: meson: add missing free_irq() in error pathPavel Machek (CIP)2020-06-091-2/+8
* ASoC: meson: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto2020-03-271-1/+1
* ASoC: meson: axg-fifo: relax period size constraintsJerome Brunet2019-12-181-4/+4
* ASoC: meson: axg-fifo: improve depth handlingJerome Brunet2019-12-181-2/+17
* ASoC: meson: axg-fifo: fix fifo threshold setupJerome Brunet2019-12-181-2/+25
* ASoC: meson: Use managed buffer allocationTakashi Iwai2019-12-111-9/+4
* ASoC: meson: remove snd_pcm_opsKuninori Morimoto2019-10-081-32/+24
* ASoC: meson: axg-frddr: add sm1 supportJerome Brunet2019-09-051-1/+1
* ASoC: meson: axg-fifo: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-07-311-3/+1
* ASoC: meson: axg-fifo: add g12a supportJerome Brunet2019-04-051-3/+31
* ASoC: meson: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-061-3/+4
* ASoC: meson: axg-fifo: report interrupt request failureJerome Brunet2018-08-281-0/+2
* ASoC: meson: use IRQ_RETVAL in the fifo irq handlerJerome Brunet2018-07-261-1/+1
* ASoC: meson: add axg fifo base driverJerome Brunet2018-07-181-0/+341