summaryrefslogtreecommitdiffstats
path: root/sound/soc/rockchip
Commit message (Expand)AuthorAgeFilesLines
* ASoC: rockchip: Migrate to new style legacy DAI naming flagCharles Keepax2022-06-274-0/+4
* ASoC: rockchip: i2s: Fix missing error code in rockchip_i2s_probe()Jiapeng Chong2022-06-241-0/+1
* ASoC: rockchip: i2s: switch BCLK to GPIOMark Brown2022-06-221-45/+35
|\
| * ASoC: rockchip: i2s: switch BCLK to GPIOJudy Hsiao2022-06-211-46/+123
* | ASoC: rockchip: i2s: Fix crash on missing pinctrlChen-Yu Tsai2022-06-221-15/+14
* | ASoC: Merge fixesMark Brown2022-06-221-31/+129
|\ \ | |/ |/|
| * ASoC: rockchip: i2s: switch BCLK to GPIOJudy Hsiao2022-06-201-31/+129
* | Specify clock provider directly to CPU DAIsMark Brown2022-06-092-6/+6
|\ \
| * | ASoC: rockchip: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-062-2/+2
| * | ASoC: rockchip: Update to use set_fmt_new callbackCharles Keepax2022-06-062-8/+8
| |/
* / ASoC: rockchip: simplify error handlingPierre-Louis Bossart2022-06-061-2/+2
|/
* ASoC: soc-card: Create jack kcontrol without pinsAkihiko Odaki2022-04-144-21/+21
* ASoC: rockchip: i2s_tdm: Fixup config for SND_SOC_DAIFMT_DSP_A/BMeng Tang2022-03-231-5/+5
* ASoC: rockchip: Fix PM usage reference of rockchip_i2s_tdm_resumezhangqilong2022-03-161-1/+1
* ASoC: rockchip: i2s: Fix missing clk_disable_unprepare() in rockchip_i2s_probeMiaoqian Lin2022-03-081-5/+10
* ASoC: rk3399_gru_sound: Wire up DP jack detectionBrian Norris2022-01-281-0/+20
* ASoC: rockchip: Use dev_err_probe() helperKuninori Morimoto2021-12-201-7/+3
* ASoC: rockchip: i2s_tdm: Dup static DAI templateNicolas Frattaroli2021-11-301-21/+31
* ASoC: rockchip: i2s_tdm: improve return value handlingPierre-Louis Bossart2021-10-271-1/+1
* Merge branch 'asoc-5.15' into asoc-5.16Mark Brown2021-10-214-60/+3
|\
| * ASoC: rockchip: Use generic dmaengine codeSugar Zhang2021-10-204-59/+2
* | ASoC: rockchip: i2s-tdm: Fix refcount testNicolas Frattaroli2021-10-181-1/+1
* | ASoC: rockchip: i2s-tdm: Strip out direct CRU useNicolas Frattaroli2021-10-171-105/+21
* | ASoC: rockchip: i2s-tdm: Fix error handling on i2s_tdm_prepare_enable_mclk fa...Colin Ian King2021-10-081-2/+2
* | ASoC: rockchip: i2s-tdm: Remove call to rockchip_i2s_ch_to_ioColin Ian King2021-10-081-2/+0
* | ASoC: rockchip: add support for i2s-tdm controllerNicolas Frattaroli2021-10-074-0/+2259
* | ASoC: rockchip: pdm: Add support for path mapSugar Zhang2021-09-132-0/+37
* | ASoC: rockchip: pdm: Add support for rk3568 pdmSugar Zhang2021-09-131-0/+2
* | ASoC: rockchip: Add support for rv1126 pdmSugar Zhang2021-09-132-6/+73
|/
* ASoC: rockchip: i2s: Fix concurrency between tx/rxSugar Zhang2021-09-031-0/+7
* Merge series "Patches to update for rockchip i2s" from Sugar Zhang <sugar.zha...Mark Brown2021-08-262-72/+150
|\
| * ASoC: rockchip: i2s: Add support for frame inversionSugar Zhang2021-08-262-7/+23
| * ASoC: rockchip: i2s: Add compatible for more SoCsSugar Zhang2021-08-261-0/+10
| * ASoC: rockchip: i2s: Make playback/capture optionalSugar Zhang2021-08-261-50/+79
| * ASoC: rockchip: i2s: Fixup config for DAIFMT_DSP_A/BXiaotan Luo2021-08-261-8/+8
| * ASoC: rockchip: i2s: Fix regmap_ops hangSugar Zhang2021-08-261-5/+14
| * ASoC: rockchip: i2s: Improve dma data transfer efficiencySugar Zhang2021-08-261-2/+2
| * ASoC: rockchip: i2s: Fixup clk div errorSugar Zhang2021-08-261-2/+2
| * ASoC: rockchip: i2s: Add support for set bclk ratioSugar Zhang2021-08-261-1/+15
* | ASoC: rockchip: spdif: Add support for rk3568 spdifSugar Zhang2021-08-261-0/+2
* | ASoC: rockchip: spdif: Fix some coding styleSugar Zhang2021-08-261-17/+17
* | ASoC: rockchip: spdif: Mark SPDIF_SMPDR as volatileSugar Zhang2021-08-261-0/+2
|/
* Merge tag 'sound-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-07-023-6/+3
|\
| * ASoC: rockchip: spdif: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-161-2/+1
| * ASoC: rockchip: pdm: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-161-2/+1
| * ASoC: rockchip: i2s: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-161-2/+1
* | clkdev: remove CONFIG_CLKDEV_LOOKUPArnd Bergmann2021-06-081-7/+7
|/
* ASoC: rockchip: sync parameter naming (rate/sample_bits)Kuninori Morimoto2021-01-212-2/+2
* ASoC: sync parameter naming : rate / sample_bitsKuninori Morimoto2021-01-211-1/+1
* ASoC: rockchip: mark OF related data as maybe unusedKrzysztof Kozlowski2020-11-263-3/+3