Skip to content

Commit

Permalink
dasharo-compatibility/31F-audio-subsystem.md: add warning
Browse files Browse the repository at this point in the history
Signed-off-by: Wiktor Mowinski <[email protected]>
  • Loading branch information
wiktormowinski committed Nov 14, 2024
1 parent 7217130 commit 887177f
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,17 @@ connecting the external display using the HDMI cable.
amixer -c 0 contents | grep -A 2 'HDMI/DP,pcm=3'
```

!!! warning

on DUTs with more than one audio adapter, you might need to change
value of `-c` parameter in order to find the actual location of
HDMI card
i.e.:

```bash
amixer -c 1 contents | grep -A 2 'HDMI/DP,pcm=3'
```

1. Disconnect the headset from the laptop.
1. Execute the following command again:

Expand Down

0 comments on commit 887177f

Please sign in to comment.