aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/catpt (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-16ASoC: Intel: catpt: Drop SND_SOC_ACPI_INTEL_MATCH dependencyCezary Rojewski1-3/+30
2022-08-15ASoC: Intel: catpt: Replace sprintf() with sysfs_emit()Takashi Iwai1-3/+3
2022-07-05ASoC: Intel: catpt: remove duplicating driver data retrievalAndy Shevchenko1-4/+1
2022-06-27ASoC: Intel: catpt: use pm_runtime_resume_and_get()Pierre-Louis Bossart2-7/+23
2022-04-05ASoC: Intel: catpt: Drop redundant enum constantCezary Rojewski1-3/+1
2022-03-08ASoC: Intel: catpt: use asoc_substream_to_rtd()Lianjie Zhang1-3/+3
2021-12-17ASoC: Intel: catpt: Streamline locals declaration for PCM-functionsCezary Rojewski1-16/+16
2021-12-17ASoC: Intel: catpt: Reduce size of catpt_component_open()Cezary Rojewski1-3/+2
2021-12-17ASoC: Intel: catpt: Test dmaengine_submit() result before moving onCezary Rojewski1-2/+12
2021-02-03ASoC: Intel: catpt: remove unneeded semicolonYang Li1-1/+1
2020-12-28catpt: Switch to use list_entry_is_head() helperAndy Shevchenko1-7/+5
2020-12-15Merge tag 'acpi-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-12/+1
2020-12-15Merge branches 'acpi-resources' and 'acpi-docs'Rafael J. Wysocki2-12/+1
2020-11-25ASoC: Intel: catpt: Replace open coded variant of resource_intersection()Andy Shevchenko2-12/+1
2020-11-19ASoC: Intel: catpt: add dynamic selection of DSP driverPierre-Louis Bossart1-0/+12
2020-11-16Merge Intel catpt DSP fixes into asoc-5.10Mark Brown1-5/+4
2020-11-16Merge series "ASoC: Intel: catpt: Offload fixes and code optimization" from Cezary Rojewski <cezary.rojewski@intel.com>:Mark Brown4-123/+74
2020-11-16ASoC: Intel: catpt: Cleanup after power routines streamliningCezary Rojewski2-50/+0
2020-11-16ASoC: Intel: catpt: Streamline power routines across LPT and WPTCezary Rojewski3-16/+18
2020-11-16ASoC: Intel: catpt: Optimize applying user settingsCezary Rojewski1-52/+52
2020-11-16ASoC: Intel: catpt: Correct clock selection for dai triggerCezary Rojewski1-5/+2
2020-11-16ASoC: Intel: catpt: Skip position update for unprepared streamsCezary Rojewski1-0/+2
2020-11-02ASoC: Intel: remove unneeded semicolonTom Rix2-3/+3
2020-10-14ASoC: Intel: catpt: Relax clock selection conditionsCezary Rojewski1-3/+6
2020-10-14ASoC: Intel: catpt: Wake up device before configuring SSP portCezary Rojewski1-0/+10
2020-10-08ASoC: Intel: catpt: Fix compilation when CONFIG_MODULES is disabledCezary Rojewski1-2/+5
2020-10-02ASoC: Intel: Select catpt and deprecate haswellCezary Rojewski1-0/+6
2020-10-02ASoC: Intel: catpt: Simple sysfs attributesCezary Rojewski3-0/+58
2020-10-02ASoC: Intel: catpt: Event tracingCezary Rojewski3-0/+97
2020-10-02ASoC: Intel: catpt: Device driver lifecycleCezary Rojewski1-0/+348
2020-10-02ASoC: Intel: catpt: PCM operationsCezary Rojewski4-0/+1226
2020-10-02ASoC: Intel: catpt: Firmware loading and context restoreCezary Rojewski2-0/+631
2020-10-02ASoC: Intel: catpt: Define DSP operationsCezary Rojewski2-0/+368
2020-10-02ASoC: Intel: catpt: Add IPC message handlersCezary Rojewski4-0/+425
2020-10-02ASoC: Intel: catpt: Implement IPC protocolCezary Rojewski4-1/+691
2020-10-02ASoC: Intel: Add catpt base membersCezary Rojewski4-0/+449