summaryrefslogtreecommitdiffstats
path: root/sound/soc/meson
Commit message (Expand)AuthorAgeFilesLines
* ASoC: meson: merge .digital_mute() into .mute_stream()Kuninori Morimoto2020-07-161-2/+3
* ASoC: soc-component: merge snd_soc_component_read() and snd_soc_component_rea...Kuninori Morimoto2020-06-223-6/+3
* ASoC: meson: imply acodec glue on axg sound cardJerome Brunet2020-06-171-0/+1
* ASoC: meson: add missing free_irq() in error pathPavel Machek (CIP)2020-06-091-2/+8
* ASoC: meson: fix memory leak of links if allocation of ldata failsColin Ian King2020-06-051-5/+12
* ASoC: meson: use snd_soc_xxx_active()Kuninori Morimoto2020-05-181-1/+1
* ASoC: meson: gx-card: fix codec-to-codec link setupJerome Brunet2020-04-201-1/+3
* ASoC: meson: axg-card: fix codec-to-codec link setupJerome Brunet2020-04-201-1/+3
* ASoC: meson: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto2020-03-274-7/+7
* ASoC: meson: use for_each_rtd_codecs/cpus_dai() macroKuninori Morimoto2020-03-102-2/+2
* Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-02-241-0/+6
|\
| * ASoC: meson: g12a: add tohdmitx resetJerome Brunet2020-02-211-0/+6
* | ASoC: meson: aiu: fix semicolon.cocci warningskbuild test robot2020-02-241-1/+1
* | ASoC: meson: axg-card: add toacodec supportJerome Brunet2020-02-211-1/+2
* | ASoC: meson: g12a: add internal DAC glue driverJerome Brunet2020-02-213-0/+263
* | 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