aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/intel/boards/sof_sdw.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-08ASoC: Intel: sof_sdw: starts non sdw BE id with the highest sdw BE idGravatar Bard Liao 1-1/+7
2024-02-08ASoC: Intel: common: DMI remap for rebranded Intel NUC M15 (LAPRC710) laptopsGravatar mosomate 1-0/+11
2024-02-08ASoC: Intel: sof_sdw: remove .init callbacksGravatar Bard Liao 1-12/+0
2024-02-08ASoC: Intel: sof_sdw: add common sdw dai link initGravatar Bard Liao 1-1/+74
2024-01-18Merge tag 'soundwire-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2024-01-08Merge tag 'asoc-v6.8' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Gravatar Takashi Iwai 1-17/+43
2023-11-28ASoC: Intel: Soundwire related board and match updatesGravatar Mark Brown 1-1/+31
2023-11-27ASoC: Intel: sof_sdw: Add rt722 supportGravatar Chao Song 1-0/+30
2023-11-27ASoC: Intel: sof_sdw: Make use of dev_err_probe()Gravatar Peter Ujfalusi 1-1/+1
2023-11-27ASoC: makes CPU/Codec channel connection map more genericGravatar Kuninori Morimoto 1-16/+12
2023-11-24ASoC: Intel: sof_sdw: Always register the HDMI dai linksGravatar Peter Ujfalusi 1-8/+9
2023-11-24soundwire: fix initializing sysfs for same devices on different busesGravatar Krzysztof Kozlowski 1-2/+2
2023-10-19ASoC: intel: sof_sdw: Move the builtin microphones to dataport 1Gravatar Charles Keepax 1-6/+6
2023-10-19ASoC: intel: sof_sdw: Stop processing CODECs when enough are foundGravatar Charles Keepax 1-1/+1
2023-10-12ASoC: Intel: sof_sdw: use sof_hdmi_private to init HDMIGravatar Brent Lu 1-8/+4
2023-10-12ASoC: Intel: sof_sdw: update HP Omen matchGravatar Pierre-Louis Bossart 1-1/+1
2023-09-26ASoC: intel: convert not to use asoc_xxx()Gravatar Kuninori Morimoto 1-9/+9
2023-09-26ASoC: Merge up fixesGravatar Mark Brown 1-0/+10
2023-09-19ASoC: intel: sof_sdw: Add CS42L43 CODEC supportGravatar Bard Liao 1-0/+27
2023-09-19ASoC: Intel: sof_sdw: add support for SKU 0B14Gravatar Pierre-Louis Bossart 1-0/+10
2023-09-15ASoC: intel: sof_sdw: Increment be_id in init_dai_linkGravatar Charles Keepax 1-16/+14
2023-09-15ASoC: intel: sof_sdw: Make create_sdw_dailink allocate link componentsGravatar Charles Keepax 1-46/+19
2023-09-15ASoC: intel: sof_sdw: Add simple DAI link creation helperGravatar Charles Keepax 1-89/+72
2023-09-15ASoC: intel: sof_sdw: Move sdw_pin_index into private structGravatar Charles Keepax 1-7/+3
2023-09-12ASoC: Intel: sof_sdw: Copy PCI SSID to struct snd_soc_cardGravatar Richard Fitzgerald 1-0/+6
2023-08-10ASoC: Merge up fixesGravatar Mark Brown 1-1/+1
2023-08-08ASoC: intel: sof_sdw: Simplify get_slave_infoGravatar Charles Keepax 1-26/+12
2023-08-08ASoC: intel: sof_sdw: Allow different devices on the same linkGravatar Charles Keepax 1-15/+7
2023-08-08ASoC: intel: sof_sdw: Support multiple groups on the same linkGravatar Charles Keepax 1-21/+21
2023-08-08ASoC: intel: sof_sdw: Device loop should not always start at adr_indexGravatar Charles Keepax 1-1/+4
2023-08-08ASoC: intel: sof_sdw: Move range check of codec_conf into inner loopGravatar Charles Keepax 1-6/+6
2023-08-08ASoC: intel: sof_sdw: Update DLC index each time one is addedGravatar Charles Keepax 1-6/+4
2023-08-08ASoC: intel: sof_sdw: Pull device loop up into create_sdw_dailinkGravatar Charles Keepax 1-54/+35
2023-08-08ASoC: intel: sof_sdw: Add helper to create a single codec DLCGravatar Charles Keepax 1-37/+43
2023-08-08ASoC: intel: sof-sdw: Move check for valid group id to get_dailink_infoGravatar Charles Keepax 1-5/+5
2023-08-08ASoC: intel: sof_sdw: Check link mask validity in get_dailink_infoGravatar Charles Keepax 1-8/+4
2023-08-08ASoC: intel: sof_sdw: Remove duplicate NULL check on adr_linkGravatar Charles Keepax 1-4/+0
2023-08-08ASoC: intel: sof_sdw: Printk's should end with a newlineGravatar Charles Keepax 1-11/+11
2023-08-07ASoC: Intel: sof-sdw: update jack detection quirk for LunarLake RVPGravatar Pierre-Louis Bossart 1-1/+1
2023-07-31ASoC: intel: sof_sdw: Move group_generated logicGravatar Charles Keepax 1-19/+9
2023-07-31ASoC: intel: sof_sdw: Merge codec_conf_alloc into dailink_infoGravatar Charles Keepax 1-52/+23
2023-07-31ASoC: intel: sof_sdw: Clean up DAI link countingGravatar Charles Keepax 1-32/+29
2023-07-31ASoC: Intel: sof_sdw: add cs35l56 codec infoGravatar Chao Song 1-0/+13
2023-07-31ASoC: intel: sof_sdw: Allow direct specification of CODEC nameGravatar Charles Keepax 1-1/+5
2023-07-31ASoC: Intel: sof_sdw: break earlier when a adr link contains different codecsGravatar Bard Liao 1-9/+9
2023-07-31ASoC: intel: sof_sdw: Move amp_num initialisation to mc_probeGravatar Charles Keepax 1-4/+4
2023-07-31ASoC: intel: sof_sdw: Remove redundant parameters in dai creationGravatar Charles Keepax 1-7/+7
2023-07-31ASoC: intel: sof_sdw: Minor tidy up of mc_probeGravatar Charles Keepax 1-13/+13
2023-07-31ASoC: intel: sof_sdw: Constify parameter to find_codec_part_infoGravatar Charles Keepax 1-1/+1
2023-07-31ASoC: intel: sof_sdw: Simplify find_codec_info_acpiGravatar Charles Keepax 1-7/+3