summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'for-linus' into for-nextTakashi Iwai2019-11-074-15/+43
|\|
| * Merge tag 'asoc-fix-v5.4-rc6' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2019-11-0714-34/+51
| |\
| * | ALSA: timer: Fix incorrectly assigned timer instanceTakashi Iwai2019-11-061-3/+3
| * | ALSA: hda: hdmi - add Tigerlake supportKai Vehmanen2019-11-051-0/+13
| * | ALSA: hda/ca0132 - Fix possible workqueue stallTakashi Iwai2019-11-051-1/+1
| * | ALSA: bebob: fix to detect configured source of sampling clock for Focusrite ...Takashi Sakamoto2019-11-041-0/+3
| * | ALSA: timer: Fix mutex deadlock at releasing cardTakashi Iwai2019-10-301-7/+17
| * | ALSA: hda - Fix mutex deadlock in HDMI codec driverTakashi Iwai2019-10-301-4/+6
* | | Merge tag 'asoc-v5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-11-07210-3167/+11028
|\ \ \
| * | | 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-0621-57/+122
| |\ \ \ | | | |/ | | |/|
| | * | 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: compress: fix unsigned integer overflow checkXiaojun Sang2019-10-211-1/+1
| | * | 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.h: dobj is used only when SND_SOC_TOPOLOGYKuninori Morimoto2019-11-061-1/+8
| * | | 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-063-28/+24
| * | | ASoC: soc-core: have legacy_dai_naming at snd_soc_register_dai()Kuninori Morimoto2019-11-063-4/+6
| * | | ASoC: soc-core: add snd_soc_unregister_dai()Kuninori Morimoto2019-11-062-5/+15
| * | | 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: adau7118: Fix example warningMaxime Ripard2019-11-061-1/+1
| * | | 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