mirror of
https://github.com/torvalds/linux.git
synced 2026-05-19 04:14:05 +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()
|
||
|---|---|---|
| .. | ||
| apl.c | ||
| atom.c | ||
| atom.h | ||
| bdw.c | ||
| byt.c | ||
| cnl.c | ||
| ext_manifest.h | ||
| hda-bus.c | ||
| hda-codec.c | ||
| hda-common-ops.c | ||
| hda-ctrl.c | ||
| hda-dai-ops.c | ||
| hda-dai.c | ||
| hda-dsp.c | ||
| hda-ipc.c | ||
| hda-ipc.h | ||
| hda-loader-skl.c | ||
| hda-loader.c | ||
| hda-mlink.c | ||
| hda-pcm.c | ||
| hda-probes.c | ||
| hda-sdw-bpt.c | ||
| hda-stream.c | ||
| hda-trace.c | ||
| hda.c | ||
| hda.h | ||
| icl.c | ||
| Kconfig | ||
| lnl.c | ||
| lnl.h | ||
| Makefile | ||
| mtl.c | ||
| mtl.h | ||
| pci-apl.c | ||
| pci-cnl.c | ||
| pci-icl.c | ||
| pci-lnl.c | ||
| pci-mtl.c | ||
| pci-ptl.c | ||
| pci-skl.c | ||
| pci-tgl.c | ||
| pci-tng.c | ||
| ptl.c | ||
| ptl.h | ||
| shim.h | ||
| skl.c | ||
| telemetry.c | ||
| telemetry.h | ||
| tgl.c | ||
| tracepoints.c | ||