aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/sunxi
AgeCommit message (Expand)AuthorFilesLines
2021-06-21ASoC: sunxi: sun4i-spdif: Use devm_platform_get_and_ioremap_resource()Gravatar Yang Yingliang 1-2/+1
2021-06-21ASoC: sun4i-i2s: Use devm_platform_get_and_ioremap_resource()Gravatar Yang Yingliang 1-2/+1
2021-06-21ASoC: sunxi: sun4i-codec: Use devm_platform_get_and_ioremap_resource()Gravatar Yang Yingliang 1-2/+1
2021-04-23Merge remote-tracking branch 'asoc/for-5.13' into asoc-nextGravatar Mark Brown 3-6/+2
2021-04-08ASoC: fsl: sunxi: remove redundant dev_err callGravatar Muhammad Usama Anjum 1-3/+1
2021-03-31ASoC: sunxi: sun8i-codec: clarify expressionGravatar Pierre-Louis Bossart 1-1/+1
2021-03-31ASoC: sunxi: sun4i-codec: fill ASoC card ownerGravatar Bastian Germann 1-0/+5
2021-03-10ASoC: sun4i-i2s: drop unneeded snd_soc_dai_set_drvdataGravatar Julia Lawall 1-2/+0
2021-01-21ASoC: sunxi: sync parameter naming (rate/sample_bits)Gravatar Kuninori Morimoto 2-7/+7
2020-11-19ASoC: sunxi: do not select COMMON_CLK to fix buildsGravatar Krzysztof Kozlowski 1-1/+1
2020-10-30ASoC: sun4i-i2s: fix coding-style for callback definitionGravatar Clément Péron 1-2/+2
2020-10-30ASoC: sun4i-i2s: Fix setting of FIFO modesGravatar Samuel Holland 1-7/+7
2020-10-30ASoC: sun4i-i2s: Fix sun8i volatile regsGravatar Clément Péron 1-4/+11
2020-10-30ASoC: sun4i-i2s: Add 20 and 24 bit supportGravatar Marcus Cooper 1-2/+9
2020-10-30ASoC: sun4i-i2s: Set sign extend sampleGravatar Marcus Cooper 1-0/+17
2020-10-30ASoC: sun4i-i2s: Change get_sr() and get_wss() to be more explicitGravatar Clément Péron 1-25/+44
2020-10-30ASoC: sun4i-i2s: Add support for H6 I2SGravatar Jernej Skrabec 1-0/+222
2020-10-30ASoC: sun4i-i2s: Change set_chan_cfg() paramsGravatar Clément Péron 1-14/+18
2020-10-30ASoC: sun4i-i2s: Fix lrck_period computation for I2S justified modeGravatar Clément Péron 1-2/+2
2020-10-26ASoC: sun8i-codec: Add the AIF3 DAI, widgets, and routesGravatar Samuel Holland 1-8/+130
2020-10-26ASoC: sun8i-codec: Add the AIF2 DAI, widgets, and routesGravatar Samuel Holland 1-0/+215
2020-10-26ASoC: sun8i-codec: Generalize AIF clock controlGravatar Samuel Holland 1-30/+32
2020-10-26ASoC: sun8i-codec: Enable all supported PCM formatsGravatar Samuel Holland 1-2/+9
2020-10-26ASoC: sun8i-codec: Require an exact BCLK divisor matchGravatar Samuel Holland 1-12/+10
2020-10-26ASoC: sun8i-codec: Protect the clock rate while streams are openGravatar Samuel Holland 2-2/+28
2020-10-26ASoC: sun8i-codec: Constrain to compatible sample ratesGravatar Samuel Holland 1-4/+53
2020-10-26ASoC: sun8i-codec: Automatically set the system sample rateGravatar Samuel Holland 1-19/+84
2020-10-26ASoC: sun8i-codec: Enable all supported sample ratesGravatar Samuel Holland 1-3/+14
2020-10-26ASoC: sun8i-codec: Enforce symmetric DAI parametersGravatar Samuel Holland 1-0/+3
2020-10-26ASoC: sun8i-codec: Support the TDM slot bindingGravatar Samuel Holland 1-2/+26
2020-10-26ASoC: sun8i-codec: Correct the BCLK divisor calculationGravatar Samuel Holland 1-8/+9
2020-10-26ASoC: sun8i-codec: Round up the LRCK divisorGravatar Samuel Holland 1-10/+12
2020-10-26ASoC: sun8i-codec: Use the provided word sizeGravatar Samuel Holland 1-7/+20
2020-10-26ASoC: sun8i-codec: Enable all supported clock inversionsGravatar Samuel Holland 1-22/+39
2020-10-26ASoC: sun8i-codec: Program DAI format before clock inversionGravatar Samuel Holland 1-23/+23
2020-10-26ASoC: sun8i-codec: Prepare to extend the DAI driverGravatar Samuel Holland 1-34/+42
2020-10-05ASoC: sun8i-codec: Use snd_soc_dai_get_drvdataGravatar Samuel Holland 1-2/+2
2020-10-05ASoC: sun8i-codec: Enable AIF mono/stereo controlGravatar Samuel Holland 1-6/+76
2020-10-05ASoC: sun8i-codec: Fix AIF widget channel referencesGravatar Samuel Holland 1-2/+2
2020-10-05ASoC: sun8i-codec: Correct DAPM widget typesGravatar Samuel Holland 1-6/+6
2020-10-05ASoC: sun8i-codec: Consistently name DAPM widgets and routesGravatar Samuel Holland 1-16/+16
2020-10-05ASoC: sun8i-codec: Sort DAPM controls, widgets, and routesGravatar Samuel Holland 1-48/+53
2020-10-05ASoC: sun8i-codec: Swap module clock/reset dependenciesGravatar Samuel Holland 1-33/+39
2020-10-05ASoC: sun8i-codec: Set up clock tree at probe timeGravatar Samuel Holland 1-19/+35
2020-09-07ASoC: sun8i-codec: Manage module clock via DAPMGravatar Samuel Holland 1-14/+5
2020-09-07ASoC: sun8i-codec: Attach the bus clock to the regmapGravatar Samuel Holland 1-19/+2
2020-09-07ASoC: sun8i-codec: Sort masks in a consistent orderGravatar Samuel Holland 1-3/+3
2020-09-07ASoC: sun8i-codec: Fix field bit number indentationGravatar Samuel Holland 1-7/+7
2020-09-07ASoC: sun8i-codec: Fix ADC_DIG_CTRL field nameGravatar Samuel Holland 1-2/+2
2020-09-07ASoC: sun8i-codec: Fix AIF1_MXR_SRC field namesGravatar Samuel Holland 1-8/+8