summaryrefslogtreecommitdiffstats
path: root/sound/soc/meson
Commit message (Expand)AuthorAgeFilesLines
* ASoC: meson: aiu: add support for the Meson8 and Meson8b SoC familiesMartin Blumenstingl2020-02-214-23/+81
* ASoC: meson: aiu: introduce a struct for platform specific informationMartin Blumenstingl2020-02-212-3/+21
* ASoC: meson: add t9015 internal DAC driverJerome Brunet2020-02-193-0/+343
* ASoC: meson: aiu: simplify component additionJerome Brunet2020-02-174-36/+6
* ASoC: meson: codec-glue: fix pcm format cast warningJerome Brunet2020-02-141-1/+1
* ASoC: meson: aiu: fix acodec dai input name initJerome Brunet2020-02-141-1/+0
* ASoC: meson: aiu: fix irq registrationJerome Brunet2020-02-142-7/+3
* ASoC: meson: aiu: fix clk bulk size allocationJerome Brunet2020-02-141-1/+1
* ASoC: meson: aiu: remove unused encoder structureJerome Brunet2020-02-141-7/+0
* ASoC: meson: gx: add sound card supportJerome Brunet2020-02-133-0/+150
* ASoC: meson: axg: extract sound card utilsJerome Brunet2020-02-135-376/+473
* ASoC: meson: aiu: add internal dac codec control supportJerome Brunet2020-02-134-0/+217
* ASoC: meson: aiu: add hdmi codec control supportJerome Brunet2020-02-135-1/+196
* 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
|\ \ \ | |_|/ |/| |