All of lore.kernel.org
 help / color / mirror / Atom feed
* rt721: capture switches (FU0F/FU1E) default to OFF on AMD SoundWire
       [not found] <18bfb6a4d2407600-webhooks-bot@alsa-project.org>
@ 2026-07-06 13:33 ` GitHub issues - opened
  0 siblings, 0 replies; 3+ messages in thread
From: GitHub issues - opened @ 2026-07-06 13:33 UTC (permalink / raw)
  To: alsa-devel

alsa-project/alsa-ucm-conf issue #805 was opened from BenSharir:

The RT721 codec capture switches for ASUS ProArt PX13 (AMD SoundWire) default to OFF, which mutes the DMIC microphone.

**Symptom**: Microphone records silence despite being selected in the system settings.

**Cause**: The following ALSA mixer controls are off by default:
- 
- 

**Proposed Fix**: The UCM profile should enable these switches by default in the HiFi verb.

**Hardware**: 
- Laptop: ASUS ProArt PX13
- Chipset: AMD ACP70 SoundWire
- Codec: Realtek RT721

**Workaround**:

Issue URL     : https://github.com/alsa-project/alsa-ucm-conf/issues/805
Repository URL: https://github.com/alsa-project/alsa-ucm-conf

^ permalink raw reply	[flat|nested] 3+ messages in thread

* rt721: capture switches (FU0F/FU1E) default to OFF on AMD SoundWire
       [not found] <18bfb758969b4d00-webhooks-bot@alsa-project.org>
@ 2026-07-06 13:46 ` GitHub issues - edited
  0 siblings, 0 replies; 3+ messages in thread
From: GitHub issues - edited @ 2026-07-06 13:46 UTC (permalink / raw)
  To: alsa-devel

alsa-project/alsa-ucm-conf issue #805 was edited from BenSharir:

The RT721 codec capture switches for ASUS ProArt PX13 (AMD SoundWire) default to OFF, which mutes the DMIC microphone.

**Symptom**: Microphone records silence despite being selected in system settings.

**Cause**: The following ALSA mixer controls are off by default:
- `rt721 FU0F Capture Switch`: off,off
- `rt721 FU1E Capture Switch`: off,off,off,off

**Proposed Fix**: The UCM profile should enable these switches by default in the HiFi verb.

**Hardware**:
- Laptop: ASUS ProArt PX13 HN7306EAC
- Chipset: AMD ACP70 SoundWire
- Codec: Realtek RT721
- Card components: `cfg-amp:2 mic:acp-dmic cfg-mics:1 hs:rt721`

**System Info**:
- OS: Fedora 44
- Kernel: 7.0.13-200.fc44.x86_64
- alsa-ucm: 1.2.16.1-1.fc44

**Workaround**:
```bash
amixer -c 1 cset name='rt721 FU0F Capture Switch' on,on
amixer -c 1 cset name='rt721 FU1E Capture Switch' on,on,on,on
```

**Verification**:
```bash
# Record 5 seconds of audio
timeout 5 arecord -D hw:amdsoundwire,4 -f S32_LE -r 48000 -c 2 /tmp/mic-test.wav
# Play back
aplay /tmp/mic-test.wav
```

Issue URL     : https://github.com/alsa-project/alsa-ucm-conf/issues/805
Repository URL: https://github.com/alsa-project/alsa-ucm-conf

^ permalink raw reply	[flat|nested] 3+ messages in thread

* rt721: capture switches (FU0F/FU1E) default to OFF on AMD SoundWire
       [not found] <18bfb79a0ba56500-webhooks-bot@alsa-project.org>
@ 2026-07-06 13:50 ` GitHub issues - edited
  0 siblings, 0 replies; 3+ messages in thread
From: GitHub issues - edited @ 2026-07-06 13:50 UTC (permalink / raw)
  To: alsa-devel

alsa-project/alsa-ucm-conf issue #805 was edited from BenSharir:

The RT721 codec capture switches for ASUS ProArt PX13 (AMD SoundWire) default to OFF, which mutes the DMIC microphone.

**Symptom**: Microphone records silence despite being selected in system settings.

**Cause**: The following ALSA mixer controls are off by default:
- `rt721 FU0F Capture Switch`: off,off
- `rt721 FU1E Capture Switch`: off,off,off,off

**Proposed Fix**: The UCM profile should enable these switches by default in the HiFi verb, similar to how other codecs handle capture enablement.

**Hardware**:
- Laptop: ASUS ProArt PX13 HN7306EAC
- Chipset: AMD ACP70 SoundWire
- Codec: Realtek RT721
- Amplifiers: TI TAS2783 (x2)
- Card components: `cfg-amp:2 mic:acp-dmic cfg-mics:1 hs:rt721`

**System Info**:
- OS: Fedora 44
- Kernel: 7.0.13-200.fc44.x86_64
- alsa-ucm: 1.2.16.1-1.fc44
- PipeWire: 1.6.7

**Workaround**:
```bash
amixer -c 1 cset name='rt721 FU0F Capture Switch' on,on
amixer -c 1 cset name='rt721 FU1E Capture Switch' on,on,on,on
```

**Verification**:
```bash
# Record 5 seconds of audio
timeout 5 arecord -D hw:amdsoundwire,4 -f S32_LE -r 48000 -c 2 /tmp/mic-test.wav
# Play back
aplay /tmp/mic-test.wav
```

---

**Related**: This system also required a TAS2783 firmware symlink fix for speaker audio. That issue was already addressed upstream in kernel commit [e26bb459d0f3](https://git.kernel.org/broonie/sound/c/e26bb459d0f3) ("ASoC: tas2783: Update loaded firmware names to linux-firmware 20260519"), merged for Linux 7.2.

Issue URL     : https://github.com/alsa-project/alsa-ucm-conf/issues/805
Repository URL: https://github.com/alsa-project/alsa-ucm-conf

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-07-06 13:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <18bfb6a4d2407600-webhooks-bot@alsa-project.org>
2026-07-06 13:33 ` rt721: capture switches (FU0F/FU1E) default to OFF on AMD SoundWire GitHub issues - opened
     [not found] <18bfb758969b4d00-webhooks-bot@alsa-project.org>
2026-07-06 13:46 ` GitHub issues - edited
     [not found] <18bfb79a0ba56500-webhooks-bot@alsa-project.org>
2026-07-06 13:50 ` GitHub issues - edited

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.