summaryrefslogtreecommitdiffstats
path: root/sound/soc/sunxi/sun4i-i2s.c
Commit message (Expand)AuthorAgeFilesLines
* 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: Explicitly include correct DT includesRob Herring2023-10-091-1/+1
* ASoC: sunxi: merge DAI call back functions into opsKuninori Morimoto2023-08-141-9/+9
* ASoC: sunxi: sun4i-i2s: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: sunxi: Migrate to new style legacy DAI naming flagCharles Keepax2022-06-271-1/+2
* ASoC: sunxi: sun4i-i2s: update kernel-docPierre-Louis Bossart2022-06-171-0/+2
* ASoC: sunxi: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-061-1/+1
* ASoC: sunxi: Update to use set_fmt_new callbackCharles Keepax2022-06-061-10/+10
* 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: sun4i-i2s: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-211-2/+1
* ASoC: sun4i-i2s: drop unneeded snd_soc_dai_set_drvdataJulia Lawall2021-03-101-2/+0
* ASoC: sunxi: sync parameter naming (rate/sample_bits)Kuninori Morimoto2021-01-211-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
* ASoC: sunxi: sun4i-i2s: add missing clock and format arguments in kernel-docPierre-Louis Bossart2020-07-101-1/+9
* ASoC: sun4i: Revert A83t descriptionMaxime Ripard2019-08-271-12/+12
* ASoC: sunxi: Revert initial A83t supportMaxime Ripard2019-08-271-1/+24
* ASoC: sun4i-i2s: Add support for DSP formatsMaxime Ripard2019-08-211-9/+35
* ASoC: sun4i-i2s: Replace call to params_width by local variableMaxime Ripard2019-08-211-1/+1
* ASoC: sun4i-i2s: Use the actual format width instead of an hardcoded oneMaxime Ripard2019-08-211-1/+1
* ASoC: sun4i-i2s: Use the physical / slot width for the clocksMaxime Ripard2019-08-211-5/+7
* ASoC: sun4i-i2s: Add support for TDM slotsMaxime Ripard2019-08-211-6/+34
* ASoC: sun4i-i2s: Support more channelsMaxime Ripard2019-08-201-11/+6
* ASoC: sun4i-i2s: Pass the channels number as an argumentMaxime Ripard2019-08-201-3/+5
* ASoC: sun4i-i2s: Remove duplicated quirks structureMaxime Ripard2019-08-201-20/+1
* ASoC: sun4i-i2s: Fix the LRCK period on A83tMaxime Ripard2019-08-201-0/+1
* ASoC: sun4i-i2s: Fix MCLK Enable bit offset on A83tMaxime Ripard2019-08-201-1/+1
* ASoC: sun4i-i2s: Fix WSS and SR fields for the A83tMaxime Ripard2019-08-201-2/+2
* ASoC: sun4i-i2s: Fix the LRCK polarityMaxime Ripard2019-08-201-6/+12
* ASoC: sun4i-i2s: Fix LRCK and BCLK polarity offsets on newer SoCsMaxime Ripard2019-08-201-58/+60
* ASoC: sun4i-i2s: RX and TX counter registers are swappedMaxime Ripard2019-08-201-2/+2
* ASoC: sun4i-i2s: Fix the MCLK and BCLK dividers on newer SoCsMaxime Ripard2019-08-201-14/+49
* ASoC: sun4i-i2s: Use module clock as BCLK parent on newer SoCsMaxime Ripard2019-08-201-2/+19
* ASoC: sun4i-i2s: Move the format configuration to a callbackMaxime Ripard2019-08-201-93/+106
* ASoC: sun4i-i2s: Move the channel configuration to a callbackMaxime Ripard2019-08-201-87/+69
* Merge branch 'asoc-5.3' into asoc-5.4Mark Brown2019-08-201-8/+8
|\
| * ASoC: sun4i-i2s: Register regmap and PCM before our componentMaxime Ripard2019-08-201-6/+6
| * ASoC: sun4i-i2s: Incorrect SR and WSS computationMarcus Cooper2019-07-311-2/+2
* | ASoC: sun4i-i2s: Rework MCLK divider calculationMaxime Ripard2019-08-201-6/+4
* | ASoC: sun4i-i2s: Replace call to params_channels by local variableMaxime Ripard2019-08-201-3/+2
* | ASoC: sun4i-i2s: Don't use the oversample to calculate BCLKMaxime Ripard2019-08-201-4/+5