summaryrefslogtreecommitdiffstats
path: root/sound/soc/meson
Commit message (Expand)AuthorAgeFilesLines
...
* | ASoC: meson: aiu: add i2s and spdif supportJerome Brunet2020-02-1310-0/+1589
* | ASoC: meson: g12a: extract codec-to-codec utilsJerome Brunet2020-02-135-176/+230
|/
* ASoC: meson: axg-fifo: relax period size constraintsJerome Brunet2019-12-182-6/+4
* ASoC: meson: axg-fifo: improve depth handlingJerome Brunet2019-12-183-11/+22
* ASoC: meson: axg-fifo: fix fifo threshold setupJerome Brunet2019-12-184-28/+50
* ASoC: meson: Use managed buffer allocationTakashi Iwai2019-12-111-9/+4
* ASoC: meson: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-112-6/+0
* ASoC: meson: remove snd_pcm_opsKuninori Morimoto2019-10-084-41/+83
* ASoC: meson: tdmout: add sm1 supportJerome Brunet2019-09-051-19/+84
* ASoC: meson: axg-toddr: add sm1 supportJerome Brunet2019-09-051-0/+68
* ASoC: meson: axg-frddr: add sm1 supportJerome Brunet2019-09-053-1/+75
* ASoC: meson: tdmin: expose all 16 inputsJerome Brunet2019-09-051-13/+34
* ASoC: meson: axg-toddr: expose all 8 inputsJerome Brunet2019-09-051-8/+7
* ASoC: meson: axg-frddr: expose all 8 outputsJerome Brunet2019-09-051-8/+24
* Merge branch 'asoc-5.3' into asoc-5.4Mark Brown2019-08-202-1/+2
|\
| * ASoC: meson: g12a-tohdmitx: require regmap mmioJerome Brunet2019-08-201-0/+1
| * ASoC: meson: axg-tdm-formatter: free reset on device removalJerome Brunet2019-08-201-1/+1
* | ASoC: soc-core: add for_each_xxx macro for aux_devKuninori Morimoto2019-08-091-3/+4
* | ASoC: meson: axg-card: use snd_soc_dai_link_component for aux_devKuninori Morimoto2019-08-091-3/+3
* | ASoC: meson: axg-tdm-formatter: use devm_platform_ioremap_resource() to simpl...YueHaibing2019-07-311-3/+1
* | ASoC: meson: g12a-tohdmitx: use devm_platform_ioremap_resource() to simplify ...YueHaibing2019-07-311-3/+1
* | ASoC: meson: axg-fifo: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-07-311-3/+1
* | ASoC: meson: axg-spdifout: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-07-311-3/+1
* | ASoC: meson: axg-spdifin: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-07-311-3/+1
* | ASoC: meson: axg-pdm: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-07-311-3/+1
* | ASoC: meson: g12a-tohdmitx: override codec2codec paramsJerome Brunet2019-07-311-18/+16
* | Merge branch 'asoc-5.3' into asoc-nextMark Brown2019-07-066-21/+522
|\|
| * ASoC: meson: axg-tdm-formatter: add resetJerome Brunet2019-07-031-0/+29
| * ASoC: meson: axg-card: remove useless check on codecJerome Brunet2019-06-281-2/+1
| * Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown2019-06-261-0/+1
| |\
| * | ASoC: meson: axg-tdm: consistently use SND_SOC_DAIFMT definesJerome Brunet2019-06-131-2/+2
| * | ASoC: meson: axg-card: fix null pointer dereference in clean upJerome Brunet2019-06-101-2/+4
| * | ASoC: meson: axg-card: use modern dai_link styleKuninori Morimoto2019-06-061-15/+42
| * | ASoC: meson: add g12a tohdmitx controlJerome Brunet2019-05-163-0/+423
| * | ASoC: meson: axg-card: add basic codec-to-codec link supportJerome Brunet2019-05-161-0/+19
| * | ASoC: meson: axg-card: set link name based on link node nameJerome Brunet2019-05-161-5/+7
* | | Merge branch 'asoc-5.2' into asoc-linusMark Brown2019-07-063-3/+1
|\ \ \ | |_|/ |/| |
| * | ASoC: meson: axg-tdm: fix sample clock inversionJerome Brunet2019-06-131-1/+1
| * | ASoC: meson: axg-tdmout: right_j is not supportedJerome Brunet2019-06-131-1/+0
| * | ASoC: meson: axg-tdmin: right_j is not supportedJerome Brunet2019-06-131-1/+0
| |/
* / treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* ASoC: meson: axg-tdmout: add g12a supportJerome Brunet2019-04-051-0/+13
* ASoC: meson: axg-tdm-formatter: rework quirks settingsJerome Brunet2019-04-054-14/+35
* ASoC: meson: axg-frddr: add g12a supportJerome Brunet2019-04-051-3/+140
* ASoC: meson: axg-toddr: add g12a supportJerome Brunet2019-04-051-0/+53
* ASoC: meson: axg-fifo: add g12a supportJerome Brunet2019-04-052-3/+33
* ASoC: meson: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-061-3/+4
* ASoC: meson: fix do_div warning in spdifinJerome Brunet2018-12-131-2/+2
* ASoC: meson: add axg spdif inputJerome Brunet2018-12-133-1/+531
* ASoC: meson: axg-toddr: add support for spdifin backendJerome Brunet2018-12-132-11/+7