| Commit message (Expand) | Author | Files | Lines |
2019-10-08 | ASoC: meson: remove snd_pcm_ops | Kuninori Morimoto | 4 | -41/+83 |
2019-10-08 | ASoC: pxa: remove snd_pcm_ops | Kuninori Morimoto | 6 | -27/+135 |
2019-10-08 | ASoC: pxa: mmp-pcm: remove snd_pcm_ops | Kuninori Morimoto | 1 | -22/+40 |
2019-10-08 | ASoC: qcom: q6asm-dai: remove snd_pcm_ops | Kuninori Morimoto | 1 | -36/+35 |
2019-10-08 | ASoC: qcom: q6routing: remove snd_pcm_ops | Kuninori Morimoto | 1 | -9/+5 |
2019-10-08 | ASoC: qcom: lpass-platform: remove snd_pcm_ops | Kuninori Morimoto | 1 | -36/+34 |
2019-10-08 | ASoC: samsung: idma: remove snd_pcm_ops | Kuninori Morimoto | 1 | -26/+32 |
2019-10-08 | ASoC: sh: siu_pcm: remove snd_pcm_ops | Kuninori Morimoto | 1 | -20/+24 |
2019-10-08 | ASoC: sh: dma-sh7760: remove snd_pcm_ops | Kuninori Morimoto | 1 | -21/+25 |
2019-10-08 | ASoC: sh: fsi: remove snd_pcm_ops | Kuninori Morimoto | 1 | -15/+16 |
2019-10-08 | ASoC: sh: rsnd: remove snd_pcm_ops | Kuninori Morimoto | 1 | -12/+11 |
2019-10-08 | ASoC: sof: pcm: remove snd_pcm_ops | Kuninori Morimoto | 1 | -44/+44 |
2019-10-08 | ASoC: sprd: sprd-pcm-dma: remove snd_pcm_ops | Kuninori Morimoto | 1 | -42/+32 |
2019-10-08 | ASoC: stm: stm32_adfsdm: remove snd_pcm_ops | Kuninori Morimoto | 1 | -19/+23 |
2019-10-08 | ASoC: txx9: txx9aclc: remove snd_pcm_ops | Kuninori Morimoto | 1 | -23/+25 |
2019-10-08 | ASoC: uniphier: aio-dma: remove snd_pcm_ops | Kuninori Morimoto | 1 | -23/+28 |
2019-10-08 | ASoC: xilinx: xlnx_formatter_pcm: remove snd_pcm_ops | Kuninori Morimoto | 1 | -31/+23 |
2019-10-08 | ASoC: xtensa: xtfpga-i2s: remove snd_pcm_ops | Kuninori Morimoto | 1 | -14/+16 |
2019-10-08 | ASoC: au1x: dma: remove snd_pcm_ops | Kuninori Morimoto | 1 | -30/+33 |
2019-10-08 | ASoC: au1x: dbdma2: remove snd_pcm_ops | Kuninori Morimoto | 1 | -30/+34 |
2019-10-08 | ASoC: atmel: atmel-pcm-pdc: remove snd_pcm_ops | Kuninori Morimoto | 1 | -22/+26 |
2019-10-08 | ASoC: amd: acp-pcm-dma: remove snd_pcm_ops | Kuninori Morimoto | 1 | -34/+29 |
2019-10-08 | ASoC: amd: acp3x-pcm-dma: remove snd_pcm_ops | Kuninori Morimoto | 1 | -31/+23 |
2019-10-08 | ASoC: intel: sst-baytrail-pcm: remove snd_pcm_ops | Kuninori Morimoto | 1 | -27/+25 |
2019-10-08 | ASoC: intel: sst-mfld-platform-pcm: remove snd_pcm_ops | Kuninori Morimoto | 1 | -16/+14 |
2019-10-08 | ASoC: intel: skl-pcm: remove snd_pcm_ops | Kuninori Morimoto | 1 | -23/+44 |
2019-10-08 | ASoC: intel: sst-haswell-pcm: remove snd_pcm_ops | Kuninori Morimoto | 1 | -27/+35 |
2019-10-08 | ASoC: soc-core: add snd_soc_pcm_lib_ioctl() | Kuninori Morimoto | 2 | -0/+17 |
2019-10-08 | ASoC: soc-core: add new pcm_construct/pcm_destruct | Kuninori Morimoto | 2 | -0/+17 |
2019-10-08 | ASoC: soc-core: merge snd_pcm_ops member to component driver | Kuninori Morimoto | 3 | -4/+91 |
2019-10-08 | ASoC: mt8183: fix audio playback slowly after playback during bootup | Jiaxin Yu | 1 | -0/+15 |
2019-10-08 | dt-bindings: medaitek: mt8183: add property "resets" && "reset-names" | Jiaxin Yu | 1 | -0/+6 |
2019-10-08 | ASoC: pcm3168a: Use fixup instead of constraint for channels and formats | Peter Ujfalusi | 1 | -58/+40 |
2019-10-07 | ASoC: SOF: support alternate list of machines | Pierre-Louis Bossart | 1 | -0/+3 |
2019-10-07 | ASoC: soc-acpi: add link_mask field | Pierre-Louis Bossart | 1 | -0/+2 |
2019-10-07 | ASoC: tas2770: Fix snd_soc_update_bits error handling | Dan Murphy | 1 | -16/+30 |
2019-10-07 | ASoc: tas2770: Remove unused defines and variables | Dan Murphy | 1 | -21/+0 |
2019-10-07 | ASoC: tas2770: Remove unneeded read of the TDM_CFG3 register | Dan Murphy | 1 | -3/+0 |
2019-10-07 | ASoC: fsl_mqs: Fix error handling in probe | Dan Carpenter | 1 | -12/+15 |
2019-10-07 | ASoC: fsl_mqs: remove set but not used variable 'bclk' | YueHaibing | 1 | -2/+1 |
2019-10-07 | ASoc: tas2770: Fix build error without GPIOLIB | YueHaibing | 1 | -0/+1 |
2019-10-07 | ASoC: jz4740: Use of_device_get_match_data() | Stephen Boyd | 1 | -3/+2 |
2019-10-04 | ASoC: rsnd: Document r8a774b1 bindings | Biju Das | 1 | -0/+1 |
2019-10-03 | ASoC: soc-ops: use snd_soc_card_get_kcontrol() at snd_soc_limit_volume() | Kuninori Morimoto | 1 | -9/+2 |
2019-10-03 | ASoC: soc-core: setup card->rtd_num at snd_soc_instantiate_card() | Kuninori Morimoto | 1 | -3/+1 |
2019-10-03 | ASoC: soc-core: use devm_xxx for component related resource | Kuninori Morimoto | 1 | -9/+4 |
2019-10-03 | ASoC: soc-core: add soc_setup_card_name() | Kuninori Morimoto | 1 | -18/+42 |
2019-10-03 | ASoC: soc-core: remove soc_remove_dai_links() | Kuninori Morimoto | 1 | -18/+8 |
2019-10-03 | ASoC: soc-core: use devm_kzalloc() for rtd | Kuninori Morimoto | 1 | -4/+2 |
2019-10-03 | tas2770: fix platform_no_drv_owner.cocci warnings | kbuild test robot | 1 | -1/+0 |