aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sunxi/sun4i-codec.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-13ASoC: sun4i-codec: add h616 card long_nameRyan Walklin1-0/+1
2025-03-13ASoC: sun4i-codec: support hp-det-gpios propertyRyan Walklin1-0/+53
2025-03-13ASoC: sun4i-codec: correct dapm widgets and controls for h616Ryan Walklin1-1/+2
2025-01-14ASoC: sun4i-codec: Use new devm clk and reset APIsBence Csókás1-35/+7
2024-12-02ASoC: sun4i-codec: Add support for Allwinner suniv F1C100sMesih Kilinc1-0/+353
2024-12-02ASoC: sun4i-codec: Add DMA Max Burst fieldMesih Kilinc1-2/+12
2024-10-24ASoC: sun4i-codec: support allwinner H616 codecRyan Walklin1-0/+203
2024-10-24ASoC: sun4i-codec: Add playback only flag to quirksMarcus Cooper1-4/+8
2024-10-24ASoC: sun4i-codec: Add support for different DAC FIFOC addresses to quirksMarcus Cooper1-32/+51
2024-09-14Merge tag 'asoc-v6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai1-1/+1
2024-09-09ASoC: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-09-06ASoC: sunxi: sun4i-codec: drop SNDRV_PCM_RATE_KNOTJerome Brunet1-19/+9
2023-10-09ASoC: Explicitly include correct DT includesRob Herring1-4/+0
2023-09-25ASoC: sunxi: convert not to use asoc_xxx()Kuninori Morimoto1-6/+6
2023-08-14ASoC: sunxi: merge DAI call back functions into opsKuninori Morimoto1-1/+5
2023-03-20ASoC: sunxi: sun4i-codec: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-09-19ASoC: sunxi: sun4i-codec: set debugfs_prefix for CPU DAI componentMikhail Rudenko1-0/+3
2022-09-13ASoC: sunxi: sun4i-codec: silence misleading error in probeMikhail Rudenko1-1/+1
2022-06-27ASoC: sunxi: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-4/+0
2022-06-27ASoC: sunxi: Migrate to new style legacy DAI naming flagCharles Keepax1-1/+2
2022-06-15ASoC: sunxi: Use {regmap/regmap_field}_{set/clear}_bits helpersLi Chen1-48/+30
2021-12-20ASoC: sunxi: Use dev_err_probe() helperKuninori Morimoto1-2/+1
2021-06-21ASoC: sunxi: sun4i-codec: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2021-04-23Merge remote-tracking branch 'asoc/for-5.13' into asoc-nextMark Brown1-3/+1
2021-04-08ASoC: fsl: sunxi: remove redundant dev_err callMuhammad Usama Anjum1-3/+1
2021-03-31ASoC: sunxi: sun4i-codec: fill ASoC card ownerBastian Germann1-0/+5
2020-08-18ASoC: various vendors: delete repeated words in commentsRandy Dunlap1-1/+1
2020-07-23ASoC: sunxi: use asoc_substream_to_rtd()Kuninori Morimoto1-6/+6
2019-10-28ASoC: sunxi: sun4i-codec: remove unneeded semicolonYueHaibing1-3/+3
2019-08-09ASoC: sunxi: sun4i-codec: use snd_soc_dai_link_component for aux_devKuninori Morimoto1-7/+7
2019-06-28ASoC: sunxi: sun4i-codec: consider CPU-Platform possibilityKuninori Morimoto1-1/+4
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown1-10/+1
2019-06-19ASoC: sunxi: sun4i-codec: don't select unnecessary PlatformKuninori Morimoto1-4/+1
2019-06-14Merge tag 'sound-5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+9
2019-06-06ASoC: sunxi: sun4i-codec: use modern dai_link styleKuninori Morimoto1-5/+15
2019-05-29ASoC: sun4i-codec: fix first delay on SpeakerGeorgii Staroselskii1-0/+9
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 119Thomas Gleixner1-10/+1
2019-02-07ASoC: sun4i-codec: Add Line Playback Volume, Line Boost Volume, Line Right, L...Danny Milosavljevic1-0/+27
2019-02-07ASoC: sun4i-codec: Add FM Playback Volume, FM Left, FM Right, FM Playback SwitchDanny Milosavljevic1-0/+18
2019-02-07ASoC: sun4i-codec: Add Mic1 Playback Switch, Mic2 Playback SwitchDanny Milosavljevic1-0/+14
2019-02-07ASoC: sun4i-codec: Merge sun4i_codec_left_mixer_controls and sun4i_codec_righ...Danny Milosavljevic1-16/+16
2019-02-07ASoC: sun4i-codec: Add Mic1 Boost Volume, Mic2 Boost VolumeDanny Milosavljevic1-0/+23
2019-02-07ASoC: sun4i-codec: Add sun7i_codec_controls, sun7i_codec_codecDanny Milosavljevic1-1/+23
2019-02-07ASoC: sun4i-codec: Add Mic Playback VolumeDanny Milosavljevic1-0/+3
2019-02-07ASoC: sun4i-codec: Add MIC2 Pre-Amplifier, Mic2 inputDanny Milosavljevic1-0/+12
2018-02-12ASoC: sun4i: replace codec to componentKuninori Morimoto1-34/+37
2017-12-12ASoC: sun4i-codec: enable 12Khz and 24Khz audio sample ratesAndrea Bondavalli1-9/+20
2017-11-09ASoC: sun4i-codec: fixed 32bit audio capture support for H3/H2+Andrea Bondavalli1-5/+24
2017-08-21ASoC: sun4i-codec: Remove unnecessary function callDonglin Peng1-1/+0
2017-08-07ASoC: sunxi: make snd_soc_codec_driver structures as constBhumika Goyal1-3/+3
2017-07-19ASoC: sun4i: explicitly request exclusive reset controlPhilipp Zabel1-1/+2
2017-07-17ASoC: sun4i-codec: Remove unneeded gpiod NULL checkFabio Estevam1-3/+2
2017-06-06ASoC: sun4i-codec: Add support for V3s codecIcenowy Zheng1-0/+63
2017-01-09ASoC: sun4i-codec: Add "Right Mixer" to "Line Out Mono Diff." routeChen-Yu Tsai1-0/+1
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-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-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/bro...Mark 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-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/ke...Mark 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-08ASoC: codec duplicated callback function goes to component on sun4i-codecKuninori Morimoto1-6/+8
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/g...Mark 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
2015-11-05ASoC: sun4i-codec: use consistent names for PA controlsAdam Sampson1-13/+14
2015-10-07ASoC: sun4i-codec: Remove the routing propertyMaxime Ripard1-7/+0
2015-09-30ASoC: sun4i-codec: Remove redundant SND_PCM_RATE_KNOTMaxime Ripard1-2/+1
2015-09-30ASoC: sun4i-codec: pass through clk_set_rate errorMaxime Ripard1-3/+4
2015-09-17ASoC: sunxi: fix platform_no_drv_owner.cocci warningskbuild test robot1-1/+0
2015-09-16ASoC: sunxi: add support for the on-chip codec on early Allwinner SoCsEmilio López1-0/+720