| Commit message (Expand) | Author | Age | Files | Lines |
* | ASoC: pxa: sync parameter naming (rate/sample_bits) | Kuninori Morimoto | 2021-01-21 | 1 | -1/+1 |
* | ASoC: mmp-sspa: set phase two word length register | Kyle Russell | 2020-11-20 | 1 | -0/+3 |
* | ASoC: mmp-sspa: clear transmit phase bit for non-stereo formats | Kyle Russell | 2020-11-18 | 1 | -0/+1 |
* | ASoC: Fix 7/8 spaces indentation in Kconfig | Geert Uytterhoeven | 2020-11-17 | 1 | -7/+7 |
* | ASoC: pxa: pxa-ssp: Remove redundant null check before clk_prepare_enable/clk... | Xu Wang | 2020-11-05 | 1 | -4/+2 |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-23 | 1 | -1/+1 |
* | ASoC: pxa: use asoc_substream_to_rtd() | Kuninori Morimoto | 2020-07-23 | 12 | -17/+17 |
* | ASoC: pxa: pxa-ssp: Demote seemingly unintentional kerneldoc header | Lee Jones | 2020-07-10 | 1 | -1/+1 |
* | ASoC: pxa: rename to snd_soc_component_read() | Kuninori Morimoto | 2020-06-22 | 1 | -4/+4 |
* | ASoC: mmp-sspa: Fix return value check in asoc_mmp_sspa_probe() | Wei Yongjun | 2020-05-27 | 1 | -4/+4 |
* | ASoC: pxa: remove Compulab pxa2xx boards | Robert Jarzmik | 2020-05-22 | 1 | -3/+2 |
* | ASoC: mmp-sspa: Fix the error handling in probe() | Lubomir Rintel | 2020-05-20 | 1 | -6/+10 |
* | ASoC: mmp-sspa: Add Device Tree support | Lubomir Rintel | 2020-05-19 | 3 | -74/+113 |
* | ASoC: pxa: use snd_soc_xxx_active() | Kuninori Morimoto | 2020-05-18 | 2 | -5/+5 |
* | ASoC: mmp-sspa: Set appropriate bus format for given bit width | Lubomir Rintel | 2020-05-12 | 2 | -12/+30 |
* | ASoC: mmp-sspa: Add support for the runtime power management | Lubomir Rintel | 2020-05-12 | 1 | -60/+66 |
* | ASoC: mmp-sspa: Prepare/unprepare the clocks | Lubomir Rintel | 2020-05-12 | 1 | -6/+6 |
* | ASoC: mmp-sspa: Remove the embedded struct ssp_device | Lubomir Rintel | 2020-05-12 | 1 | -69/+60 |
* | ASoC: mmp-sspa: Add support for soc-generic-dmaengine-pcm | Lubomir Rintel | 2020-05-12 | 1 | -0/+57 |
* | ASoC: mmp-sspa: Get rid of dma_params and phys_base | Lubomir Rintel | 2020-05-12 | 1 | -15/+10 |
* | ASoC: mmp-sspa: A trivial typo fix | Lubomir Rintel | 2020-05-12 | 1 | -1/+1 |
* | ASoC: mmp-sspa: Drop S20_3LE case | Lubomir Rintel | 2020-05-12 | 1 | -3/+0 |
* | ASoC: mmp-sspa: Flip SNDRV_PCM_FMTBIT_S24_3LE on | Lubomir Rintel | 2020-05-12 | 1 | -1/+1 |
* | Merge series "ASoC: remove rtd->cpu/codec_dai{s}" from Kuninori Morimoto <kun... | Mark Brown | 2020-03-27 | 14 | -27/+27 |
|\ |
|
| * | ASoC: pxa: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointer | Kuninori Morimoto | 2020-03-27 | 14 | -27/+27 |
* | | ASoC: pxa: magician: convert to use i2c_new_client_device() | Wolfram Sang | 2020-03-27 | 1 | -3/+3 |
|/ |
|
* | ASoC: pxa: Enable AC'97 bus support for PXA machines | Mark Brown | 2020-03-26 | 1 | -0/+14 |
* | ASoC: pxa: Select regmap from AC'97 machines | Mark Brown | 2020-03-26 | 1 | -0/+8 |
* | ASoC: soc-core: remove bus_control | Kuninori Morimoto | 2020-01-21 | 1 | -3/+0 |
* | ASoC: pxa: pxa2xx-i2s: move .suspend/.resume to component | Kuninori Morimoto | 2020-01-21 | 1 | -6/+6 |
* | ASoC: pxa: pxa-ssp: move .suspend/.resume to component | Kuninori Morimoto | 2020-01-21 | 1 | -8/+8 |
* | ASoC: pxa: Drop superfluous ioctl PCM ops | Takashi Iwai | 2019-12-11 | 5 | -5/+0 |
* | ASoC: soc-core: find rtd via dai_link pointer at snd_soc_get_pcm_runtime() | Kuninori Morimoto | 2019-12-10 | 1 | -1/+1 |
* | Merge tag 'sound-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2019-11-26 | 7 | -43/+93 |
|\ |
|
| * | Merge tag 'asoc-v5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/broo... | Takashi Iwai | 2019-11-07 | 6 | -35/+85 |
| |\ |
|
| | * | ASoC: pxa: poodle: Spelling s/enpoints/endpoints/, s/connetion/connection/ | Geert Uytterhoeven | 2019-10-25 | 1 | -1/+1 |
| | * | ASoC: pxa: remove snd_pcm_ops | Kuninori Morimoto | 2019-10-08 | 4 | -12/+44 |
| | * | ASoC: pxa: mmp-pcm: remove snd_pcm_ops | Kuninori Morimoto | 2019-10-08 | 1 | -22/+40 |
| * | | sound: Fix Kconfig indentation | Krzysztof Kozlowski | 2019-10-07 | 1 | -8/+8 |
| |/ |
|
* / | spi: pxa2xx: No need to keep pointer to platform device | Andy Shevchenko | 2019-10-18 | 2 | -6/+6 |
|/ |
|
* | ASoC: mmp-sspa: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 2019-07-31 | 1 | -3/+1 |
* | ASoC: pxa: pxa2xx-ac97.c: use devm_snd_soc_register_component() | Kuninori Morimoto | 2019-07-02 | 1 | -2/+1 |
* | Merge tag 'v5.2-rc6' into asoc-5.3 | Mark Brown | 2019-06-26 | 27 | -167/+27 |
|\ |
|
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 6 | -25/+6 |
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 395 | Thomas Gleixner | 2019-06-05 | 1 | -13/+1 |
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372 | Thomas Gleixner | 2019-06-05 | 3 | -15/+3 |
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2019-05-30 | 3 | -45/+3 |
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 12 | -69/+12 |
| * | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
| * | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |