Re: [PATCH v1 0/2] ASoC: tegra: Add RT5631 machine driver

From: Dmitry Osipenko
Date: Wed Feb 03 2021 - 16:43:13 EST


02.02.2021 16:23, Jon Hunter пишет:
>
> On 31/01/2021 18:40, Ion Agorria wrote:
>> From: Ion Agorria <ion@xxxxxxxxxxx>
>>
>> Adds support for Tegra SoC devices with RT5631 sound codec.
>> Playback to speakers, headphones and internal mic recording works.
>>
>> This driver is used for ASUS Transformer TF201, TF700T and others
>> Tegra based devices containing RT5631.
>>
>> Svyatoslav Ryhel (2):
>> ASoC: dt-bindings: tegra: Add binding for RT5631
>> ASoC: tegra: Add RT5631 machine driver
>>
>> .../sound/nvidia,tegra-audio-rt5631.yaml | 134 +++++++++
>> sound/soc/tegra/Kconfig | 8 +
>> sound/soc/tegra/Makefile | 2 +
>> sound/soc/tegra/tegra_rt5631.c | 261 ++++++++++++++++++
>> 4 files changed, 405 insertions(+)
>> create mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra-audio-rt5631.yaml
>> create mode 100644 sound/soc/tegra/tegra_rt5631.c
>
>
> I don't see any user of this driver included. Any reason why?

They should come a bit later. The TF201/300T device-trees should be in a
good state already, we just need to finalize them for upstream and send out.

IIUC, the audio codec and dock station drivers are the most noticeable
missing parts in upsteam kernel. Ion and Svyatoslav should be able to
clarify the state of the devices in a more details.