Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH v8 0/4] ASoc: PCM6240: mixer-test report
@ 2024-04-03  0:31 Shenghao Ding
  2024-04-03  0:31 ` [PATCH v8 1/4] ASoc: PCM6240: Create PCM6240 Family driver code Shenghao Ding
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Shenghao Ding @ 2024-04-03  0:31 UTC (permalink / raw)
  To: linux-kernel
  Cc: lgirdwood, broonie, robh+dt, krzysztof.kozlowski+dt, conor+dt,
	linux-sound, devicetree, perex, tiwai, 13916275206, mohit.chawla,
	soyer, jkhuang3, tiwai, pdjuandi, manisha.agrawal, aviel,
	hnagalla, praneeth, Baojun.Xu, Shenghao Ding

mixer-test report:
 root@am335x-evm:/bin# mixer-test
 TAP version 13
 # Card 0 - TI BeagleBone Black (TI BeagleBone Black)
 1..7
 ok 1 get_value.0.0
 # 0.0 pcmd3180-i2c-2 Profile id
 ok 2 name.0.0
 ok 3 write_default.0.0
 ok 4 write_valid.0.0
 ok 5 write_invalid.0.0
 ok 6 event_missing.0.0
 ok 7 event_spurious.0.0
 # Totals: pass:7 fail:0 xfail:0 xpass:0 skip:0 error:0
 root@am335x-evm:/bin#

Signed-off-by: Shenghao Ding <shenghao-ding@ti.com>
---
Shenghao Ding (4):
  ASoc: PCM6240: Create PCM6240 Family driver code
  ASoc: PCM6240: Create header file for PCM6240 Family driver code
  ASoc: PCM6240: Add compile item for PCM6240 Family driver
  ASoc: dt-bindings: PCM6240: Add initial DT binding

 .../devicetree/bindings/sound/ti,pcm6240.yaml |  177 ++
 sound/soc/codecs/Kconfig                      |   10 +
 sound/soc/codecs/Makefile                     |    2 +
 sound/soc/codecs/pcm6240.c                    | 2070 +++++++++++++++++
 sound/soc/codecs/pcm6240.h                    |  236 ++
 5 files changed, 2495 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/ti,pcm6240.yaml
 create mode 100644 sound/soc/codecs/pcm6240.c
 create mode 100644 sound/soc/codecs/pcm6240.h

-- 
2.34.1


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

end of thread, other threads:[~2024-04-05 14:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-03  0:31 [PATCH v8 0/4] ASoc: PCM6240: mixer-test report Shenghao Ding
2024-04-03  0:31 ` [PATCH v8 1/4] ASoc: PCM6240: Create PCM6240 Family driver code Shenghao Ding
2024-04-05 14:09   ` Mark Brown
2024-04-03  0:31 ` [PATCH v8 2/4] ASoc: PCM6240: Create header file for " Shenghao Ding
2024-04-03  0:31 ` [PATCH v8 3/4] ASoc: PCM6240: Add compile item for PCM6240 Family driver Shenghao Ding
2024-04-03  0:31 ` [PATCH v8 4/4] ASoc: dt-bindings: PCM6240: Add initial DT binding Shenghao Ding
2024-04-05 13:40 ` [PATCH v8 0/4] ASoc: PCM6240: mixer-test report Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox