summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2023-03-20ALSA: sh: aica: Drop if blocks with always false conditionUwe Kleine-König1-2/+0
2023-03-17ASoC: SOF: ipc4-topology: Add support for effectMark Brown2-16/+396
2023-03-17ASoC: SOF: ipc4: upport multiple configs for BE DAIsMark Brown2-30/+128
2023-03-17ASoC: SOF: ipc4-topology: Initialize in_format to NULL in sof_ipc4_get_audio_fmtPeter Ujfalusi1-1/+2
2023-03-17ASoC: SOF: ipc4-topology: update pipeline_params in process prepareLibin Yang1-1/+49
2023-03-17ASoC: SOF: ipc4-topology: set copier output format for process moduleChao Song1-3/+43
2023-03-17ASoC: SOF: ipc4-topology: Add support for base config extensionRanjani Sridharan2-15/+142
2023-03-17ASoC: SOF: ipc4-topology: add base module config extension structureChao Song1-0/+17
2023-03-17ASoC: SOF: ipc4-topology: add effect widget supportLibin Yang2-0/+142
2023-03-17ASoC: SOF: ipc4-topology: Move the kcontrol module_id update to helperPeter Ujfalusi1-13/+19
2023-03-17ASoC: SOF: ipc4-topology: use common helper function in copier prepareKai Vehmanen1-15/+3
2023-03-17ASoC: SOF: ipc4-pcm: support multiple configs for BE DAIsKai Vehmanen2-15/+125
2023-03-14ASoC: mt8192: Address spammy log messagesMark Brown4-31/+19
2023-03-14ASoC: soc-pcm.c: remove indirect runtime copyKuninori Morimoto2-13/+4
2023-03-14ASoC: soc-dai.c: add missing flag check at snd_soc_pcm_dai_probe()Kuninori Morimoto1-0/+3
2023-03-14ASoC: SOF: ipc4: Add support for formats per pinsMark Brown5-367/+359
2023-03-14ASoC: SOF: ipc4: Add support for bytes controlMark Brown3-70/+347
2023-03-14ASoC: mt8192: Move spammy messages to debug levelNícolas F. R. A. Prado3-19/+19
2023-03-14ASoC: mt8192: Remove function name log messagesNícolas F. R. A. Prado via Alsa-devel4-12/+0
2023-03-13ASoC: Intel: sof_rt5682: Enable Bluetooth offload on adl_rt1019_rt5682Ajye Huang1-1/+3
2023-03-13ASoC: mediatek: fix coverity problemsMark Brown6-38/+188
2023-03-13ASoC: codecs: zl38060: Mark OF related data as maybe unusedKrzysztof Kozlowski1-1/+1
2023-03-13ASoC: codecs: src4xxx-i2c: Mark OF related data as maybe unusedKrzysztof Kozlowski1-1/+1
2023-03-13ASoC: codecs: rt1019: Mark OF related data as maybe unusedKrzysztof Kozlowski1-1/+1
2023-03-13ASoC: codecs: pcm179x-spi: Mark OF related data as maybe unusedKrzysztof Kozlowski1-1/+1
2023-03-13ASoC: codecs: adau1977-spi: Mark OF related data as maybe unusedKrzysztof Kozlowski1-1/+1
2023-03-13ASoC: SMA1303: set sma_i2c_regmap storage-class-specifier to staticTom Rix1-1/+1
2023-03-13ASoC: SOF: sof-audio: add support for setting up loopback routesChao Song1-1/+60
2023-03-13ASoC: mediatek: mt6359: fix UNINIT problemTrevor Wu1-1/+1
2023-03-13ASoC: mediatek: mt6358: fix UNINIT problemTrevor Wu1-1/+1
2023-03-13ASoC: mediatek: mt9195-mt6359: fix UNINIT problemTrevor Wu1-1/+1
2023-03-13ASoC: mediatek: mt8195: add dai id check before accessing arrayTrevor Wu3-35/+185
2023-03-13ASoC: SOF: ipc4-topology: Search only pin 0 formatsRanjani Sridharan1-1/+4
2023-03-13ASoC: SOF: ipc4-topology: Add new tokens for input/output pin format countRanjani Sridharan3-77/+114
2023-03-13ASoC: SOF: ipc4-topology: Remove the ref_audio_fmt fieldRanjani Sridharan2-26/+18
2023-03-13ASoC: SOF: ipc4-topology: Modify the signature of sof_ipc4_init_audio_fmt()Ranjani Sridharan1-21/+17
2023-03-13ASoC: SOF: ipc4-topology: Modify the type of available input/output formatsRanjani Sridharan5-117/+95
2023-03-13ASoC: SOF: ipc4-topology: Always parse the output formats in topologyRanjani Sridharan1-16/+6
2023-03-13ASoC: SOF: ipc4-topology: Parse the SOF_COMP_TOKENS only onceRanjani Sridharan1-17/+24
2023-03-13ASoC: SOF: ipc4-topology: Do not parse the DMA_BUFFER_SIZE tokenRanjani Sridharan4-69/+51
2023-03-13ASoC: SOF: ipc4-topology: Add a new field in struct sof_ipc4_available_audio_...Ranjani Sridharan3-58/+65
2023-03-13ASoC: SOF: Use input/output pin consistentlyRanjani Sridharan3-80/+80
2023-03-13ASoC: Merge up fixes as a dependency for future SOF workMark Brown27-86/+228
2023-03-13ASoC: SOF: ipc4-control: Add support for bytes control get and putPeter Ujfalusi1-7/+241
2023-03-13ASoC: SOF: ipc4-topology: Add support for TPLG_CTL_BYTESLibin Yang1-0/+67
2023-03-13ASoC: SOF: ipc4-control: set_volume_data only applies to VOLSW familyLibin Yang1-6/+16
2023-03-13ASoC: SOF: ipc3-control: Merge functions to handle bytes_ext get variantsPeter Ujfalusi1-57/+23
2023-03-13ASoC: SOF: ipc3-control: Rename snd_sof_refresh_control()Peter Ujfalusi1-6/+6
2023-03-11ASoC: Use of_property_read_bool() for boolean propertiesRob Herring7-67/+57
2023-03-11ASoC: Use of_property_present() for testing DT property presenceRob Herring9-10/+10