7 Jul
2022
7 Jul
'22
1:59 p.m.
On Thu, Jul 07, 2022 at 06:26:31PM +0800, Raphael-Xu wrote:
1.update Kconfig and Makefile 2.add tas2780.c and tas2780.h
Signed-off-by: Raphael-Xu 13691752556@139.com
sound/soc/codecs/Kconfig | 8 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/tas2780.c | 663 +++++++++++++++++++++++++++++++++++++ sound/soc/codecs/tas2780.h | 101 ++++++ 4 files changed, 774 insertions(+) create mode 100644 sound/soc/codecs/tas2780.c create mode 100644 sound/soc/codecs/tas2780.h
You need to send a DT binding document for any new bindings. Normally both driver and binding document are sent as part of a single patch series.