]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: codecs: add support for the TI SRC4392 codec
authorMatt Flax <flatmax@flatmax.com>
Wed, 10 Aug 2022 01:32:13 +0000 (11:32 +1000)
committerMark Brown <broonie@kernel.org>
Mon, 15 Aug 2022 00:19:57 +0000 (01:19 +0100)
commit4e6bedd3c396014ba70de2b4c9995c8e024e82b3
tree7837bc8c3e85104e171a4ba79f34300b3e79a530
parent98c17a01bc5965047890bd30c95966007234e6d1
ASoC: codecs: add support for the TI SRC4392 codec

The src4xxx keyword is used for future capability to integrate
other codecs similar to the src4392 to the same code base.

Signed-off-by: Matt Flax <flatmax@flatmax.com>
Link: https://lore.kernel.org/r/20220810013213.1544645-1-flatmax@flatmax.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/src4xxx-i2c.c [new file with mode: 0644]
sound/soc/codecs/src4xxx.c [new file with mode: 0644]
sound/soc/codecs/src4xxx.h [new file with mode: 0644]