aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/rockchip (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds1-7/+2
2019-09-09ASoC: rockchip: ignore 0Hz sysclkKatsuhiro Suzuki1-0/+3
2019-08-20Merge branch 'asoc-5.3' into asoc-5.4Mark Brown1-0/+11
2019-08-13ASoC: rockchip: rockchip_max98090: Set period size to 240Cheng-Yi Chiang1-0/+11
2019-08-09ASoC: rockchip: rockchip_max98090: use snd_soc_dai_link_component for aux_devKuninori Morimoto1-3/+3
2019-07-30drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose1-7/+2
2019-07-26Merge branch 'asoc-5.3' into asoc-5.4Mark Brown2-3/+34
2019-07-26ASoC: rockchip: Fix mono captureCheng-Yi Chiang1-3/+2
2019-07-22ASoC: rockchip-max98090: Remove MICBIAS as supply of input pin IN34Enric Balletbo i Serra1-1/+0
2019-07-22SoC: rockchip: rockchip_max98090: Enable MICBIAS for headset keypress detectionEnric Balletbo i Serra1-0/+32
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2019-06-28ASoC: rockchip: rk3399_gru_sound: consider CPU-Platform possibilityKuninori Morimoto1-6/+13
2019-06-28ASoC: rockchip: rockchip_rt5645: consider CPU-Platform possibilityKuninori Morimoto1-1/+4
2019-06-28ASoC: rockchip: rockchip_max98090: consider CPU-Platform possibilityKuninori Morimoto1-1/+4
2019-06-28ASoC: rockchip: rk3288_hdmi_analog: consider CPU-Platform possibilityKuninori Morimoto1-1/+4
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown13-95/+13
2019-06-24ASoC: rk3399_gru_sound: Support 32, 44.1 and 88.2 kHz sample ratesEnric Balletbo i Serra1-13/+1
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner6-24/+6
2019-06-19ASoC: rockchip: rk3399_gru_sound: don't select unnecessary PlatformKuninori Morimoto1-13/+6
2019-06-19ASoC: rockchip: rockchip_rt5645: don't select unnecessary PlatformKuninori Morimoto1-4/+1
2019-06-19ASoC: rockchip: rockchip_max98090: don't select unnecessary PlatformKuninori Morimoto1-4/+1
2019-06-19ASoC: rockchip: rk3288_hdmi_analog: don't select unnecessary PlatformKuninori Morimoto1-4/+1
2019-06-17ASoC: rockchip: pdm: select CONFIG_RATIONALArnd Bergmann1-0/+1
2019-06-06ASoC: rockchip: rockchip_max98090: use modern dai_link styleKuninori Morimoto1-6/+11
2019-06-06ASoC: rockchip: rockchip_rt5645: use modern dai_link styleKuninori Morimoto1-14/+19
2019-06-06ASoC: rockchip: rk3288_hdmi_analog: use modern dai_link styleKuninori Morimoto1-12/+9
2019-06-06ASoC: rockchip: rk3399_gru_sound: use modern dai_link styleKuninori Morimoto1-11/+40
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2-20/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner4-51/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-07ASoC: rockchip: Fix an uninitialized variable compile warningTakashi Iwai1-1/+1
2019-04-04ASoC: rockchip: pdm: Mark RXFIFO_DATA as volatile and preciousSugar Zhang1-0/+13
2019-04-04ASoC: rockchip: pdm: Correct PDM_CTRL0 reg valueSugar Zhang1-2/+5
2019-04-04ASoC: rockchip: pdm: adjust waterlevel in frame unitSugar Zhang1-1/+2
2019-04-04ASoC: rockchip: pdm: add compatible for rk1808Sugar Zhang1-0/+2
2019-04-04ASoC: rockchip: pdm: fixup pdm fractional divSugar Zhang2-42/+139
2019-04-04Merge branch 'asoc-5.1' into asoc-5.2Mark Brown1-1/+3
2019-04-04ASoC: rockchip: pdm: optimize clear logicSugar Zhang1-3/+2
2019-04-04ASoC: rockchip: pdm: add default regsSugar Zhang1-0/+8
2019-04-04ASoC: rockchip: pdm: using left justified store modeSugar Zhang2-0/+4
2019-04-04ASoC: rockchip: pdm: change dma burst to 8Sugar Zhang1-1/+1
2019-04-04ASoC: rockchip: pdm: fix regmap_ops hang issueSugar Zhang1-0/+2
2018-11-13ASoC: rockchip: add missing slave_config setting for I2SKatsuhiro Suzuki1-0/+1
2018-09-12ASoC: remove unneeded static set .owner field in platform_driverzhong jiang1-1/+0
2018-09-11ASoC: rockchip: add missing INTERLEAVED PCM attributeKatsuhiro Suzuki1-1/+2
2018-06-18ASoC: rockchip: add config for rockchip dmaengine pcm registerJianqun Xu4-2/+63
2018-06-18ASoC: rockchip: put device_node on removeAlexey Khoroshilov1-3/+24
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+1
2018-05-23ASoC: rockchip: cdn-dp sound output use spdifLin Huang1-45/+1