aboutsummaryrefslogtreecommitdiff
path: root/sound/soc
AgeCommit message (Expand)AuthorFilesLines
2024-03-11ASoC: amd: yc: Fix non-functional mic on ASUS M7600REGravatar M Cooley 1-0/+7
2024-03-11ASoC: tlv320adc3xxx: Don't strip remove function when driver is builtinGravatar Uwe Kleine-König 1-2/+2
2024-03-07ASoC: Intel: catpt: Carefully use PCI bitwise constantsGravatar Andy Shevchenko 1-2/+2
2024-03-07ASoC: codecs: ES8326: Changing members of private structureGravatar Zhang Yi 1-17/+1
2024-03-06ASoC: trace: add event to snd_soc_dapm trace eventsGravatar Luca Ceresoli 1-2/+2
2024-03-06ASoC: trace: add component to set_bias_level trace eventsGravatar Luca Ceresoli 1-2/+2
2024-03-05ASoC: Intel: atom: sst_ipc: Remove unused intel-mid.hGravatar Andy Shevchenko 1-1/+2
2024-03-04ASoC: soc-core.c: Prefer to return dai->driver->name in snd_soc_dai_name_get()Gravatar Chancel Liu 1-6/+6
2024-03-04ASoC: cs-amp-lib: Add KUnit test for calibration helpersGravatar Richard Fitzgerald 4-2/+740
2024-02-27ASoC: meson: axg-fifo: use FIELD helpersGravatar Jerome Brunet 4-33/+31
2024-02-27ASoC: cs35l56: Prevent bad sign extension in cs35l56_read_silicon_uid()Gravatar Richard Fitzgerald 1-2/+3
2024-02-26ASoC: meson: axg fixes and clean-upGravatar Mark Brown 5-19/+36
2024-02-26ASoC: codecs: Simplify mclk initializationGravatar Mark Brown 6-40/+20
2024-02-26ASoC: meson: axg-fifo: take continuous ratesGravatar Jerome Brunet 3-6/+12
2024-02-26ASoC: meson: axg-spdifin: use max width for rate detectionGravatar Jerome Brunet 1-3/+3
2024-02-26ASoC: meson: axg-tdm-interface: update error format error tracesGravatar Jerome Brunet 1-1/+1
2024-02-26ASoC: meson: axg-tdm-interface: add frame rate constraintGravatar Jerome Brunet 1-7/+18
2024-02-26ASoC: meson: axg-tdm-interface: fix mclk setup without mclk-fsGravatar Jerome Brunet 1-2/+2
2024-02-26ASoC: codecs: tx-macro: correct TX SMIC MUXn widgets on SM8350+Gravatar Krzysztof Kozlowski 2-31/+292
2024-02-26ASoC: codecs: tx-macro: split widgets per different LPASS versionsGravatar Krzysztof Kozlowski 2-151/+232
2024-02-24ALSA: cs35l56: Apply calibration from EFIGravatar Mark Brown 8-12/+433
2024-02-23ASoC: cs35l56: Apply amp calibration from EFI dataGravatar Richard Fitzgerald 2-3/+61
2024-02-23ASoC: cs35l56: Add helper functions for amp calibrationGravatar Richard Fitzgerald 2-0/+84
2024-02-23ASoC: cs-amp-lib: Add helpers for factory calibration dataGravatar Richard Fitzgerald 3-0/+268
2024-02-23ASoC: wm_adsp: Add wm_adsp_start() and wm_adsp_stop()Gravatar Richard Fitzgerald 2-9/+20
2024-02-22ASoC: soc-core: tidyup strcmp() param on snd_soc_is_matching_dai()Gravatar Kuninori Morimoto 1-1/+1
2024-02-22ASoC: amd: ps: modify ACP register end address macroGravatar Vijendar Mukunda 1-1/+1
2024-02-22ASoC: amd: ps: update licenseGravatar Vijendar Mukunda 5-5/+5
2024-02-21ASoC: codecs: rt5660: Simplify mclk initializationGravatar Cezary Rojewski 1-6/+3
2024-02-21ASoC: codecs: rt5640: Simplify mclk initializationGravatar Cezary Rojewski 1-6/+3
2024-02-21ASoC: codecs: rt5616: Simplify mclk initializationGravatar Cezary Rojewski 1-6/+3
2024-02-21ASoC: codecs: rt5514: Simplify mclk initializationGravatar Cezary Rojewski 1-6/+3
2024-02-21ASoC: codecs: nau8825: Simplify mclk initializationGravatar Cezary Rojewski 1-8/+4
2024-02-21ASoC: codecs: da7213: Simplify mclk initializationGravatar Cezary Rojewski 1-8/+4
2024-02-21ASoC: codecs: wsa884x: Allow sharing reset GPIOGravatar Krzysztof Kozlowski 1-10/+43
2024-02-21ASoC: Intel: avs: Fixes and new platforms supportGravatar Mark Brown 43-326/+1529
2024-02-20ASoC: Intel: avs: Populate board selection with new I2S entriesGravatar Cezary Rojewski 1-0/+85
2024-02-20ASoC: Intel: avs: ICCMAX recommendations for ICL+ platformsGravatar Cezary Rojewski 3-2/+64
2024-02-20ASoC: Intel: avs: TGL-based platforms supportGravatar Cezary Rojewski 4-1/+90
2024-02-20ASoC: Intel: avs: ICL-based platforms supportGravatar Cezary Rojewski 6-1/+197
2024-02-20ASoC: Intel: avs: CNL-based platforms supportGravatar Cezary Rojewski 6-8/+119
2024-02-20ASoC: Intel: avs: Abstract IRQ handlingGravatar Cezary Rojewski 5-37/+48
2024-02-20ASoC: Intel: avs: Abstract IPC handlingGravatar Cezary Rojewski 5-41/+72
2024-02-20ASoC: Intel: avs: Prefix SKL/APL-specific membersGravatar Cezary Rojewski 5-57/+56
2024-02-20ASoC: Intel: avs: Fix sound clipping in single capture scenarioGravatar Cezary Rojewski 1-2/+75
2024-02-20ASoC: Intel: avs: L1SEN reference countedGravatar Cezary Rojewski 2-3/+9
2024-02-19ASoC: cs42l42: Remove redundant delays in suspend().Gravatar Vitaly Rodionov 1-1/+0
2024-02-19ASoC: tas2781: Remove redundant initialization of pointer 'data'Gravatar Colin Ian King 1-1/+1
2024-02-19ASoC: SOF: amd: fix soundwire dependenciesGravatar Arnd Bergmann 1-3/+3
2024-02-19ASoC: amd: ps: add machine select and register codeGravatar Vijendar Mukunda 2-1/+84