不允许进行ASLA“娱乐”操作

问题描述 投票:1回答:0

我正在使用RPB2,试图通过模拟输出输出声音.wav,但是当我尝试播放时,它说“不允许错误-1操作” ...我检查了这些组,我的用户也属于这是我的“ asound.state”

state.ALSA {
    control.1 {
            iface MIXER
            name 'PCM Playback Volume'
            value -1725
            comment {
                    access 'read write'
                    type INTEGER
                    count 1
                    range '-10239 - 400'
                    dbmin -9999999
                    dbmax 400
                    dbvalue.0 -1725
            }
    }
    control.2 {
            iface MIXER
            name 'PCM Playback Switch'
            value true
            comment {
                    access 'read write'
                    type BOOLEAN
                    count 1
            }
    }
    control.3 {
            iface MIXER
            name 'PCM Playback Route'
            value 1
            comment {
                    access 'read write'
                    type INTEGER
                    count 1
                    range '0 - 2'
            }
    }
}

不知道这是怎么回事。 PD:因为我使用的是特定的操作系统版本,所以无法进行更新或升级

raspberry-pi alsa raspberry-pi2 debian-based
© www.soinside.com 2019 - 2024. All rights reserved.