1
0
Fork 0

arm64: tegra: custom name for hda sound card

"nvidia,model" property is added to pass custom name for hda sound card.
This is parsed in hda driver and used for card name. This aligns with the
way with which sound cards are named in general.

This patch populates above for jetson-tx1, jetson-tx2 and jetson-xavier.

Signed-off-by: Sameer Pujar <spujar@nvidia.com>
Reviewed-by: Jonathan Hunter <jonathanh@nvidia.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
hifive-unleashed-5.1
Sameer Pujar 2019-02-20 20:43:23 +05:30 committed by Takashi Iwai
parent a0d183c329
commit 11ce430830
3 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,7 @@
};
hda@3510000 {
nvidia,model = "jetson-tx2-hda";
status = "okay";
};

View File

@ -25,6 +25,7 @@
};
hda@3510000 {
nvidia,model = "jetson-xavier-hda";
status = "okay";
};

View File

@ -1331,6 +1331,7 @@
};
hda@70030000 {
nvidia,model = "jetson-tx1-hda";
status = "okay";
};