aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sunxi (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-19Merge remote-tracking branches 'asoc/topic/rt5665', 'asoc/topic/rt5677', 'asoc/topic/samsung', 'asoc/topic/simple' and 'asoc/topic/sunxi' into asoc-nextMark Brown7-24/+636
2017-02-19ASoC: sun4i-spdif: drop unnessary snd_soc_unregister_component()Wei Yongjun1-10/+3
2017-02-08ASoC: sunxi: allow the analog codec driver to be built on ARM64Icenowy Zheng1-1/+1
2017-02-03ASoC: sun4i-i2s: Add quirks to handle a31 compatibleMylène Josserand1-2/+55
2017-02-03ASoC: Add sun8i digital audio codecMylène Josserand3-0/+510
2017-02-03ASoC: sun8i-codec-analog: Add amplifier event to fix first delayMylène Josserand1-2/+28
2017-01-20ASoC: sun4i-spdif: Add support for the H3 SoCMarcus Cooper1-0/+11
2017-01-17ASoC: sun4i-i2s: Increase DMA max burst to 8Mylène Josserand1-2/+2
2017-01-09ASoC: sun4i-codec: Add "Right Mixer" to "Line Out Mono Diff." routeChen-Yu Tsai1-0/+1
2016-12-31ASoC: sun4i-spdif: Add quirks to the spdif driverMarcus Cooper1-5/+31
2016-12-31ASoC: sun4i-spdif: remove legacy dapm componentsMarcus Cooper1-8/+0
2016-11-30ASoC: sun4i-codec: Add support for H3 codecChen-Yu Tsai1-0/+71
2016-11-30ASoC: sun4i-codec: Add support for A23 codecChen-Yu Tsai1-0/+108
2016-11-24ASoC: sunxi: Uninitialized variable in probe()Dan Carpenter1-1/+1
2016-11-22ASoC: sunxi: Add support for A23/A33/H3 codec's analog path controlsChen-Yu Tsai3-0/+674
2016-11-10ASoC: sun4i-codec: fix semicolon.cocci warningskbuild test robot1-1/+1
2016-11-09ASoC: sun4i-codec: Add support for optional reset control to quirksChen-Yu Tsai1-1/+27
2016-11-09ASoC: sun4i-codec: Add support for A31 ADC capture pathChen-Yu Tsai1-0/+65
2016-11-09ASoC: sunxi: i2s: Implement set_sysclkMaxime Ripard1-15/+38
2016-11-04ASoC: sun4i-codec: Add support for A31 board level audio routingChen-Yu Tsai1-2/+19
2016-11-04ASoC: sun4i-codec: Add support for A31 analog microphone inputsChen-Yu Tsai1-0/+70
2016-11-04ASoC: sun4i-codec: Add support for A31 Line Out playbackChen-Yu Tsai1-0/+39
2016-11-03ASoC: sun4i-codec: Add support for A31 Line In playbackChen-Yu Tsai1-0/+15
2016-11-03ASoC: sun4i-codec: Add support for A31 playback through headphone outputChen-Yu Tsai1-4/+267
2016-11-03ASoC: sun4i-codec: Increase DMA max burst to 8Chen-Yu Tsai1-2/+2
2016-11-03ASoC: sun4i-codec: Expand quirks to handle register offsets and card creationChen-Yu Tsai1-27/+60
2016-11-03Merge branch 'fix/sunxi' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-sunxiMark Brown1-6/+6
2016-11-03ASoC: sun4i-codec: Revise comments for register definition macrosChen-Yu Tsai1-3/+11
2016-11-03ASoC: sun4i-codec: Move data structures to add create_card call to quirksChen-Yu Tsai1-39/+39
2016-11-03ASoC: sun4i-i2s: Implement capture supportMaxime Ripard1-3/+49
2016-11-01ASoC: sun4i-codec: Enable bus clock after getting GPIOChen-Yu Tsai1-6/+6
2016-10-31ASoC: sun4i-codec: return error code instead of NULL when create_card failsChen-Yu Tsai1-3/+4
2016-09-26ASoC: sun4i-codec: Rename sun4i_codec_widgets for consistencyDanny Milosavljevic1-3/+3
2016-09-26Merge branch 'topic/codec-component' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-sunxiMark Brown1-6/+8
2016-09-24ASoC: sun4i-codec: Add custom regmap configsDanny Milosavljevic1-3/+35
2016-09-24ASoC: sun4i-codec: Rename some sun7i-only registersDanny Milosavljevic1-3/+3
2016-08-24ASoC: sunxi: depend on ARCH_SUNXIPeter Robinson1-0/+1
2016-08-12ASoC: sunxi: compatibility for sun6i to SPDIFMarcus Cooper1-1/+16
2016-08-08ASoC: codec duplicated callback function goes to component on sun4i-codecKuninori Morimoto1-6/+8
2016-07-04ASoC: sunxi: remove redundant dev_err call in sun4i_i2s_probe()Wei Yongjun1-3/+1
2016-07-01ASoC: sunxi: fix semicolon.cocci warningskbuild test robot1-1/+1
2016-06-29ASoC: sunxi: Add Allwinner A10 Digital Audio driverMaxime Ripard3-1/+713
2016-02-20ASoC: sunxi: Add support for the SPDIF blockMarcus Cooper3-0/+559
2015-12-22ASoC: sun4i-codec: Use proper output for external amp routesHans de Goede1-1/+2
2015-12-12ASoC: sun4i-codec: Add support for PA gpio pinHans de Goede1-0/+35
2015-12-12ASoC: sun4i-codec: Rename codec dapm widgets and routesHans de Goede1-6/+6
2015-12-02Merge branch 'fix/sun4i-codec' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-sunxiMark Brown1-13/+14
2015-12-01ASoC: sun4i-codec: pass through clk_set_rate errorMaxime Ripard1-3/+4
2015-12-01ASoC: sunxi: Remove useless comments and variableMaxime Ripard1-22/+0
2015-11-30ASoC: sun4i: Implement MIC1 captureMaxime Ripard1-31/+197