summaryrefslogtreecommitdiffstats
path: root/sound/soc (follow)
Commit message (Expand)AuthorAgeFilesLines
* ASoC: component: Add sync_stop PCM opsTakashi Iwai2019-11-222-0/+21
* ASoC: pcm: Make ioctl ops optionalTakashi Iwai2019-11-221-2/+2
* ASoC: cros_ec_codec: Convert to the common vmalloc memallocTakashi Iwai2019-11-091-8/+8
* ASoC: rt5677-spi: Convert to the common vmalloc memallocTakashi Iwai2019-11-091-9/+8
* ASoC: SOF: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai2019-11-091-12/+0
* ASoC: intel: Avoid non-standard macro usageTakashi Iwai2019-11-091-1/+1
* ASoC: intel: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai2019-11-092-24/+0
* ASoC: rt5514-spi: Convert to the common vmalloc memallocTakashi Iwai2019-11-091-10/+11
* ASoC: Remove superfluous snd_dma_continuous_data()Takashi Iwai2019-11-093-3/+3
* Merge tag 'asoc-v5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-11-07160-2789/+9601
|\
| * ASoC: SOF: topology: Fix bytes control size checksDragos Tarcatu2019-11-061-5/+6
| * Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-11-0619-52/+117
| |\
| | * ASoC: SOF: topology: Fix bytes control size checksDragos Tarcatu2019-11-061-5/+6
| | * ASoC: max98373: replace gpio_request with devm_gpio_requestYong Zhi2019-11-051-2/+2
| | * ASoC: stm32: sai: add restriction on mmap supportOlivier Moysan2019-11-051-1/+11
| | * ASoC: hdac_hda: fix race in device removalKai Vehmanen2019-11-041-1/+1
| | * ASoC: rockchip: rockchip_max98090: Enable SHDN to fix headset detectionCheng-Yi Chiang2019-10-281-2/+5
| | * ASoC: ti: sdma-pcm: Add back the flags parameter for non standard dma namesPeter Ujfalusi2019-10-281-1/+1
| | * ASoC: SOF: ipc: Fix memory leak in sof_set_get_large_ctrl_dataNavid Emamdoost2019-10-281-1/+3
| | * ASoC: SOF: Fix memory leak in sof_dfsentry_writeNavid Emamdoost2019-10-281-2/+4
| | * ASoC: SOF: Intel: hda-stream: fix the CONFIG_ prefix missingKeyon Jie2019-10-281-2/+2
| | * ASoC: kirkwood: fix device remove orderingRussell King2019-10-231-1/+2
| | * ASoC: rsnd: dma: fix SSI9 4/5/6/7 busif dma addressJiada Wang2019-10-231-2/+2
| | * ASoC: hdmi-codec: drop mutex locking againJerome Brunet2019-10-231-7/+5
| | * ASoC: kirkwood: fix external clock probe deferRussell King2019-10-231-4/+4
| | * ASoC: msm8916-wcd-analog: Fix RX1 selection in RDAC2 MUXStephan Gerhold2019-10-211-2/+2
| * | ASoC: soc-core: fixup dead-lock at snd_soc_unregister_component()Kuninori Morimoto2019-11-061-5/+15
| * | ASoC: soc-core: fix RIP warning on card removalPierre-Louis Bossart2019-11-061-1/+3
| * | ASoC: soc-core: remove topology specific operationKuninori Morimoto2019-11-061-24/+4
| * | ASoC: soc-core: call snd_soc_register_dai() from snd_soc_register_dais()Kuninori Morimoto2019-11-061-8/+8
| * | ASoC: soc-core: don't call snd_soc_dapm_new_dai_widgets() at snd_soc_register...Kuninori Morimoto2019-11-062-25/+21
| * | ASoC: soc-core: have legacy_dai_naming at snd_soc_register_dai()Kuninori Morimoto2019-11-062-3/+4
| * | ASoC: soc-core: add snd_soc_unregister_dai()Kuninori Morimoto2019-11-061-5/+14
| * | ASoC: soc-core: move snd_soc_unregister_dais()Kuninori Morimoto2019-11-061-16/+16
| * | ASoC: soc-core: move snd_soc_register_dai()Kuninori Morimoto2019-11-061-36/+36
| * | ASoC: soc-core: use snd_soc_lookup_component() at snd_soc_unregister_component()Kuninori Morimoto2019-11-061-15/+5
| * | ASoC: soc-core: remove snd_soc_component_add/del()Kuninori Morimoto2019-11-061-33/+25
| * | ASoC: soc-core: add snd_soc_del_component_unlocked()Kuninori Morimoto2019-11-061-11/+9
| * | ASoC: soc-core: tidyup snd_soc_lookup_component()Kuninori Morimoto2019-11-061-13/+10
| * | ASoC: soc-core: move snd_soc_lookup_component()Kuninori Morimoto2019-11-061-26/+26
| * | ASoC: soc-core: add soc_unbind_dai_link()Kuninori Morimoto2019-11-061-10/+12
| * | ASoC: soc-core: call soc_bind_dai_link() under snd_soc_add_dai_link()Kuninori Morimoto2019-11-061-17/+6
| * | ASoC: soc-core: remove duplicated soc_is_dai_link_bound()Kuninori Morimoto2019-11-061-3/+0
| * | ASoC: soc-core: typo fix at soc_dai_link_sanity_check()Kuninori Morimoto2019-11-061-1/+1
| * | ASoC: soc-core: tidyup soc_init_dai_link()Kuninori Morimoto2019-11-061-15/+7
| * | ASoC: soc-core: move soc_init_dai_link()Kuninori Morimoto2019-11-061-96/+96
| * | ASoC: SOF: topology: set trigger order for FE DAI linkRanjani Sridharan2019-11-051-0/+4
| * | ASoC: pcm: update FE/BE trigger order based on the commandRanjani Sridharan2019-11-051-27/+68
| * | ASoC: Intel: boards: sof_rt5682: use dependency on SOF_HDA_LINKPierre-Louis Bossart2019-11-041-3/+3
| * | ASoC: Intel: boards: Geminilake is only supported by SOFPierre-Louis Bossart2019-11-041-2/+2