Skip to content

Commit

Permalink
dasharo-compatibility/31F-audio-subsystem.md: update command
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 3ccc81f
Showing 1 changed file with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -548,29 +548,26 @@ connecting the external display using the HDMI cable.
1. Open a terminal window and execute the following command:

```bash
amixer -c 0 contents | grep -A 2 'HDMI/DP,pcm=3'
pactl list cards | grep "hdmi-output" | grep -v "not available
```
1. Disconnect the headset from the laptop.
1. Execute the following command again:
```bash
amixer -c 0 contents | grep -A 2 'HDMI/DP,pcm=3'
pactl list cards | grep "hdmi-output" | grep -v "not available
```

**Expected result**

1. The output of the first command should not be empty and contains the line:

```text
: values=on
: hdmi-output-0: HDMI / DisplayPort (type: HDMI, priority: 5900, latency
offset: 0 usec, availability group: Legacy 4, available)
```

1. The output of the second command should not be empty and contains the line:

```text
: values=off
```
1. The output of the second command should be empty

## AUD007.002 HDMI Audio recognition (Windows)

Expand Down

0 comments on commit 3ccc81f

Please sign in to comment.