commands.sh

spa-acp-tool

linux

Debug ALSA card profile probing without running PipeWire.

More info →

Options (8)

boolean

List all ALSA objects

Example: spa-acp-tool {{[l|list]}}
boolean

Probe a specific ALSA card by ID

Example: spa-acp-tool {{[c|card]}} {{card_id}}
boolean

List available ALSA profiles for a card

Example: spa-acp-tool {{[lpr|list-profiles]}} {{card_id}}
boolean

Set the active ALSA profile by ID

Example: spa-acp-tool {{[spr|set-profile]}} {{profile_id}}
boolean

List available devices for a card

Example: spa-acp-tool {{[ld|list-devices]}} {{card_id}}
boolean

Get volume from a device

Example: spa-acp-tool {{[gv|get-volume]}} {{device_id}}
boolean

Set volume on a device

Example: spa-acp-tool {{[v|set-volume]}} {{device_id}} {{volume_level}}
boolean

Toggle mute state on a device

Example: spa-acp-tool {{[m|toggle-mute]}} {{device_id}}

Examples (8)

List all ALSA objects

spa-acp-tool [l|list]

Probe a specific ALSA card by ID

spa-acp-tool [c|card] card_id

List available ALSA profiles for a card

spa-acp-tool [lpr|list-profiles] card_id

Set the active ALSA profile by ID

spa-acp-tool [spr|set-profile] profile_id

List available devices for a card

spa-acp-tool [ld|list-devices] card_id

Get volume from a device

spa-acp-tool [gv|get-volume] device_id

Set volume on a device

spa-acp-tool [v|set-volume] device_id volume_level

Toggle mute state on a device

spa-acp-tool [m|toggle-mute] device_id
made by @shridhargupta | data from tldr-pages