mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 04:59:04 +07:00
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>
This commit is contained in:
parent
a0d183c329
commit
11ce430830
@ -52,6 +52,7 @@ sdhci@3400000 {
|
||||
};
|
||||
|
||||
hda@3510000 {
|
||||
nvidia,model = "jetson-tx2-hda";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
@ -25,6 +25,7 @@ pwm@c340000 {
|
||||
};
|
||||
|
||||
hda@3510000 {
|
||||
nvidia,model = "jetson-xavier-hda";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
@ -1331,6 +1331,7 @@ sata@70020000 {
|
||||
};
|
||||
|
||||
hda@70030000 {
|
||||
nvidia,model = "jetson-tx1-hda";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user