FunKey-OS/FunKey/board/funkey/rootfs-overlay/usr/local/sbin/volume_get_alsa

5 lines
88 B
Bash
Executable File

#!/bin/sh
amixer sget 'Headphone' | tail -1 | cut -d' ' -f7 | sed 's/[^0-9]//g'
exit 0