summaryrefslogtreecommitdiffstats
path: root/sound/soc
Commit message (Expand)AuthorAgeFilesLines
* ASoC: soc-pcm: fix checks for multi-cpu FE dailinksPierre-Louis Bossart2020-06-151-3/+3
* ASoC: rt5682: Let dai clks be registered whether mclk exists or notderek.fang2020-06-151-5/+6
* ASoC: fsl_asrc_dma: Fix data copying speed issue with EDMAShengjiu Wang2020-06-122-11/+17
* ASoC: fsl_asrc_dma: Reuse the dma channel if available in Back-EndShengjiu Wang2020-06-121-5/+20
* ASoC: dmaengine_pcm: export soc_component_to_pcmShengjiu Wang2020-06-121-12/+0
* ASoC: soc-card: export snd_soc_lookup_component_nolockedShengjiu Wang2020-06-121-1/+2
* ASoC: q6asm: handle EOS correctlySrinivas Kandagatla2020-06-111-3/+4
* ASoC: max98390: Update regmap readable reg and volatileSteve Lee2020-06-111-3/+3
* Merge series "ASoC: Fix dailink checks for DPCM" from Pierre-Louis Bossart <p...Mark Brown2020-06-097-20/+62
|\
| * ASoC: SOF: nocodec: conditionally set dpcm_capture/dpcm_playback flagsPierre-Louis Bossart2020-06-091-2/+4
| * ASoC: Intel: boards: replace capture_only by dpcm_capturePierre-Louis Bossart2020-06-094-5/+5
| * ASoC: core: only convert non DPCM link to DPCM linkBard Liao2020-06-091-3/+19
| * ASoC: soc-pcm: dpcm: fix playback/capture checksPierre-Louis Bossart2020-06-091-10/+34
* | ASoC: rt5645: Add platform-data for Asus T101HAHans de Goede2020-06-091-0/+14
* | ASoC: Intel: bytcr_rt5640: Add quirk for Toshiba Encore WT10-A tabletHans de Goede2020-06-091-0/+12
* | ASoC: meson: add missing free_irq() in error pathPavel Machek (CIP)2020-06-091-2/+8
|/
* ASoC: meson: fix memory leak of links if allocation of ldata failsColin Ian King2020-06-051-5/+12
* ASoC: max98390: Fix potential crash during param fw loadingSteve Lee2020-06-042-5/+22
* ASoC: max98390: Fix incorrect printf qualifierTakashi Iwai2020-06-041-1/+1
* ASoC: fsl-asoc-card: Defer probe when fail to find codec deviceShengjiu Wang2020-06-041-1/+1
* ASoC: rl6231: Modify the target DMIC clock rateOder Chiou2020-06-041-2/+2
* ASoC: qcom: q6asm-dai: kCFI fixJohn Stultz2020-06-011-2/+2
* ASoC: soc-card: add snd_soc_card_remove_dai_link()Kuninori Morimoto2020-05-302-2/+9
* ASoC: soc-card: add snd_soc_card_add_dai_link()Kuninori Morimoto2020-05-302-2/+15
* ASoC: soc-card: add snd_soc_card_set_bias_level_post()Kuninori Morimoto2020-05-302-2/+13
* ASoC: soc-card: add snd_soc_card_set_bias_level()Kuninori Morimoto2020-05-302-2/+13
* ASoC: soc-card: add snd_soc_card_remove()Kuninori Morimoto2020-05-302-3/+14
* ASoC: soc-card: add snd_soc_card_late_probe()Kuninori Morimoto2020-05-302-9/+27
* ASoC: soc-card: add snd_soc_card_probe()Kuninori Morimoto2020-05-302-6/+26
* ASoC: soc-card: add probed bit field to snd_soc_cardKuninori Morimoto2020-05-301-10/+8
* ASoC: soc-card: add snd_soc_card_resume_post()Kuninori Morimoto2020-05-302-2/+11
* ASoC: soc-card: add snd_soc_card_resume_pre()Kuninori Morimoto2020-05-302-2/+11
* ASoC: soc-card: add snd_soc_card_suspend_post()Kuninori Morimoto2020-05-302-2/+11
* ASoC: soc-card: add snd_soc_card_suspend_pre()Kuninori Morimoto2020-05-302-2/+11
* ASoC: soc-card: move snd_soc_card_jack_new() to soc-cardKuninori Morimoto2020-05-302-38/+39
* ASoC: soc-card: move snd_soc_card_get_kcontrol() to soc-cardKuninori Morimoto2020-05-302-16/+16
* ASoC: add soc-card.cKuninori Morimoto2020-05-302-1/+27
* ASoC: sof_pcm512x: remove CONFIG_SND_HDA_CODEC_HDMI conditionLibin Yang2020-05-291-9/+0
* ASoC: sof-sdw: remove CONFIG_SND_SOC_SOF_HDA_AUDIO_CODEC conditionLibin Yang2020-05-292-15/+0
* ASoC: intel: add depends on SND_SOC_SOF_HDA_AUDIO_CODEC for common hdmiLibin Yang2020-05-291-10/+10
* ASoC: SOF: Intel: hda: fix generic hda codec supportKai Vehmanen2020-05-291-6/+45
* ASoC: SOF: Intel: Baytrail: fix 'defined but not used' warningsPierre-Louis Bossart2020-05-291-36/+36
* Subject: [PATCH v2] ASoC: soc-pcm: fix BE dai not hw_free and shutdown during...朱灿灿2020-05-291-3/+3
* ASoC: reduce verbosity of error messages for sof-dai and sof-linkPierre-Louis Bossart2020-05-292-2/+10
* Merge series "ASoC topology header parsing refinement" from Keyon Jie <yang.j...Mark Brown2020-05-291-58/+38
|\
| * ASoC: topology: remove the redundant pass checksKeyon Jie2020-05-291-44/+2
| * ASoC: topology: refine and log the header in the correct passKeyon Jie2020-05-291-14/+36
* | ASoC: fsl_asrc_dma: Fix dma_chan leak when config DMA channel failedXiyu Yang2020-05-291-0/+1
* | ASoC: rt1015: Enable class-D silence and clock detectionsderek.fang2020-05-291-1/+1
* | ASoC: img-i2s-out: Fix runtime PM imbalance on errorDinghao Liu2020-05-291-2/+6
|/