addjust capture volume
This commit is contained in:
parent
de2a437790
commit
54f2b2ccc9
1 changed files with 12 additions and 12 deletions
24
asound.state
24
asound.state
|
@ -164,7 +164,7 @@ state.seeedvoicecard {
|
|||
control.8 {
|
||||
iface MIXER
|
||||
name 'Right Input Boost Mixer RINPUT1 Volume'
|
||||
value 0
|
||||
value 3
|
||||
comment {
|
||||
access 'read write'
|
||||
type INTEGER
|
||||
|
@ -172,13 +172,13 @@ state.seeedvoicecard {
|
|||
range '0 - 3'
|
||||
dbmin 0
|
||||
dbmax 2900
|
||||
dbvalue.0 0
|
||||
dbvalue.0 2900
|
||||
}
|
||||
}
|
||||
control.9 {
|
||||
iface MIXER
|
||||
name 'Left Input Boost Mixer LINPUT1 Volume'
|
||||
value 0
|
||||
value 3
|
||||
comment {
|
||||
access 'read write'
|
||||
type INTEGER
|
||||
|
@ -186,7 +186,7 @@ state.seeedvoicecard {
|
|||
range '0 - 3'
|
||||
dbmin 0
|
||||
dbmax 2900
|
||||
dbvalue.0 0
|
||||
dbvalue.0 2900
|
||||
}
|
||||
}
|
||||
control.10 {
|
||||
|
@ -208,8 +208,8 @@ state.seeedvoicecard {
|
|||
control.11 {
|
||||
iface MIXER
|
||||
name 'Headphone Playback Volume'
|
||||
value.0 122
|
||||
value.1 122
|
||||
value.0 127
|
||||
value.1 127
|
||||
comment {
|
||||
access 'read write'
|
||||
type INTEGER
|
||||
|
@ -217,8 +217,8 @@ state.seeedvoicecard {
|
|||
range '0 - 127'
|
||||
dbmin -9999999
|
||||
dbmax 600
|
||||
dbvalue.0 100
|
||||
dbvalue.1 100
|
||||
dbvalue.0 600
|
||||
dbvalue.1 600
|
||||
}
|
||||
}
|
||||
control.12 {
|
||||
|
@ -516,7 +516,7 @@ state.seeedvoicecard {
|
|||
control.37 {
|
||||
iface MIXER
|
||||
name 'Left Output Mixer Boost Bypass Volume'
|
||||
value 2
|
||||
value 0
|
||||
comment {
|
||||
access 'read write'
|
||||
type INTEGER
|
||||
|
@ -524,13 +524,13 @@ state.seeedvoicecard {
|
|||
range '0 - 7'
|
||||
dbmin -2100
|
||||
dbmax 0
|
||||
dbvalue.0 -1500
|
||||
dbvalue.0 -2100
|
||||
}
|
||||
}
|
||||
control.38 {
|
||||
iface MIXER
|
||||
name 'Left Output Mixer LINPUT3 Volume'
|
||||
value 2
|
||||
value 0
|
||||
comment {
|
||||
access 'read write'
|
||||
type INTEGER
|
||||
|
@ -538,7 +538,7 @@ state.seeedvoicecard {
|
|||
range '0 - 7'
|
||||
dbmin -2100
|
||||
dbmax 0
|
||||
dbvalue.0 -1500
|
||||
dbvalue.0 -2100
|
||||
}
|
||||
}
|
||||
control.39 {
|
||||
|
|
Loading…
Reference in a new issue