summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | ASoC: add fault detect recovery property to DT bindingsDaniel Mack2018-10-041-0/+2
| | | * | ASoC: pxa-ssp: enable and disable extclk if givenDaniel Mack2018-10-041-0/+6
| | | * | ASoC: qdsp6: q6asm-dai: checking NULL vs IS_ERR()Dan Carpenter2018-10-041-2/+3
| | | * | ASoC: intel: skylake: Add missing break in skl_tplg_get_token()Takashi Iwai2018-10-041-0/+1
| | | * | ASoC: qcom: qdsp6: remove duplicated includeYueHaibing2018-09-272-2/+0
| | | * | ASoC: wm9712: fix unused variable warningArnd Bergmann2018-09-271-1/+2
| | | * | ASoC: atmel: add SND_SOC_I2C_AND_SPI dependencyArnd Bergmann2018-09-271-0/+1
| | | * | ASoC: pxa: avoid AC97_BUS build warningArnd Bergmann2018-09-271-0/+8
| | | * | ASoC: soc-utils: Rename dummy_dma_ops to snd_dummy_dma_opsMatthias Kaehlcke2018-09-271-2/+2
| | | * | ASoC: max98088: add OF supportAndreas Färber2018-09-251-0/+10
| | | * | ASoC: cs4265: Add a MIC pre. routeMatt Flax2018-09-251-2/+3
| | | * | ASoC: add for_each_component_dais() macroKuninori Morimoto2018-09-211-5/+6
| | | * | ASoC: add for_each_component() macroKuninori Morimoto2018-09-211-10/+14
| | | * | ASoC: rsnd: fixup SSI clock during suspend/resume modesDmytro Prokopchuk2018-09-212-11/+10
| | | * | ASoC: qcom: qdsp6: remove duplicated include from q6adm.czhong jiang2018-09-211-9/+8
| | | * | ASoC: tidyup for_each_card_prelinks() dai_linkKuninori Morimoto2018-09-213-11/+11
| | | * | ASoC: rt5663: Remove the boost volume in the beginning of playbackOder Chiou2018-09-201-1/+6
| | | * | ASoC: add for_each_dpcm_be() macroKuninori Morimoto2018-09-205-30/+28
| | | * | ASoC: add for_each_dpcm_fe() macroKuninori Morimoto2018-09-201-3/+3
| | | * | ASoC: add for_each_comp_order() macroKuninori Morimoto2018-09-201-12/+6
| | | * | ASoC: add for_each_card_components() macroKuninori Morimoto2018-09-205-10/+11
| | | * | ASoC: add for_each_card_rtds() macroKuninori Morimoto2018-09-205-34/+34
| | | * | ASoC: add for_each_card_links() macroKuninori Morimoto2018-09-201-4/+4
| | | * | ASoC: add for_each_card_prelinks() macroKuninori Morimoto2018-09-2015-66/+69
| | | * | ASoC: rename for_each_rtd_codec_dai_reverse to rollbackKuninori Morimoto2018-09-201-2/+2
| | | * | ASoC: convert for_each_rtd_codec_dai() for missing partKuninori Morimoto2018-09-201-16/+15
| | | * | ASoC: rt5677-spi: Drop unused GPIO includeLinus Walleij2018-09-181-1/+0
| | | * | ASoC: rt5682: Minor code modificationShuming Fan2018-09-181-4/+11
| | | * | ASoC: rt5682: Fix the boost volume at the begining of playbackShuming Fan2018-09-181-0/+5
| | | * | ASoC: rt5682: Update calibration functionShuming Fan2018-09-181-2/+11
| | | * | Merge branch 'asoc-4.19' into asoc-4.20 for rt5682 deps.Mark Brown2018-09-184-23/+23
| | | |\ \
| | | * | | ASoC: rt5682: Improve HP performanceShuming Fan2018-09-182-3/+43
| | | * | | ASoC: remove redundant includezhong jiang2018-09-184-4/+0
| | | * | | ASoC: soc-core: add snd_soc_is_matching_component()Kuninori Morimoto2018-09-171-20/+22
| | | * | | ASoC: soc-core: manage platform name under snd_soc_init_platform()Kuninori Morimoto2018-09-171-16/+17
| | | * | | ASoC: qdsp6: q6asm-dai: remove duplicated include from q6asm-dai.cYueHaibing2018-09-171-1/+0
| | | * | | ASoC: hisilicon: fix fall-through annotationsGustavo A. R. Silva2018-09-171-2/+2
| | | * | | ASoC: es8328: Fix fall-through annotationsGustavo A. R. Silva2018-09-171-2/+2
| | | * | | ALSA: hda: Fix implicit definition of pci_iomap() on SHMark Brown2018-09-121-0/+1
| | | * | | ASoC: soc-core: remove dai->driver NULL checkKuninori Morimoto2018-09-121-5/+0
| | | * | | ASoC: core: add support to card rebindSrinivas Kandagatla2018-09-121-27/+58
| | | * | | ASoC: remove unneeded static set .owner field in platform_driverzhong jiang2018-09-123-3/+0
| | | * | | ASoC: rockchip: add missing INTERLEAVED PCM attributeKatsuhiro Suzuki2018-09-111-1/+2
| | | * | | ASoC: soc-core: remove unused num_dai_linksKuninori Morimoto2018-09-111-4/+0
| | | * | | ASoC: soc-core: avoid nested code on soc_remove_dai()Kuninori Morimoto2018-09-111-10/+11
| | | * | | ASoC: rt5668: remove empty rt5668_i2c_remove()Kuninori Morimoto2018-09-111-6/+0
| | | * | | ASoC: Fix UBSAN warning at snd_soc_get/put_volsw_sx()Rohit kumar2018-09-111-2/+2
| | | * | | Merge branch 'asoc-4.19' into asoc-4.20 Cirrus conflictMark Brown2018-09-104-1/+39
| | | |\ \ \
| | | * | | | ASoC: pxa: switch to new ac97 bus supportRobert Jarzmik2018-09-103-27/+27
| | | * | | | ASoC: AMD: Fix simultaneous playback and capture on different channelAkshu Agrawal2018-09-103-10/+41
OpenPOWER on IntegriCloud