mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 02:53:36 +02:00
Codec DAI endpoint for TXDAC. The codec does only a few things - set up decimation - enable codec and I2S output - ensures the driver doesn't have dac overwrite enabled. (unmute the output) Signed-off-by: Anton D. Stavinskii <stavinsky@gmail.com> Link: https://patch.msgid.link/20260120-cv1800b-i2s-driver-v4-5-6ef787dc6426@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
6 lines
238 B
Makefile
6 lines
238 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Sophgo Platform Support
|
|
obj-$(CONFIG_SND_SOC_CV1800B_TDM) += cv1800b-tdm.o
|
|
obj-$(CONFIG_SND_SOC_CV1800B_ADC_CODEC) += cv1800b-sound-adc.o
|
|
obj-$(CONFIG_SND_SOC_CV1800B_DAC_CODEC) += cv1800b-sound-dac.o
|