summaryrefslogtreecommitdiffstats
path: root/sound/soc/sunxi
Commit message (Expand)AuthorAgeFilesLines
...
* | ASoC: sunxi: make snd_soc_codec_driver structures as constBhumika Goyal2017-08-072-4/+4
* | ASoC: sun4i-i2s: Extend quirks scopeMarcus Cooper2017-08-011-8/+14
* | ASoC: sun4i-spdif: Handle return value of clk_prepare_enable.Arvind Yadav2017-07-261-3/+8
* | ASoC: sun4i: explicitly request exclusive reset controlPhilipp Zabel2017-07-193-3/+5
* | ASoC: sun8i-codec: constify snd_soc_dai_ops structureGustavo A. R. Silva2017-07-171-1/+1
* | ASoC: sun4i-codec: Remove unneeded gpiod NULL checkFabio Estevam2017-07-171-3/+2
|/
* ASoC: sun4i-codec: Add support for V3s codecIcenowy Zheng2017-06-061-0/+63
* ASoC: sun8i-codec-analog: add support for V3s SoCIcenowy Zheng2017-06-061-0/+9
* ASoC: sun8i-codec-analog: prepare a mixer control/widget/route set for V3sIcenowy Zheng2017-06-061-1/+100
* ASoC: sun8i-codec-analog: split out mbiasIcenowy Zheng2017-05-241-5/+30
* ASoC: sun8i-codec: Convert to use SND_SOC_DAPM_AIF_INMylène Josserand2017-03-151-9/+11
* ASoC: sun8i-codec: Fix space on audio-routing widgetMylène Josserand2017-03-151-1/+1
* ASoC: sun8i-codec-analog: split out line inIcenowy Zheng2017-03-151-11/+65
* ASoC: sun8i-codec-analog: split out mic2Icenowy Zheng2017-03-151-16/+76
* ASoC: sun8i-codec: Convert to SOC_MIXER_ARRAYMylène Josserand2017-03-081-6/+4
* ASoC: sun8i-codec: Update mixer to use SOC_DAPM_DOUBLEMylène Josserand2017-03-081-24/+21
* ASoC: sun8i-codec: Remove analog "HP" widgetMylène Josserand2017-03-081-6/+0
*-. Merge remote-tracking branches 'asoc/topic/rt5665', 'asoc/topic/rt5677', 'aso...Mark Brown2017-02-197-24/+636
|\ \
| | * ASoC: sun4i-spdif: drop unnessary snd_soc_unregister_component()Wei Yongjun2017-02-191-10/+3
| | * ASoC: sunxi: allow the analog codec driver to be built on ARM64Icenowy Zheng2017-02-081-1/+1
| | * ASoC: sun4i-i2s: Add quirks to handle a31 compatibleMylène Josserand2017-02-031-2/+55
| | * ASoC: Add sun8i digital audio codecMylène Josserand2017-02-033-0/+510
| | * ASoC: sun8i-codec-analog: Add amplifier event to fix first delayMylène Josserand2017-02-031-2/+28
| | * ASoC: sun4i-spdif: Add support for the H3 SoCMarcus Cooper2017-01-201-0/+11
| | * ASoC: sun4i-codec: Add "Right Mixer" to "Line Out Mono Diff." routeChen-Yu Tsai2017-01-091-0/+1
| | * ASoC: sun4i-spdif: Add quirks to the spdif driverMarcus Cooper2016-12-311-5/+31
| | * ASoC: sun4i-spdif: remove legacy dapm componentsMarcus Cooper2016-12-311-8/+0
| |/
* / ASoC: sun4i-i2s: Increase DMA max burst to 8Mylène Josserand2017-01-171-2/+2
|/
* ASoC: sun4i-codec: Add support for H3 codecChen-Yu Tsai2016-11-301-0/+71
* ASoC: sun4i-codec: Add support for A23 codecChen-Yu Tsai2016-11-301-0/+108
* ASoC: sunxi: Uninitialized variable in probe()Dan Carpenter2016-11-241-1/+1
* ASoC: sunxi: Add support for A23/A33/H3 codec's analog path controlsChen-Yu Tsai2016-11-223-0/+674
* ASoC: sun4i-codec: fix semicolon.cocci warningskbuild test robot2016-11-101-1/+1
* ASoC: sun4i-codec: Add support for optional reset control to quirksChen-Yu Tsai2016-11-091-1/+27
* ASoC: sun4i-codec: Add support for A31 ADC capture pathChen-Yu Tsai2016-11-091-0/+65
* ASoC: sunxi: i2s: Implement set_sysclkMaxime Ripard2016-11-091-15/+38
* ASoC: sun4i-codec: Add support for A31 board level audio routingChen-Yu Tsai2016-11-041-2/+19
* ASoC: sun4i-codec: Add support for A31 analog microphone inputsChen-Yu Tsai2016-11-041-0/+70
* ASoC: sun4i-codec: Add support for A31 Line Out playbackChen-Yu Tsai2016-11-041-0/+39
* ASoC: sun4i-codec: Add support for A31 Line In playbackChen-Yu Tsai2016-11-031-0/+15
* ASoC: sun4i-codec: Add support for A31 playback through headphone outputChen-Yu Tsai2016-11-031-4/+267
* ASoC: sun4i-codec: Increase DMA max burst to 8Chen-Yu Tsai2016-11-031-2/+2
* ASoC: sun4i-codec: Expand quirks to handle register offsets and card creationChen-Yu Tsai2016-11-031-27/+60
* Merge branch 'fix/sunxi' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2016-11-031-6/+6
|\
| * ASoC: sun4i-codec: Enable bus clock after getting GPIOChen-Yu Tsai2016-11-011-6/+6
* | ASoC: sun4i-codec: Revise comments for register definition macrosChen-Yu Tsai2016-11-031-3/+11
* | ASoC: sun4i-codec: Move data structures to add create_card call to quirksChen-Yu Tsai2016-11-031-39/+39
* | ASoC: sun4i-i2s: Implement capture supportMaxime Ripard2016-11-031-3/+49
|/
* ASoC: sun4i-codec: return error code instead of NULL when create_card failsChen-Yu Tsai2016-10-311-3/+4
* ASoC: sun4i-codec: Rename sun4i_codec_widgets for consistencyDanny Milosavljevic2016-09-261-3/+3