| .. | .. |
|---|
| 13 | 13 | See ../reset/reset.txt for details. |
|---|
| 14 | 14 | - reset-names : Must include the following entries: hda, hda2hdmi, hda2codec_2x |
|---|
| 15 | 15 | |
|---|
| 16 | +Optional properties: |
|---|
| 17 | +- nvidia,model : The user-visible name of this sound complex. Since the property |
|---|
| 18 | + is optional, legacy boards can use default name provided in hda driver. |
|---|
| 19 | + |
|---|
| 16 | 20 | Example: |
|---|
| 17 | 21 | |
|---|
| 18 | 22 | hda@70030000 { |
|---|
| .. | .. |
|---|
| 27 | 31 | <&tegra_car 128>, /* hda2hdmi */ |
|---|
| 28 | 32 | <&tegra_car 111>; /* hda2codec_2x */ |
|---|
| 29 | 33 | reset-names = "hda", "hda2hdmi", "hda2codec_2x"; |
|---|
| 34 | + nvidia,model = "jetson-tk1-hda"; |
|---|
| 30 | 35 | }; |
|---|