aboutsummaryrefslogtreecommitdiff
path: root/drivers/soundwire
AgeCommit message (Expand)AuthorFilesLines
2024-03-15Merge tag 'soundwire-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-8/+6
2024-03-03soundwire: Use snd_soc_substream_to_rtd() to obtain rtdGravatar Cezary Rojewski 1-3/+3
2024-03-03soundwire: constify the struct device_type usageGravatar Ricardo B. Marliere 2-2/+2
2024-02-16soundwire: bus_type: make sdw_bus_type constGravatar Ricardo B. Marliere 1-1/+1
2024-02-08ASoC: Intel: common: DMI remap for rebranded Intel NUC M15 (LAPRC710) laptopsGravatar mosomate 1-0/+8
2024-02-07soundwire: intel_auxdevice: remove redundant assignment to variable link_flagsGravatar Colin Ian King 1-2/+0
2024-01-30soundwire: amd: refactor register mask structureGravatar Vijendar Mukunda 2-16/+5
2024-01-30soundwire: amd: refactor soundwire pads enableGravatar Vijendar Mukunda 2-18/+45
2024-01-30soundwire: amd: implement function to extract slave informationGravatar Vijendar Mukunda 1-0/+43
2024-01-30soundwire: amd: refactor amd soundwire manager device node creationGravatar Vijendar Mukunda 4-13/+167
2024-01-30soundwire: amd: update licenseGravatar Vijendar Mukunda 2-3/+3
2024-01-18Merge tag 'soundwire-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 9-38/+54
2024-01-12Merge tag 'sound-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 1-32/+1
2023-12-18soundwire: amd: drop bus freq calculation and set 'max_clk_freq'Gravatar Vinod Koul 1-2/+2
2023-11-29ASoC: qcom: Move Soundwire runtime stream alloc to soundcardsGravatar Krzysztof Kozlowski 1-32/+1
2023-11-28soundwire: generic_bandwidth_allocation use bus->params.max_dr_freqGravatar Bard Liao 1-5/+3
2023-11-28soundwire: intel_ace2x: fix AC timing setting for ACE2.xGravatar Chao Song 1-1/+2
2023-11-28soundwire: stream: fix NULL pointer dereference for multi_linkGravatar Krzysztof Kozlowski 1-3/+4
2023-11-24soundwire: qcom: set controller id to hw master idGravatar Srinivas Kandagatla 1-1/+5
2023-11-24soundwire: fix initializing sysfs for same devices on different busesGravatar Krzysztof Kozlowski 1-6/+6
2023-11-24soundwire: bus: introduce controller_idGravatar Pierre-Louis Bossart 6-2/+20
2023-11-23soundwire: stream: constify sdw_port_config when adding devicesGravatar Krzysztof Kozlowski 1-5/+5
2023-11-23soundwire: qcom: move sconfig in qcom_swrm_stream_alloc_ports() out of critic...Gravatar Krzysztof Kozlowski 1-10/+11
2023-11-23soundwire: qcom: drop unneeded qcom_swrm_stream_alloc_ports() cleanupGravatar Krzysztof Kozlowski 1-8/+3
2023-11-03Merge tag 'soundwire-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-9/+23
2023-10-23ASoC: Merge up v6.6-rc7Gravatar Mark Brown 5-33/+115
2023-10-16soundwire: dmi-quirks: update HP Omen matchGravatar Pierre-Louis Bossart 1-1/+1
2023-10-16soundwire: bus: improve error handling for clock stop prepare/deprepareGravatar Pierre-Louis Bossart 1-5/+7
2023-09-25ASoC: soundwire: convert not to use asoc_xxx()Gravatar Kuninori Morimoto 3-3/+3
2023-09-21soundwire: qcom: Log clk_get("iface") failuresGravatar Bjorn Andersson 1-1/+1
2023-09-21soundwire: qcom: handle command ignored interruptGravatar Krzysztof Kozlowski 1-0/+12
2023-09-21soundwire: qcom: use newer link status tregister on v2.0.0Gravatar Krzysztof Kozlowski 1-2/+2
2023-09-21soundwire: bus: Make IRQ handling conditionally builtGravatar Charles Keepax 5-33/+115
2023-09-03Merge tag 'soundwire-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-27/+387
2023-08-22soundwire: intel_ace2x: add DAI hw_params/prepare/hw_free callbacksGravatar Pierre-Louis Bossart 1-0/+283
2023-08-18mfd: Immutable branch between MFD, Pinctrl and soundwire due for the v6.6 mer...Gravatar Mark Brown 2-0/+44
2023-08-17soundwire: bus: Allow SoundWire peripherals to register IRQ handlersGravatar Lucas Tanure 2-0/+44
2023-08-11soundwire: intel_auxdevice: add hybrid IDA-based device_number allocationGravatar Pierre-Louis Bossart 1-10/+62
2023-08-11soundwire: bus: add callbacks for device_number allocationGravatar Pierre-Louis Bossart 2-10/+23
2023-08-11soundwire: extend parameters of new_peripheral_assigned() callbackGravatar Pierre-Louis Bossart 2-2/+4
2023-08-11soundWire: intel_auxdevice: resume 'sdw-master' on startup and system resumeGravatar Pierre-Louis Bossart 1-0/+6
2023-08-11soundwire: intel_auxdevice: enable pm_runtime earlier on startupGravatar Pierre-Louis Bossart 1-8/+13
2023-07-17soundwire: Explicitly include correct DT includesGravatar Rob Herring 1-1/+0
2023-07-13soundwire: amd: Fix a check for errors in probe()Gravatar Dan Carpenter 1-2/+2
2023-07-12soundwire: qcom: update status correctly with maskGravatar Srinivas Kandagatla 1-1/+1
2023-07-12soundwire: fix enumeration completionGravatar Johan Hovold 1-4/+4
2023-06-21soundwire: stream: Make master_list ordered to prevent deadlocksGravatar Richard Fitzgerald 1-2/+16
2023-06-21soundwire: bus: Prevent lockdep asserts when stream has multiple busesGravatar Richard Fitzgerald 1-2/+13
2023-06-21soundwire: qcom: fix storing port config out-of-boundsGravatar Krzysztof Kozlowski 1-1/+2
2023-06-21soundwire: intel_ace2x: fix SND_SOC_SOF_HDA_MLINK dependencyGravatar Arnd Bergmann 1-0/+1