summaryrefslogtreecommitdiffstats
path: root/sound/soc/sunxi
Commit message (Expand)AuthorAgeFilesLines
...
* ASoC: sun8i-codec: Protect the clock rate while streams are openSamuel Holland2020-10-262-2/+28
* ASoC: sun8i-codec: Constrain to compatible sample ratesSamuel Holland2020-10-261-4/+53
* ASoC: sun8i-codec: Automatically set the system sample rateSamuel Holland2020-10-261-19/+84
* ASoC: sun8i-codec: Enable all supported sample ratesSamuel Holland2020-10-261-3/+14
* ASoC: sun8i-codec: Enforce symmetric DAI parametersSamuel Holland2020-10-261-0/+3
* ASoC: sun8i-codec: Support the TDM slot bindingSamuel Holland2020-10-261-2/+26
* ASoC: sun8i-codec: Correct the BCLK divisor calculationSamuel Holland2020-10-261-8/+9
* ASoC: sun8i-codec: Round up the LRCK divisorSamuel Holland2020-10-261-10/+12
* ASoC: sun8i-codec: Use the provided word sizeSamuel Holland2020-10-261-7/+20
* ASoC: sun8i-codec: Enable all supported clock inversionsSamuel Holland2020-10-261-22/+39
* ASoC: sun8i-codec: Program DAI format before clock inversionSamuel Holland2020-10-261-23/+23
* ASoC: sun8i-codec: Prepare to extend the DAI driverSamuel Holland2020-10-261-34/+42
* ASoC: sun8i-codec: Use snd_soc_dai_get_drvdataSamuel Holland2020-10-051-2/+2
* ASoC: sun8i-codec: Enable AIF mono/stereo controlSamuel Holland2020-10-051-6/+76
* ASoC: sun8i-codec: Fix AIF widget channel referencesSamuel Holland2020-10-051-2/+2
* ASoC: sun8i-codec: Correct DAPM widget typesSamuel Holland2020-10-051-6/+6
* ASoC: sun8i-codec: Consistently name DAPM widgets and routesSamuel Holland2020-10-051-16/+16
* ASoC: sun8i-codec: Sort DAPM controls, widgets, and routesSamuel Holland2020-10-051-48/+53
* ASoC: sun8i-codec: Swap module clock/reset dependenciesSamuel Holland2020-10-051-33/+39
* ASoC: sun8i-codec: Set up clock tree at probe timeSamuel Holland2020-10-051-19/+35
* ASoC: sun8i-codec: Manage module clock via DAPMSamuel Holland2020-09-071-14/+5
* ASoC: sun8i-codec: Attach the bus clock to the regmapSamuel Holland2020-09-071-19/+2
* ASoC: sun8i-codec: Sort masks in a consistent orderSamuel Holland2020-09-071-3/+3
* ASoC: sun8i-codec: Fix field bit number indentationSamuel Holland2020-09-071-7/+7
* ASoC: sun8i-codec: Fix ADC_DIG_CTRL field nameSamuel Holland2020-09-071-2/+2
* ASoC: sun8i-codec: Fix AIF1_MXR_SRC field namesSamuel Holland2020-09-071-8/+8
* ASoC: sun8i-codec: Fix AIF1_ADCDAT_CTRL field namesSamuel Holland2020-09-071-4/+4
* ASoC: sun8i-codec: Fix AIF1 MODCLK widget nameSamuel Holland2020-09-071-6/+6
* ASoC: sun8i-codec: Remove extraneous widgetsSamuel Holland2020-09-071-4/+0
* ASoC: sun8i-codec: Hook up component probe functionSamuel Holland2020-08-191-0/+1
* Merge series "ASoC: sun50i-codec-analog: Cleanup and power management" from S...Mark Brown2020-08-181-65/+111
|\
| * ASoC: sun50i-codec-analog: Enable DAPM for earpiece switchSamuel Holland2020-08-171-6/+11
| * ASoC: sun50i-codec-analog: Enable DAPM for line out switchSamuel Holland2020-08-171-8/+15
| * ASoC: sun50i-codec-analog: Make line out routes stereoSamuel Holland2020-08-171-7/+11
| * ASoC: sun50i-codec-analog: Enable DAPM for headphone switchSamuel Holland2020-08-171-7/+14
| * ASoC: sun50i-codec-analog: Make headphone routes stereoSamuel Holland2020-08-171-8/+20
| * ASoC: sun50i-codec-analog: Group and sort mixer routesSamuel Holland2020-08-171-30/+28
| * ASoC: sun50i-codec-analog: Gate the amplifier clock during suspendSamuel Holland2020-08-171-0/+15
| * ASoC: sun50i-codec-analog: Fix duplicate use of ADC enable bitsSamuel Holland2020-08-171-4/+2
* | Merge series "Allwinner A64 digital audio codec fixes" from Samuel Holland <s...Mark Brown2020-08-181-29/+108
|\ \
| * | ASoC: sun8i-codec: Add a quirk for LRCK inversionSamuel Holland2020-08-171-4/+7
| * | ASoC: sun8i-codec: Add missing mixer routesSamuel Holland2020-08-171-0/+6
| * | ASoC: sun8i-codec: Fix DAPM to match the hardware topologySamuel Holland2020-08-171-25/+95
| |/
* / ASoC: various vendors: delete repeated words in commentsRandy Dunlap2020-08-181-1/+1
|/
* ASoC: sunxi: use asoc_substream_to_rtd()Kuninori Morimoto2020-07-232-7/+7
* ASoC: sunxi: sun4i-spdif: Fix misspelling of 'reg_dac_txdata' in kernel-docLee Jones2020-07-101-1/+1
* ASoC: sunxi: sun4i-i2s: add missing clock and format arguments in kernel-docPierre-Louis Bossart2020-07-101-1/+9
* ASoC: sunxi: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto2020-03-271-1/+1
* Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-02-241-1/+2
|\
| * ASoC: sun8i-codec: Fix setting DAI data formatSamuel Holland2020-02-171-1/+2