summaryrefslogtreecommitdiffstats
path: root/sound/soc/sunxi
Commit message (Expand)AuthorAgeFilesLines
* ASoC: sunxi: sun4i-spdif: Add support for Allwinner H616Chen-Yu Tsai2024-01-291-0/+5
* ASoC: Explicitly include correct DT includesRob Herring2023-10-097-12/+5
* ASoC: sunxi: convert not to use asoc_xxx()Kuninori Morimoto2023-09-253-9/+9
* ASoC: sunxi: merge DAI call back functions into opsKuninori Morimoto2023-08-144-12/+16
* ASoC: sunxi: sun4i-spdif: Remove redundant of_match_ptr()Ruan Jinjie2023-08-131-1/+1
* ASoC: sunxi: sun8i-codec: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: sunxi: sun50i-dmic: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: sunxi: sun4i-spdif: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: sunxi: sun4i-i2s: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: sunxi: sun4i-codec: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: sunxi: use devm_platform_get_and_ioremap_resource()Minghao Chi2022-11-141-2/+1
* ASoC: sun50i-dmic: avoid unused variable warning for sun50i_dmic_of_matchBan Tao2022-10-241-1/+1
* ASoC: sunxi: fix declaration compile errorZeng Heng2022-09-211-1/+1
* ASoC: sunxi: sun4i-codec: set debugfs_prefix for CPU DAI componentMikhail Rudenko2022-09-191-0/+3
* ASoC: sunxi: Add Allwinner H6 Digital MIC driverBan Tao2022-09-193-0/+414
* ASoC: sunxi: sun4i-codec: silence misleading error in probeMikhail Rudenko2022-09-131-1/+1
* ASoC: Refactor non_legacy_dai_naming flagMark Brown2022-06-294-8/+6
|\
| * ASoC: sunxi: Remove now redundant non_legacy_dai_naming flagCharles Keepax2022-06-272-5/+0
| * ASoC: sunxi: Migrate to new style legacy DAI naming flagCharles Keepax2022-06-273-3/+6
* | ASoC: sun50i-codec-analog: Add support for internal biasArnaud Ferraris2022-06-271-0/+8
|/
* ASoC: sunxi: sun4i-i2s: update kernel-docPierre-Louis Bossart2022-06-171-0/+2
* ASoC: Add regmap_field helpers for simple bit operationsMark Brown2022-06-151-48/+30
|\
| * ASoC: sunxi: Use {regmap/regmap_field}_{set/clear}_bits helpersLi Chen2022-06-151-48/+30
* | ASoC: sun8i-codec: Partial revert to fix clock specifiersCharles Keepax2022-06-141-2/+2
* | ASoC: sunxi: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-062-2/+2
* | ASoC: sunxi: Update to use set_fmt_new callbackCharles Keepax2022-06-062-14/+14
|/
* ASoC: sun4i-i2s: Add support for the R329/D1 variantSamuel Holland2022-02-031-3/+37
* ASoC: sun4i-i2s: Update registers for more channelsSamuel Holland2022-02-031-11/+17
* ASoC: sunxi: Use dev_err_probe() helperKuninori Morimoto2021-12-201-2/+1
* ASoC: sunxi: sun4i-spdif: Implement IEC958 controlJernej Skrabec2021-11-291-0/+115
* ASoC: sun8i-codec: Add AIF, ADC, and DAC volume controlsSamuel Holland2021-11-291-0/+56
* ASoC: sunxi: sun4i-spdif: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-211-2/+1
* ASoC: sun4i-i2s: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-211-2/+1
* ASoC: sunxi: sun4i-codec: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-211-2/+1
* Merge remote-tracking branch 'asoc/for-5.13' into asoc-nextMark Brown2021-04-233-6/+2
|\
| * ASoC: fsl: sunxi: remove redundant dev_err callMuhammad Usama Anjum2021-04-081-3/+1
| * ASoC: sunxi: sun8i-codec: clarify expressionPierre-Louis Bossart2021-03-311-1/+1
| * ASoC: sun4i-i2s: drop unneeded snd_soc_dai_set_drvdataJulia Lawall2021-03-101-2/+0
* | ASoC: sunxi: sun4i-codec: fill ASoC card ownerBastian Germann2021-03-311-0/+5
|/
* ASoC: sunxi: sync parameter naming (rate/sample_bits)Kuninori Morimoto2021-01-212-7/+7
* ASoC: sunxi: do not select COMMON_CLK to fix buildsKrzysztof Kozlowski2020-11-191-1/+1
* ASoC: sun4i-i2s: fix coding-style for callback definitionClément Péron2020-10-301-2/+2
* ASoC: sun4i-i2s: Fix setting of FIFO modesSamuel Holland2020-10-301-7/+7
* ASoC: sun4i-i2s: Fix sun8i volatile regsClément Péron2020-10-301-4/+11
* ASoC: sun4i-i2s: Add 20 and 24 bit supportMarcus Cooper2020-10-301-2/+9
* ASoC: sun4i-i2s: Set sign extend sampleMarcus Cooper2020-10-301-0/+17
* ASoC: sun4i-i2s: Change get_sr() and get_wss() to be more explicitClément Péron2020-10-301-25/+44
* ASoC: sun4i-i2s: Add support for H6 I2SJernej Skrabec2020-10-301-0/+222
* ASoC: sun4i-i2s: Change set_chan_cfg() paramsClément Péron2020-10-301-14/+18
* ASoC: sun4i-i2s: Fix lrck_period computation for I2S justified modeClément Péron2020-10-301-2/+2