summaryrefslogtreecommitdiff
path: root/sound/soc/sunxi/sun4i-i2s.c
AgeCommit message (Expand)Author
2023-10-09ASoC: Explicitly include correct DT includesRob Herring
2023-08-14ASoC: sunxi: merge DAI call back functions into opsKuninori Morimoto
2023-03-20ASoC: sunxi: sun4i-i2s: Convert to platform remove callback returning voidUwe Kleine-König
2022-06-27ASoC: sunxi: Migrate to new style legacy DAI naming flagCharles Keepax
2022-06-17ASoC: sunxi: sun4i-i2s: update kernel-docPierre-Louis Bossart
2022-06-06ASoC: sunxi: Rename set_fmt_new back to set_fmtCharles Keepax
2022-06-06ASoC: sunxi: Update to use set_fmt_new callbackCharles Keepax
2022-02-03ASoC: sun4i-i2s: Add support for the R329/D1 variantSamuel Holland
2022-02-03ASoC: sun4i-i2s: Update registers for more channelsSamuel Holland
2021-06-21ASoC: sun4i-i2s: Use devm_platform_get_and_ioremap_resource()Yang Yingliang
2021-03-10ASoC: sun4i-i2s: drop unneeded snd_soc_dai_set_drvdataJulia Lawall
2021-01-21ASoC: sunxi: sync parameter naming (rate/sample_bits)Kuninori Morimoto
2020-10-30ASoC: sun4i-i2s: fix coding-style for callback definitionClément Péron
2020-10-30ASoC: sun4i-i2s: Fix setting of FIFO modesSamuel Holland
2020-10-30ASoC: sun4i-i2s: Fix sun8i volatile regsClément Péron
2020-10-30ASoC: sun4i-i2s: Add 20 and 24 bit supportMarcus Cooper
2020-10-30ASoC: sun4i-i2s: Set sign extend sampleMarcus Cooper
2020-10-30ASoC: sun4i-i2s: Change get_sr() and get_wss() to be more explicitClément Péron
2020-10-30ASoC: sun4i-i2s: Add support for H6 I2SJernej Skrabec
2020-10-30ASoC: sun4i-i2s: Change set_chan_cfg() paramsClément Péron
2020-10-30ASoC: sun4i-i2s: Fix lrck_period computation for I2S justified modeClément Péron
2020-07-10ASoC: sunxi: sun4i-i2s: add missing clock and format arguments in kernel-docPierre-Louis Bossart
2019-08-27ASoC: sun4i: Revert A83t descriptionMaxime Ripard
2019-08-27ASoC: sunxi: Revert initial A83t supportMaxime Ripard
2019-08-21ASoC: sun4i-i2s: Add support for DSP formatsMaxime Ripard
2019-08-21ASoC: sun4i-i2s: Replace call to params_width by local variableMaxime Ripard
2019-08-21ASoC: sun4i-i2s: Use the actual format width instead of an hardcoded oneMaxime Ripard
2019-08-21ASoC: sun4i-i2s: Use the physical / slot width for the clocksMaxime Ripard
2019-08-21ASoC: sun4i-i2s: Add support for TDM slotsMaxime Ripard
2019-08-20ASoC: sun4i-i2s: Support more channelsMaxime Ripard
2019-08-20ASoC: sun4i-i2s: Pass the channels number as an argumentMaxime Ripard
2019-08-20ASoC: sun4i-i2s: Remove duplicated quirks structureMaxime Ripard
2019-08-20ASoC: sun4i-i2s: Fix the LRCK period on A83tMaxime Ripard
2019-08-20ASoC: sun4i-i2s: Fix MCLK Enable bit offset on A83tMaxime Ripard
2019-08-20ASoC: sun4i-i2s: Fix WSS and SR fields for the A83tMaxime Ripard
2019-08-20ASoC: sun4i-i2s: Fix the LRCK polarityMaxime Ripard
2019-08-20ASoC: sun4i-i2s: Fix LRCK and BCLK polarity offsets on newer SoCsMaxime Ripard
2019-08-20ASoC: sun4i-i2s: RX and TX counter registers are swappedMaxime Ripard
2019-08-20ASoC: sun4i-i2s: Fix the MCLK and BCLK dividers on newer SoCsMaxime Ripard
2019-08-20ASoC: sun4i-i2s: Use module clock as BCLK parent on newer SoCsMaxime Ripard
2019-08-20ASoC: sun4i-i2s: Move the format configuration to a callbackMaxime Ripard
2019-08-20ASoC: sun4i-i2s: Move the channel configuration to a callbackMaxime Ripard
2019-08-20Merge branch 'asoc-5.3' into asoc-5.4Mark Brown
2019-08-20ASoC: sun4i-i2s: Rework MCLK divider calculationMaxime Ripard
2019-08-20ASoC: sun4i-i2s: Replace call to params_channels by local variableMaxime Ripard
2019-08-20ASoC: sun4i-i2s: Don't use the oversample to calculate BCLKMaxime Ripard
2019-08-20ASoC: sun4i-i2s: Switch to devm for PCM registerMaxime Ripard
2019-08-20ASoC: sun4i-i2s: Register regmap and PCM before our componentMaxime Ripard
2019-08-02ASoC: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-07-31ASoC: sun4i-i2s: Incorrect SR and WSS computationMarcus Cooper