OSDN Git Service

ASoC: fsl_mqs: Add MQS component driver
authorShengjiu Wang <shengjiu.wang@nxp.com>
Fri, 13 Sep 2019 09:42:14 +0000 (17:42 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 1 Oct 2019 11:08:38 +0000 (12:08 +0100)
commit9e28f6532c611c0c3fa759d2101aba9f0d41e860
tree6e4b2123dd2c185db4265dd7c9b874a9343d014a
parent75234212c446cef3272a025b588b2e418158ed30
ASoC: fsl_mqs: Add MQS component driver

MQS (medium quality sound), is used to generate medium quality
audio via a standard digital output pin. It can be used to
connect stereo speakers or headphones simply via power amplifier
stages without an additional DAC chip. It only accepts 2-channel,
LSB-valid 16bit, MSB shift-out first, frame sync asserting with
the first bit of the frame, data shifted with the posedge of
bit clock, 44.1 kHz or 48 kHz signals from SAI1 in left justified
format; and it provides the SNR target as no more than 20dB for
the signals below 10 kHz. The signals above 10 kHz will have
worse THD+N values.

MQS provides only simple audio reproduction. No internal pop,
click or distortion artifact reduction methods are provided.

The MQS receives the audio data from the SAI1 Tx section.

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Acked-by: Nicolin Chen <nicoleotsuka@gmail.com>
Link: https://lore.kernel.org/r/74dfc73a92d2df4213225abe7d2a3db82672fe0f.1568367274.git.shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/Kconfig
sound/soc/fsl/Makefile
sound/soc/fsl/fsl_mqs.c [new file with mode: 0644]