OSDN Git Service

ASoC: codecs: Add uda1334 codec driver
authorAndra Danciu <andradanciu1997@gmail.com>
Wed, 31 Jul 2019 11:19:30 +0000 (14:19 +0300)
committerMark Brown <broonie@kernel.org>
Wed, 31 Jul 2019 11:26:47 +0000 (12:26 +0100)
commitcaa918ef14065b812737f3ee4ac349dcfff196e6
tree368af04566fa00497db0953e17173c55cc44d5e5
parentd6de65fde51644f6ed6b1c0c05fef6a2da5ff768
ASoC: codecs: Add uda1334 codec driver

The UDA1334BTS supports the I2S-bus data format with word lengths of up
to 24 bits serial data format and has basic features such as de-emphasis
(at 44.1 kHz sampling rate) and mute.

Datasheet can be found at:
https://www.nxp.com/docs/en/data-sheet/UDA1334BTS.pdf

Cc: Daniel Baluta <daniel.baluta@nxp.com>
Signed-off-by: Andra Danciu <andradanciu1997@gmail.com>
Link: https://lore.kernel.org/r/20190731111930.20230-3-andradanciu1997@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/uda1334.c [new file with mode: 0644]