summaryrefslogtreecommitdiff
path: root/drivers/soundwire
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'soundwire-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds16-139/+320
2024-05-04soundwire: intel_ace2.x: add support for DOAISE propertyPierre-Louis Bossart3-1/+10
2024-05-04soundwire: intel_ace2.x: add support for DODSE propertyPierre-Louis Bossart3-1/+10
2024-05-04soundwire: intel_ace2x: use DOAIS and DODS settings from firmwarePierre-Louis Bossart3-2/+31
2024-05-04soundwire: intel_ace2x: cleanup DOAIS/DODS settingsPierre-Louis Bossart1-2/+7
2024-04-26soundwire: intel_ace2x: simplify check_wake()Pierre-Louis Bossart1-13/+3
2024-04-26soundwire: intel_ace2x: fix wakeup handlingPierre-Louis Bossart1-14/+35
2024-04-11soundwire: intel_init: resume all devices on exit.Bard Liao1-0/+14
2024-04-11soundwire: intel: export intel_resume_child_deviceBard Liao2-1/+2
2024-04-11soundwire: intel_auxdevice: use pm_runtime_resume() instead of pm_request_res...Bard Liao1-4/+4
2024-04-11soundwire: qcom: allow multi-link on newer devicesKrzysztof Kozlowski1-0/+22
2024-04-11soundwire: intel_ace2x: use legacy formula for intel_alh_idPierre-Louis Bossart1-0/+5
2024-04-05soundwire: intel_ace2x: set the clock sourcePierre-Louis Bossart1-0/+16
2024-04-05soundwire: intel_ace2.x: power-up first before setting SYNCPRDPierre-Louis Bossart1-9/+7
2024-04-05soundwire: intel_ace2x: move and extend clock selectionPierre-Louis Bossart1-5/+14
2024-04-05soundwire: intel: add support for MeteorLake additional clocksPierre-Louis Bossart1-6/+37
2024-04-05soundwire: bus: extend base clock checks to 96 MHzPierre-Louis Bossart1-6/+6
2024-04-05soundwire: cadence: show the bus frequency and frame shapePierre-Louis Bossart1-0/+6
2024-04-05soundwire: cadence: remove PDI offset completelyPierre-Louis Bossart1-21/+9
2024-04-05soundwire: cadence: fix invalid PDI offsetPierre-Louis Bossart1-1/+1
2024-03-28soundwire: intel: add intel_free_stream() backRanjani Sridharan1-0/+25
2024-03-28soundwire: qcom: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-03-28soundwire: bus: don't clear SDCA_CASCADE bitPierre-Louis Bossart1-1/+1
2024-03-28soundwire: amd: fix for wake interrupt handling for clockstop modeVijendar Mukunda2-1/+17
2024-03-28soundwire: amd: use inline function for register updateVijendar Mukunda3-27/+30
2024-03-28soundwire: sysfs: remove unneeded ATTRIBUTE_GROUPS() commentsGreg Kroah-Hartman1-8/+0
2024-03-28soundwire: sysfs: remove sdw_slave_sysfs_init()Greg Kroah-Hartman4-16/+5
2024-03-28soundwire: sysfs: have the driver core handle the creation of the device groupsGreg Kroah-Hartman3-5/+5
2024-03-28soundwire: sysfs: cleanup the logic for creating the dp0 sysfs attributesGreg Kroah-Hartman1-6/+22
2024-03-28soundwire: sysfs: move sdw_slave_dev_attr_group into the existing list of groupsGreg Kroah-Hartman1-5/+10
2024-03-15Merge tag 'soundwire-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-8/+6
2024-03-03soundwire: Use snd_soc_substream_to_rtd() to obtain rtdCezary Rojewski1-3/+3
2024-03-03soundwire: constify the struct device_type usageRicardo B. Marliere2-2/+2
2024-02-16soundwire: bus_type: make sdw_bus_type constRicardo B. Marliere1-1/+1
2024-02-09ASoC: Intel: common: DMI remap for rebranded Intel NUC M15 (LAPRC710) laptopsmosomate1-0/+8
2024-02-07soundwire: intel_auxdevice: remove redundant assignment to variable link_flagsColin Ian King1-2/+0
2024-01-30soundwire: amd: refactor register mask structureVijendar Mukunda2-16/+5
2024-01-30soundwire: amd: refactor soundwire pads enableVijendar Mukunda2-18/+45
2024-01-30soundwire: amd: implement function to extract slave informationVijendar Mukunda1-0/+43
2024-01-30soundwire: amd: refactor amd soundwire manager device node creationVijendar Mukunda4-13/+167
2024-01-30soundwire: amd: update licenseVijendar Mukunda2-3/+3
2024-01-19Merge tag 'soundwire-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-38/+54
2024-01-12Merge tag 'sound-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-32/+1
2023-12-18soundwire: amd: drop bus freq calculation and set 'max_clk_freq'Vinod Koul1-2/+2
2023-11-29ASoC: qcom: Move Soundwire runtime stream alloc to soundcardsKrzysztof Kozlowski1-32/+1
2023-11-28soundwire: generic_bandwidth_allocation use bus->params.max_dr_freqBard Liao1-5/+3
2023-11-28soundwire: intel_ace2x: fix AC timing setting for ACE2.xChao Song1-1/+2
2023-11-28soundwire: stream: fix NULL pointer dereference for multi_linkKrzysztof Kozlowski1-3/+4
2023-11-24soundwire: qcom: set controller id to hw master idSrinivas Kandagatla1-1/+5
2023-11-24soundwire: fix initializing sysfs for same devices on different busesKrzysztof Kozlowski1-6/+6