mbox series

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

Message ID 20210131184101.651486-1-AG0RRIA@yahoo.com (mailing list archive)
Headers show
Series ASoC: tegra: Add RT5631 machine driver | expand

Message

Ion Agorria Jan. 31, 2021, 6:40 p.m. UTC
From: Ion Agorria <ion@agorria.com>

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

Comments

Dmitry Osipenko Feb. 3, 2021, 9:42 p.m. UTC | #1
02.02.2021 16:23, Jon Hunter пишет:
> 
> On 31/01/2021 18:40, Ion Agorria wrote:
>> From: Ion Agorria <ion@agorria.com>
>>
>> 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.