Message ID | 20240403003159.389-1-shenghao-ding@ti.com (mailing list archive) |
---|---|
Headers | show |
Series | ASoc: PCM6240: mixer-test report | expand |
On Wed, Apr 03, 2024 at 08:31:54AM +0800, Shenghao Ding wrote: > 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# None of the additional %s-i2c-%d-dev%d-ch%d-ana-gain type controls appear to have shown up here - what's the story there?
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