summaryrefslogtreecommitdiffstats
path: root/include/sound
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asoc-fix-v5.13-rc3' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2021-05-251-1/+1
|\
| * ASoC: soc-dai.h: Align the word of comment for SND_SOC_DAIFMT_CBC_CFCKuninori Morimoto2021-05-121-1/+1
* | Merge tag 'asoc-v5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2021-04-268-91/+135
|\|
| * ASoC: audio-graph: move audio_graph_remove() to simple-card-utils.cKuninori Morimoto2021-04-202-3/+1
| * ASoC: audio-graph: move audio_graph_card_probe() to simple-card-utils.cKuninori Morimoto2021-04-202-2/+3
| * Merge series "ASoC: soc-pcm: ignore dummy-DAI at soc_pcm_params_symmetry()" f...Mark Brown2021-04-161-0/+1
| |\
| | * ASoC: soc-utils: add snd_soc_component_is_dummy()Kuninori Morimoto2021-04-161-0/+1
| * | ASoC: simple-card-utils: Increase maximum number of links to 128Thierry Reding2021-04-161-1/+3
| |/
| * ASoC: simple-card-utils: tidyup asoc_simple_parse_convert()Kuninori Morimoto2021-04-131-2/+1
| * ASoC: simple-card-utils: tidyup dev_dbg() to use 1 lineKuninori Morimoto2021-04-131-6/+3
| * ASoC: simple-card-utils: tidyup debug info for clockKuninori Morimoto2021-04-131-6/+6
| * ASoC: simple-card-utils: multi support at asoc_simple_canonicalize_cpu/platfo...Kuninori Morimoto2021-04-131-3/+4
| * ASoC: simple-card-utils: add simple_props_to_xxx() macroKuninori Morimoto2021-04-131-7/+20
| * ASoC: simple-card-utils: indicate missing CPU/Codec numbers for debugKuninori Morimoto2021-04-131-0/+2
| * ASoC: simple-card-utils: indicate dai_fmt if existKuninori Morimoto2021-04-131-3/+2
| * ASoC: simple-card-utils: remove asoc_simple_parse_xxx()Kuninori Morimoto2021-04-131-11/+0
| * ASoC: simple-card-utils: use for_each_prop_xxx()Kuninori Morimoto2021-04-131-5/+38
| * ASoC: simple-card-utils: remove li->dais/li->confKuninori Morimoto2021-04-131-2/+0
| * ASOC: SOF: simplify nocodec modePierre-Louis Bossart2021-04-121-3/+0
| * ASoC: soc-acpi: add new fields for mach_paramsPierre-Louis Bossart2021-04-121-0/+4
| * ASoC: simple-card-utils: share dummy DAI and reduce memoryKuninori Morimoto2021-04-081-0/+1
| * ASoC: simple-card-utils: enable flexible CPU/Codec/PlatformKuninori Morimoto2021-04-081-0/+8
| * Merge tag 'mute-led-rework' of https://git.kernel.org/pub/scm/linux/kernel/gi...Mark Brown2021-03-311-3/+32
| |\
| * | ASoC: simple-card-utils: alloc dai_link information for CPU/Codec/PlatformKuninori Morimoto2021-03-311-3/+4
| * | Merge series "Add audio driver base on rpmsg on i.MX platform" from Shengjiu ...Mark Brown2021-03-251-0/+3
| |\ \
| | * | ASoC: soc-component: Add snd_soc_pcm_component_ackShengjiu Wang2021-03-251-0/+3
| * | | ASoC: soc.h: return error if multi platform at snd_soc_fixup_dai_links_platfo...Kuninori Morimoto2021-03-251-0/+4
| * | | ASoC: soc.h: fixup return timing for snd_soc_fixup_dai_links_platform_name()Kuninori Morimoto2021-03-251-3/+3
| * | | ASoC: soc.h: add asoc_link_to_cpu/codec/platform() macroKuninori Morimoto2021-03-251-3/+21
| |/ /
| * | ASoC: SOF: add a helper to get topology configured mclkKeyon Jie2021-03-221-0/+1
| * | ASoC: soc-pcm: don't indicate error message for dpcm_be_dai_hw_free()Kuninori Morimoto2021-03-191-1/+1
| * | ASoC: soc-pcm: share DPCM BE DAI stop operationKuninori Morimoto2021-03-121-1/+7
| * | ASoC: rt5645: Move rt5645_platform_data to sound/soc/codecs/rt5645.cHans de Goede2021-03-101-32/+0
| * | ASoC: constify of_phandle_args in snd_soc_get_dai_name()Krzysztof Kozlowski2021-03-102-3/+3
* | | ALSA: control: Add memory consumption limit to user controlsTakashi Sakamoto2021-04-081-1/+1
* | | Merge tag 'tags/mute-led-rework' into for-nextTakashi Iwai2021-03-301-3/+32
|\ \ \ | | |/ | |/|
| * | ALSA: control - add generic LED trigger module as the new control layerJaroslav Kysela2021-03-301-1/+18
| * | ALSA: control - add layer registration routinesJaroslav Kysela2021-03-301-0/+12
| * | ALSA: control - introduce snd_ctl_notify_one() helperJaroslav Kysela2021-03-301-2/+2
| |/
* / ALSA: hda: Change AZX_MAX_BUF_SIZE from 1GB to 4MBAmadeusz Sławiński2021-03-191-2/+6
|/
* Merge tag 'tags/sound-sdw-kconfig-fixes' into for-linusTakashi Iwai2021-03-021-1/+1
|\
| * ASoC: soc-acpi: allow for partial match in parent namePierre-Louis Bossart2021-03-021-1/+1
* | ALSA: hda: intel-nhlt: verify config typePierre-Louis Bossart2021-03-021-0/+5
|/
* Merge tag 'asoc-v5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2021-02-178-9/+29
|\
| * Merge remote-tracking branch 'asoc/for-5.12' into asoc-linusMark Brown2021-02-178-9/+29
| |\
| | * ASoC: SOF: ext_manifest: use explicit number for elem_typeFred Oh2021-02-101-3/+3
| | * Merge series "Add HDMI support for Intel KeemBay I2S" from Sia Jee Heng <jee....Mark Brown2021-02-081-0/+5
| | |\
| | | * ASoC: codec: hdmi-codec: Support IEC958 encoded PCM formatSia Jee Heng2021-02-081-0/+5
| | * | ASoC: audio-graph: Rename functions needed for exportSameer Pujar2021-02-081-2/+4
| | |/
| | * ASoC: dmaengine_pcm: add peripheral configurationShengjiu Wang2021-02-051-0/+5