devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V1 0/3] ALSA: hda: add CIX IPBLOQ HDA controller support
@ 2025-10-30 11:09 joakim.zhang
  2025-10-30 11:09 ` [PATCH V1 1/3] dt-bindings: sound: add binding for CIX IPBLOQ HDA controller joakim.zhang
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: joakim.zhang @ 2025-10-30 11:09 UTC (permalink / raw)
  To: lgirdwood, broonie, robh, krzk+dt, conor+dt, perex, tiwai,
	linux-sound, devicetree
  Cc: cix-kernel-upstream, Joakim Zhang

From: Joakim Zhang <joakim.zhang@cixtech.com>

This patch set adds CIX IPBLOQ HDA controller support.

Joakim Zhang (3):
  dt-bindings: sound: add binding for CIX IPBLOQ HDA controller
  ALSA: hda: add bus callback for address translation
  ALSA: hda: add CIX IPBLOQ HDA controller support

 .../bindings/sound/cix,ipbloq-hda.yaml        |  69 +++
 include/sound/hdaudio.h                       |   3 +
 sound/hda/controllers/Kconfig                 |  13 +
 sound/hda/controllers/Makefile                |   2 +
 sound/hda/controllers/cix-ipbloq.c            | 470 ++++++++++++++++++
 sound/hda/core/controller.c                   |  25 +-
 sound/hda/core/stream.c                       |  17 +-
 7 files changed, 590 insertions(+), 9 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/sound/cix,ipbloq-hda.yaml
 create mode 100644 sound/hda/controllers/cix-ipbloq.c

-- 
2.49.0


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2025-11-03 11:30 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-30 11:09 [PATCH V1 0/3] ALSA: hda: add CIX IPBLOQ HDA controller support joakim.zhang
2025-10-30 11:09 ` [PATCH V1 1/3] dt-bindings: sound: add binding for CIX IPBLOQ HDA controller joakim.zhang
2025-10-31  8:58   ` Krzysztof Kozlowski
2025-10-31  9:28     ` Krzysztof Kozlowski
2025-10-31 14:57     ` Conor Dooley
2025-11-03 10:36     ` Joakim  Zhang
2025-10-30 11:09 ` [PATCH V1 2/3] ALSA: hda: add bus callback for address translation joakim.zhang
2025-10-31 11:28   ` Takashi Iwai
2025-11-03 11:30     ` Joakim  Zhang
2025-10-30 11:09 ` [PATCH V1 3/3] ALSA: hda: add CIX IPBLOQ HDA controller support joakim.zhang
2025-10-31  9:05   ` Krzysztof Kozlowski
2025-10-31  9:57     ` Takashi Iwai
2025-11-03 10:43     ` Joakim  Zhang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).