mirror of
https://github.com/torvalds/linux.git
synced 2026-05-18 20:03:14 +02:00
Couple of small core changes for
- sdw_assign_device_num() logic simplification, using internal slave id
for irqs and optimizing computing of port params in specific stream
states
- Intel driver updates for ACE3+ microphone privacy status reporting
and enabling the status in HDA Intel driver
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE+vs47OPLdNbVcHzyfBQHDyUjg0cFAmhBMgcACgkQfBQHDyUj
g0elyQ/8CqVJ4y6M1i2MgV+efGewspmvzt2WM9a82LA1wzSz668YxEaa50aplWwh
c2jqqL702zOsbH5gX+H31tDM0wuder9zn5qxQML4JCUbw/Ec7cQSUOeVse+v9Rbg
Fnb5MdxGXShSnOMjXA+H6JZ4Kt2TF759Q3wd4dmba0VBTIasVtyxW/qhFT997bJp
SziLBT38dEG3WOBf8I+4qPsDg6NfJtUsn8H3oMJBD4ng8/uTD1BR5GZp3YsyH5X8
2najQHVUFfGhWM8jLAniBZUBjeAMpGcKHjZxbKiizO3gGrCmetVao3PD1L0WYJP7
macqODWQ+C3JGuk8aEvrgQ5YZpls/DF1BJDxABmq9u+8IYPFYTKzQdA+YKOmQPGB
zli+F/GgBT5fCBIDb1UzZxGf5NC/mRN50eTPkd8ZnN2lA+OAsJs6Bnzh8c9BdMqY
9haG0kY6sgDQVy1f3SSDI+JwAOEecVi6x6jhXKWdc++JyXEL57L3njHeXNA7kd+K
esDQREVYXZ9Te17g1CL2/uQSWi/nMbPGQ0bPr0Y6CMzbMom1EguUE1FzPpIgct9K
+3qPs9h6g2zUaUW0CtY1e0WGWUEG/XzBw8OHvTem4320yiSVSnhgF7QTtA4N+nIz
cH870V3S8enqKU0V6HqDA5kwvfhh1SS8K1wnkRhFGDC3m/nhlRA=
=izGg
-----END PGP SIGNATURE-----
Merge tag 'soundwire-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire
Pull soundwire updates from Vinod Koul:
"A couple of small core changes and an Intel driver change:
- sdw_assign_device_num() logic simplification, using internal slave
id for irqs and optimizing computing of port params in specific
stream states
- Intel driver updates for ACE3+ microphone privacy status reporting
and enabling the status in HDA Intel driver"
* tag 'soundwire-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire:
soundwire: only compute port params in specific stream states
ASoC: SOF: Intel: hda: Set the mic_privacy flag for soundwire with ACE3+
soundwire: intel: Add awareness of ACE3+ microphone privacy
soundwire: bus: Add internal slave ID and use for IRQs
soundwire: bus: Simplify sdw_assign_device_num()
|
||
|---|---|---|
| .. | ||
| amd | ||
| imx | ||
| intel | ||
| mediatek | ||
| xtensa | ||
| compress.c | ||
| control.c | ||
| core.c | ||
| debug.c | ||
| fw-file-profile.c | ||
| iomem-utils.c | ||
| ipc.c | ||
| ipc3-control.c | ||
| ipc3-dtrace.c | ||
| ipc3-loader.c | ||
| ipc3-pcm.c | ||
| ipc3-priv.h | ||
| ipc3-topology.c | ||
| ipc3.c | ||
| ipc4-control.c | ||
| ipc4-fw-reg.h | ||
| ipc4-loader.c | ||
| ipc4-mtrace.c | ||
| ipc4-pcm.c | ||
| ipc4-priv.h | ||
| ipc4-telemetry.c | ||
| ipc4-telemetry.h | ||
| ipc4-topology.c | ||
| ipc4-topology.h | ||
| ipc4.c | ||
| Kconfig | ||
| loader.c | ||
| Makefile | ||
| nocodec.c | ||
| ops.c | ||
| ops.h | ||
| pcm.c | ||
| pm.c | ||
| sof-acpi-dev.c | ||
| sof-acpi-dev.h | ||
| sof-audio.c | ||
| sof-audio.h | ||
| sof-client-ipc-flood-test.c | ||
| sof-client-ipc-kernel-injector.c | ||
| sof-client-ipc-msg-injector.c | ||
| sof-client-probes-ipc3.c | ||
| sof-client-probes-ipc4.c | ||
| sof-client-probes.c | ||
| sof-client-probes.h | ||
| sof-client.c | ||
| sof-client.h | ||
| sof-of-dev.c | ||
| sof-of-dev.h | ||
| sof-pci-dev.c | ||
| sof-pci-dev.h | ||
| sof-priv.h | ||
| sof-utils.c | ||
| sof-utils.h | ||
| stream-ipc.c | ||
| topology.c | ||
| trace.c | ||