2

我正在使用 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:我无法进行更新或升级,因为我使用的是特定的操作系统版本

4

0 回答 0