ASLA" aplay"不允许操作

时间:2015-06-24 22:36:54

标签: raspberry-pi alsa raspberry-pi2 debian-based

我正在使用RPB2我尝试通过模拟输出输出声音.wav,但是当我尝试播放时,它会说" errror -1 operattion not permited" ...我检查了组和我的用户所属的,也是我的" 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:我不能更新或升级,因为我使用的是特定操作系统版本

0 个答案:

没有答案