Comment 3 for bug 1883197

Revision history for this message
Pascal Lambert (plambert001) wrote :

When running `alasactl monitor` and plugging the headset and choose "Headphones", I see the following logs line
```
node hw:0, #21 (0,0,0,Headphone Mic Jack,0) VALUE
node hw:0, #4 (2,0,0,Speaker Playback Switch,0) VALUE
node hw:0, #4 (2,0,0,Speaker Playback Switch,0) VALUE
node hw:0, #3 (2,0,0,Speaker Playback Volume,0) VALUE
node hw:0, #3 (2,0,0,Speaker Playback Volume,0) VALUE
node hw:0, #2 (2,0,0,Headphone Playback Switch,0) VALUE
node hw:0, #2 (2,0,0,Headphone Playback Switch,0) VALUE
node hw:0, #1 (2,0,0,Headphone Playback Volume,0) VALUE
node hw:0, #1 (2,0,0,Headphone Playback Volume,0) VALUE
node hw:0, #16 (2,0,0,Internal Mic Boost Volume,0) VALUE
node hw:0, #16 (2,0,0,Internal Mic Boost Volume,0) VALUE
node hw:0, #15 (2,0,0,Headphone Mic Boost Volume,0) VALUE
node hw:0, #15 (2,0,0,Headphone Mic Boost Volume,0) VALUE
node hw:0, #15 (2,0,0,Headphone Mic Boost Volume,0) VALUE
node hw:0, #16 (2,0,0,Internal Mic Boost Volume,0) VALUE
node hw:0, #16 (2,0,0,Internal Mic Boost Volume,0) VALUE
```

and when I plug it and select "Headset" I see the following log lines
```
node hw:0, #21 (0,0,0,Headphone Mic Jack,0) VALUE
node hw:0, #4 (2,0,0,Speaker Playback Switch,0) VALUE
node hw:0, #4 (2,0,0,Speaker Playback Switch,0) VALUE
node hw:0, #3 (2,0,0,Speaker Playback Volume,0) VALUE
node hw:0, #3 (2,0,0,Speaker Playback Volume,0) VALUE
node hw:0, #2 (2,0,0,Headphone Playback Switch,0) VALUE
node hw:0, #2 (2,0,0,Headphone Playback Switch,0) VALUE
node hw:0, #1 (2,0,0,Headphone Playback Volume,0) VALUE
node hw:0, #1 (2,0,0,Headphone Playback Volume,0) VALUE
node hw:0, #16 (2,0,0,Internal Mic Boost Volume,0) VALUE
node hw:0, #16 (2,0,0,Internal Mic Boost Volume,0) VALUE
node hw:0, #15 (2,0,0,Headphone Mic Boost Volume,0) VALUE
node hw:0, #15 (2,0,0,Headphone Mic Boost Volume,0) VALUE
```

The only difference is when selecting "Headphones" 3 more lines are added
```
node hw:0, #15 (2,0,0,Headphone Mic Boost Volume,0) VALUE
node hw:0, #16 (2,0,0,Internal Mic Boost Volume,0) VALUE
node hw:0, #16 (2,0,0,Internal Mic Boost Volume,0) VALUE

```

But after several plugin/plugout (about a dozen of time) I only see the following log lines regardless of choosing "Headphones" or "Headset" but still no audio coming out to the Headset when choosing "Headset".
```node hw:0, #21 (0,0,0,Headphone Mic Jack,0) VALUE
node hw:0, #4 (2,0,0,Speaker Playback Switch,0) VALUE
node hw:0, #4 (2,0,0,Speaker Playback Switch,0) VALUE
node hw:0, #3 (2,0,0,Speaker Playback Volume,0) VALUE
node hw:0, #3 (2,0,0,Speaker Playback Volume,0) VALUE
node hw:0, #2 (2,0,0,Headphone Playback Switch,0) VALUE
node hw:0, #2 (2,0,0,Headphone Playback Switch,0) VALUE
node hw:0, #1 (2,0,0,Headphone Playback Volume,0) VALUE
node hw:0, #1 (2,0,0,Headphone Playback Volume,0) VALUE
node hw:0, #11 (2,0,0,Capture Source,0) VALUE
node hw:0, #11 (2,0,0,Capture Source,0) VALUE

```