summaryrefslogtreecommitdiffstats
path: root/include/sound
Commit message (Expand)AuthorAgeFilesLines
* ASoC: soc-core: remove snd_soc_of_parse_daifmt()Kuninori Morimoto2021-06-211-4/+0
* ASoC: soc-core: add snd_soc_daifmt_parse_format/clock_provider()Kuninori Morimoto2021-06-211-0/+14
* ASoC: soc-core: add snd_soc_daifmt_clock_provider_fliped()Kuninori Morimoto2021-06-211-0/+2
* ASoC: soc-core: add snd_soc_daifmt_clock_provider_from_bitmap()Kuninori Morimoto2021-06-211-0/+1
* Merge tag 'asoc-hdmi-codec-improvements-v2' of git://git.kernel.org/pub/scm/l...Mark Brown2021-06-142-1/+19
|\
| * ASoC: hdmi-codec: Add a prepare hookMaxime Ripard2021-06-101-1/+11
| * ALSA: iec958: Split status creation and fillMaxime Ripard2021-06-081-0/+8
* | ASoC: soc-core: add snd_soc_runtime_get_dai_fmt()Kuninori Morimoto2021-06-071-0/+55
* | Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2021-05-251-1/+1
|\ \
| * | ASoC: soc-dai.h: Align the word of comment for SND_SOC_DAIFMT_CBC_CFCKuninori Morimoto2021-05-121-1/+1
* | | ASoC: topology: Add support for multiple kcontrol types to a widgetJaska Uimonen2021-05-141-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
|\