aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/meson (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-27ASoC: meson: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto4-7/+7
2020-03-10ASoC: meson: use for_each_rtd_codecs/cpus_dai() macroKuninori Morimoto2-2/+2
2020-02-24Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.7Mark Brown1-0/+6
2020-02-24ASoC: meson: aiu: fix semicolon.cocci warningskbuild test robot1-1/+1
2020-02-21ASoC: meson: axg-card: add toacodec supportJerome Brunet1-1/+2
2020-02-21ASoC: meson: g12a: add internal DAC glue driverJerome Brunet3-0/+263
2020-02-21ASoC: meson: aiu: add support for the Meson8 and Meson8b SoC familiesMartin Blumenstingl4-23/+81
2020-02-21ASoC: meson: aiu: introduce a struct for platform specific informationMartin Blumenstingl2-3/+21
2020-02-21ASoC: meson: g12a: add tohdmitx resetJerome Brunet1-0/+6
2020-02-19ASoC: meson: add t9015 internal DAC driverJerome Brunet3-0/+343
2020-02-17ASoC: meson: aiu: simplify component additionJerome Brunet4-36/+6
2020-02-14ASoC: meson: codec-glue: fix pcm format cast warningJerome Brunet1-1/+1
2020-02-14ASoC: meson: aiu: fix acodec dai input name initJerome Brunet1-1/+0
2020-02-14ASoC: meson: aiu: fix irq registrationJerome Brunet2-7/+3
2020-02-14ASoC: meson: aiu: fix clk bulk size allocationJerome Brunet1-1/+1
2020-02-14ASoC: meson: aiu: remove unused encoder structureJerome Brunet1-7/+0
2020-02-13ASoC: meson: gx: add sound card supportJerome Brunet3-0/+150
2020-02-13ASoC: meson: axg: extract sound card utilsJerome Brunet5-376/+473
2020-02-13ASoC: meson: aiu: add internal dac codec control supportJerome Brunet4-0/+217
2020-02-13ASoC: meson: aiu: add hdmi codec control supportJerome Brunet5-1/+196
2020-02-13ASoC: meson: aiu: add i2s and spdif supportJerome Brunet10-0/+1589
2020-02-13ASoC: meson: g12a: extract codec-to-codec utilsJerome Brunet5-176/+230
2019-12-18ASoC: meson: axg-fifo: relax period size constraintsJerome Brunet2-6/+4
2019-12-18ASoC: meson: axg-fifo: improve depth handlingJerome Brunet3-11/+22
2019-12-18ASoC: meson: axg-fifo: fix fifo threshold setupJerome Brunet4-28/+50
2019-12-11ASoC: meson: Use managed buffer allocationTakashi Iwai1-9/+4
2019-12-11ASoC: meson: Drop superfluous ioctl PCM opsTakashi Iwai2-6/+0
2019-10-08ASoC: meson: remove snd_pcm_opsKuninori Morimoto4-41/+83
2019-09-05ASoC: meson: tdmout: add sm1 supportJerome Brunet1-19/+84
2019-09-05ASoC: meson: axg-toddr: add sm1 supportJerome Brunet1-0/+68
2019-09-05ASoC: meson: axg-frddr: add sm1 supportJerome Brunet3-1/+75
2019-09-05ASoC: meson: tdmin: expose all 16 inputsJerome Brunet1-13/+34
2019-09-05ASoC: meson: axg-toddr: expose all 8 inputsJerome Brunet1-8/+7
2019-09-05ASoC: meson: axg-frddr: expose all 8 outputsJerome Brunet1-8/+24
2019-08-20Merge branch 'asoc-5.3' into asoc-5.4Mark Brown2-1/+2
2019-08-20ASoC: meson: g12a-tohdmitx: require regmap mmioJerome Brunet1-0/+1
2019-08-20ASoC: meson: axg-tdm-formatter: free reset on device removalJerome Brunet1-1/+1
2019-08-09ASoC: soc-core: add for_each_xxx macro for aux_devKuninori Morimoto1-3/+4
2019-08-09ASoC: meson: axg-card: use snd_soc_dai_link_component for aux_devKuninori Morimoto1-3/+3
2019-07-31ASoC: meson: axg-tdm-formatter: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-07-31ASoC: meson: g12a-tohdmitx: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-07-31ASoC: meson: axg-fifo: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-07-31ASoC: meson: axg-spdifout: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-07-31ASoC: meson: axg-spdifin: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-07-31ASoC: meson: axg-pdm: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-07-31ASoC: meson: g12a-tohdmitx: override codec2codec paramsJerome Brunet1-18/+16
2019-07-06Merge branch 'asoc-5.3' into asoc-nextMark Brown6-21/+522
2019-07-06Merge branch 'asoc-5.2' into asoc-linusMark Brown3-3/+1
2019-07-03ASoC: meson: axg-tdm-formatter: add resetJerome Brunet1-0/+29
2019-06-28ASoC: meson: axg-card: remove useless check on codecJerome Brunet1-2/+1