summaryrefslogtreecommitdiffstats
path: root/sound/soc/sunxi
Commit message (Expand)AuthorAgeFilesLines
* ASoC: sun4i-codec: support allwinner H616 codecRyan Walklin2024-10-241-0/+203
* ASoC: sun4i-codec: Add playback only flag to quirksMarcus Cooper2024-10-241-4/+8
* ASoC: sun4i-codec: Add support for different DAC FIFOC addresses to quirksMarcus Cooper2024-10-241-32/+51
* Merge tag 'asoc-v6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2024-09-145-5/+5
|\
| * ASoC: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-09-095-5/+5
* | Merge branch 'for-linus' into for-nextTakashi Iwai2024-09-101-70/+73
|\ \
| * | ASoC: sunxi: sun4i-i2s: fix LRCLK polarity in i2s modeMatteo Martelli2024-08-291-70/+73
| |/
* / ASoC: sunxi: sun4i-codec: drop SNDRV_PCM_RATE_KNOTJerome Brunet2024-09-061-19/+9
|/
* ASoC: sunxi: Use snd_soc_substream_to_rtd() for accessing private_dataKrzysztof Kozlowski2024-05-061-1/+1
* ASoC: sunxi: DMIC: Add controls for adjusting the mic gainsJoao Schim2024-04-301-0/+34
* ASoC: sunxi: sun4i-i2s: Fix pcm_formats type specificationJohn Watts2024-04-171-2/+2
* ASoC: sunxi: sun4i-i2s: Support 32-bit audio formatsJohn Watts2024-04-151-5/+28
* ASoC: sun8i-codec: Fix build with CONFIG_SND_JACK_INPUT_DEV disabledOndrej Jirman2024-03-271-7/+7
* ASoC: sun8i-codec: Implement jack and accessory detectionArnaud Ferraris2024-03-252-0/+317
* ASoC: sun50i-codec-analog: Enable jack detection on startupArnaud Ferraris2024-03-251-1/+31
* ASoC: sun8i-codec: Enable bus clock at STANDBY and higher biasSamuel Holland2024-03-251-8/+33
* ASoC: sun50i-codec-analog: Move suspend/resume to set_bias_levelSamuel Holland2024-03-251-11/+18
* 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