aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/sunxi (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-29ASoC: sunxi: sun4i-spdif: Add support for Allwinner H616Chen-Yu Tsai1-0/+5
2023-10-09ASoC: Explicitly include correct DT includesRob Herring7-12/+5
2023-09-25ASoC: sunxi: convert not to use asoc_xxx()Kuninori Morimoto3-9/+9
2023-08-14ASoC: sunxi: merge DAI call back functions into opsKuninori Morimoto4-12/+16
2023-08-13ASoC: sunxi: sun4i-spdif: Remove redundant of_match_ptr()Ruan Jinjie1-1/+1
2023-03-20ASoC: sunxi: sun8i-codec: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-20ASoC: sunxi: sun50i-dmic: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-20ASoC: sunxi: sun4i-spdif: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-20ASoC: sunxi: sun4i-i2s: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-20ASoC: sunxi: sun4i-codec: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-11-14ASoC: sunxi: use devm_platform_get_and_ioremap_resource()Minghao Chi1-2/+1
2022-10-24ASoC: sun50i-dmic: avoid unused variable warning for sun50i_dmic_of_matchBan Tao1-1/+1
2022-09-21ASoC: sunxi: fix declaration compile errorZeng Heng1-1/+1
2022-09-19ASoC: sunxi: sun4i-codec: set debugfs_prefix for CPU DAI componentMikhail Rudenko1-0/+3
2022-09-19ASoC: sunxi: Add Allwinner H6 Digital MIC driverBan Tao3-0/+414
2022-09-13ASoC: sunxi: sun4i-codec: silence misleading error in probeMikhail Rudenko1-1/+1
2022-06-29ASoC: Refactor non_legacy_dai_naming flagMark Brown4-8/+6
2022-06-27ASoC: sun50i-codec-analog: Add support for internal biasArnaud Ferraris1-0/+8
2022-06-27ASoC: sunxi: Remove now redundant non_legacy_dai_naming flagCharles Keepax2-5/+0
2022-06-27ASoC: sunxi: Migrate to new style legacy DAI naming flagCharles Keepax3-3/+6
2022-06-17ASoC: sunxi: sun4i-i2s: update kernel-docPierre-Louis Bossart1-0/+2
2022-06-15ASoC: Add regmap_field helpers for simple bit operationsMark Brown1-48/+30
2022-06-15ASoC: sunxi: Use {regmap/regmap_field}_{set/clear}_bits helpersLi Chen1-48/+30
2022-06-14ASoC: sun8i-codec: Partial revert to fix clock specifiersCharles Keepax1-2/+2
2022-06-06ASoC: sunxi: Rename set_fmt_new back to set_fmtCharles Keepax2-2/+2
2022-06-06ASoC: sunxi: Update to use set_fmt_new callbackCharles Keepax2-14/+14
2022-02-03ASoC: sun4i-i2s: Add support for the R329/D1 variantSamuel Holland1-3/+37
2022-02-03ASoC: sun4i-i2s: Update registers for more channelsSamuel Holland1-11/+17
2021-12-20ASoC: sunxi: Use dev_err_probe() helperKuninori Morimoto1-2/+1
2021-11-29ASoC: sunxi: sun4i-spdif: Implement IEC958 controlJernej Skrabec1-0/+115
2021-11-29ASoC: sun8i-codec: Add AIF, ADC, and DAC volume controlsSamuel Holland1-0/+56
2021-06-21ASoC: sunxi: sun4i-spdif: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2021-06-21ASoC: sun4i-i2s: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2021-06-21ASoC: sunxi: sun4i-codec: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2021-04-23Merge remote-tracking branch 'asoc/for-5.13' into asoc-nextMark Brown3-6/+2
2021-04-08ASoC: fsl: sunxi: remove redundant dev_err callMuhammad Usama Anjum1-3/+1
2021-03-31ASoC: sunxi: sun8i-codec: clarify expressionPierre-Louis Bossart1-1/+1
2021-03-31ASoC: sunxi: sun4i-codec: fill ASoC card ownerBastian Germann1-0/+5
2021-03-10ASoC: sun4i-i2s: drop unneeded snd_soc_dai_set_drvdataJulia Lawall1-2/+0
2021-01-21ASoC: sunxi: sync parameter naming (rate/sample_bits)Kuninori Morimoto2-7/+7
2020-11-19ASoC: sunxi: do not select COMMON_CLK to fix buildsKrzysztof Kozlowski1-1/+1
2020-10-30ASoC: sun4i-i2s: fix coding-style for callback definitionClément Péron1-2/+2
2020-10-30ASoC: sun4i-i2s: Fix setting of FIFO modesSamuel Holland1-7/+7
2020-10-30ASoC: sun4i-i2s: Fix sun8i volatile regsClément Péron1-4/+11
2020-10-30ASoC: sun4i-i2s: Add 20 and 24 bit supportMarcus Cooper1-2/+9
2020-10-30ASoC: sun4i-i2s: Set sign extend sampleMarcus Cooper1-0/+17
2020-10-30ASoC: sun4i-i2s: Change get_sr() and get_wss() to be more explicitClément Péron1-25/+44
2020-10-30ASoC: sun4i-i2s: Add support for H6 I2SJernej Skrabec1-0/+222
2020-10-30ASoC: sun4i-i2s: Change set_chan_cfg() paramsClément Péron1-14/+18
2020-10-30ASoC: sun4i-i2s: Fix lrck_period computation for I2S justified modeClément Péron1-2/+2