summaryrefslogtreecommitdiffstats
path: root/sound/soc/rockchip
Commit message (Expand)AuthorAgeFilesLines
* ASoC: rockchip: constify snd_soc_ops structuresJeffy Chen2017-08-301-2/+2
* ASoC: rockchip: Add support for DMIC codecJeffy Chen2017-08-292-0/+37
* ASoC: rockchip: Add support for DP codecJeffy Chen2017-08-292-2/+58
* ASoC: rockchip: Parse dai links from dtsJeffy Chen2017-08-291-49/+91
* ASoC: rockchip: Use codec of_node and dai_name for rt5514 dspJeffy Chen2017-08-291-32/+2
* ASoC: rockchip: Correct 'dmic-delay' property nameJeffy Chen2017-08-221-7/+7
* ASoC: rockchip: Remove unnecessary function callDonglin Peng2017-08-212-3/+0
* ASoC: rockchip: make snd_soc_ops constBhumika Goyal2017-08-171-1/+1
* ASoC: rockchip: constify snd_soc_dai_ops structuresJulia Lawall2017-08-151-1/+1
* ASoC: rockchip: Delete an error message for a failed memory allocation in roc...Markus Elfring2017-08-141-3/+1
*-. Merge remote-tracking branches 'asoc/topic/omap', 'asoc/topic/pxa', 'asoc/top...Mark Brown2017-07-037-6/+650
|\ \
| | * ASoC: rockchip: Fix buildMark Brown2017-06-161-2/+2
| | * ASoC: rockchip: Fix an error handling in 'rockchip_i2s_probe'Christophe Jaillet2017-06-151-4/+5
| | * ASoC: rockchip: i2s: add other configurable formatszhangjun2017-06-132-2/+31
| | * ASoC: rockchip: add bindings for spdif controllerSugar Zhang2017-06-131-0/+4
| | * ASoC: rockchip: add support for pdm controllerSugar Zhang2017-06-134-0/+610
| |/
* | ASoC: rockchip: i2s: add a delay before i2s clearSugar Zhang2017-06-131-0/+2
|/
* ASoC: rockchip: Enable 192khz in hw_params operationRomain Perier2017-03-061-0/+3
* ASoC: rockchip: Add machine driver for RK3288 boards that use analog/HDMIRomain Perier2017-02-043-0/+310
* ASoC: rockchip: constify snd_soc_ops structuresJulia Lawall2016-10-243-5/+5
* ASoC: rk3399_gru_sound: Fix non static symbol warningWei Yongjun2016-10-241-1/+1
* ASoC: rk3399_gru_sound: fix recording pop at first attemptWonjoon Lee2016-09-241-0/+14
* ASoC: rockchip: Support headset button function on rk3399Cheng-Yi Chiang2016-09-161-0/+9
* ASoC: rockchip: spdif: restore register during runtime_suspend/resume cycleSugar Zhang2016-09-121-1/+11
* ASoC: rockchip: i2s: restore register during runtime_suspend/resume cycleSugar Zhang2016-09-121-1/+9
* ASoC: rockchip: use SPI dependency for rt5514Arnd Bergmann2016-09-011-1/+1
* ASoC: rockchip: Add support rt5514 dsp summy dailinkXing Zheng2016-08-192-1/+39
* ASoC: rockchip: Add machine driver for RK3399 GRU BoardsXing Zheng2016-08-083-0/+350
* ASoC: rockchip: correct the spdif clkChris Zhong2016-07-181-16/+1
* ASoC: rockchip: i2s: rename I2S_CKR_TRCM_TX/RXSHARE to I2S_CKR_TRCM_TX/RXONLYSugar Zhang2016-05-302-4/+4
* ASoC: rockchip-max98090: Fix jack detection and event reporting.Enric Balletbo i Serra2016-05-301-4/+9
* ASoC: rockchip-max98090: Fix the Headset Mic route.Enric Balletbo i Serra2016-05-301-1/+1
* ASoC: rockchip-max98090: Fix NULL pointer dereference while accessing to jack.Enric Balletbo i Serra2016-05-301-23/+27
* ASoC: rockchip: i2s: configure the sdio pins' iomux modeSugar Zhang2016-05-302-9/+65
* ASoC: rockchip: Revert "ASoC: rockchip: i2s: separate capture and playback"John Keeping2016-05-041-32/+40
* ASoC: rockchip: Revert "ASoC: rockchip: i2s: remove unused variables"John Keeping2016-05-041-0/+15
* ASoC: rockchip: add bindings for spdif controllerSugar Zhang2016-03-051-3/+10
* ASoC: rockchip: use __maybe_unused to hide st_irq_syscfg_resumeArnd Bergmann2016-03-051-2/+2
* ASoC: rockchip: i2s: add default values for registersSugar Zhang2016-02-221-0/+10
* ASoC: rockchip: add bindings for rk3399 i2sJianqun Xu2016-02-221-0/+3
*-. Merge remote-tracking branches 'asoc/topic/rcar' and 'asoc/topic/rockchip' in...Mark Brown2016-01-111-2/+7
|\ \
| | * ASoC: rockchip: i2s: Add SNDRV_PCM_FMTBIT_S32_LE supportMichael Trimarchi2016-01-101-2/+7
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge remote-tracking branches 'asoc/topic/pxa', 'asoc/topic/qcom', 'asoc/top...Mark Brown2015-12-233-60/+82
|\ \ \ \ \ | | |_|/ / | |/| | / | | | |/
| | | * ASoC: rockchip: i2s: remove unused variablesJohn Keeping2015-12-091-15/+0
| | | * ASoC: rockchip: i2s: separate capture and playbackJohn Keeping2015-12-091-40/+32
| | | * ASoC: rockchip: i2s: compatible with different chipsSugar Zhang2015-11-161-5/+15
| | | * ASoC: rockchip-rt5645: Allow more sample ratesCaesar Wang2015-11-161-0/+6
| | | * ASoC: rockchip-max98090: Allow more sample ratesCaesar Wang2015-11-161-0/+6
| | | * ASoC: rockchip: i2s: change bclk and lrck according to sample ratesCaesar Wang2015-11-161-0/+23
| | |/ | |/|
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'asoc/fix/davinci', 'asoc/fix/es8328', 'asoc/f...Mark Brown2015-12-232-3/+5
|\ \ \ \ | | |/ / | |/| |
OpenPOWER on IntegriCloud