Advertisement
Guest User

Untitled

a guest
Mar 28th, 2014
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.96 KB | None | 0 0
  1. state.SB {
  2. control.1 {
  3. iface MIXER
  4. name 'Front Playback Volume'
  5. value.0 42
  6. value.1 42
  7. comment {
  8. access 'read write'
  9. type INTEGER
  10. count 2
  11. range '0 - 42'
  12. dbmin -6300
  13. dbmax 0
  14. dbvalue.0 0
  15. dbvalue.1 0
  16. }
  17. }
  18. control.2 {
  19. iface MIXER
  20. name 'Front Playback Switch'
  21. value.0 true
  22. value.1 true
  23. comment {
  24. access 'read write'
  25. type BOOLEAN
  26. count 2
  27. }
  28. }
  29. control.3 {
  30. iface MIXER
  31. name 'Surround Playback Volume'
  32. value.0 42
  33. value.1 42
  34. comment {
  35. access 'read write'
  36. type INTEGER
  37. count 2
  38. range '0 - 42'
  39. dbmin -6300
  40. dbmax 0
  41. dbvalue.0 0
  42. dbvalue.1 0
  43. }
  44. }
  45. control.4 {
  46. iface MIXER
  47. name 'Surround Playback Switch'
  48. value.0 true
  49. value.1 true
  50. comment {
  51. access 'read write'
  52. type BOOLEAN
  53. count 2
  54. }
  55. }
  56. control.5 {
  57. iface MIXER
  58. name 'Center Playback Volume'
  59. value 42
  60. comment {
  61. access 'read write'
  62. type INTEGER
  63. count 1
  64. range '0 - 42'
  65. dbmin -6300
  66. dbmax 0
  67. dbvalue.0 0
  68. }
  69. }
  70. control.6 {
  71. iface MIXER
  72. name 'LFE Playback Volume'
  73. value 42
  74. comment {
  75. access 'read write'
  76. type INTEGER
  77. count 1
  78. range '0 - 42'
  79. dbmin -6300
  80. dbmax 0
  81. dbvalue.0 0
  82. }
  83. }
  84. control.7 {
  85. iface MIXER
  86. name 'Center Playback Switch'
  87. value true
  88. comment {
  89. access 'read write'
  90. type BOOLEAN
  91. count 1
  92. }
  93. }
  94. control.8 {
  95. iface MIXER
  96. name 'LFE Playback Switch'
  97. value true
  98. comment {
  99. access 'read write'
  100. type BOOLEAN
  101. count 1
  102. }
  103. }
  104. control.9 {
  105. iface MIXER
  106. name 'Side Playback Volume'
  107. value.0 42
  108. value.1 42
  109. comment {
  110. access 'read write'
  111. type INTEGER
  112. count 2
  113. range '0 - 42'
  114. dbmin -6300
  115. dbmax 0
  116. dbvalue.0 0
  117. dbvalue.1 0
  118. }
  119. }
  120. control.10 {
  121. iface MIXER
  122. name 'Side Playback Switch'
  123. value.0 true
  124. value.1 true
  125. comment {
  126. access 'read write'
  127. type BOOLEAN
  128. count 2
  129. }
  130. }
  131. control.11 {
  132. iface MIXER
  133. name 'Headphone Playback Switch'
  134. value.0 true
  135. value.1 true
  136. comment {
  137. access 'read write'
  138. type BOOLEAN
  139. count 2
  140. }
  141. }
  142. control.12 {
  143. iface MIXER
  144. name 'Rear Mic Playback Volume'
  145. value.0 0
  146. value.1 0
  147. comment {
  148. access 'read write'
  149. type INTEGER
  150. count 2
  151. range '0 - 31'
  152. dbmin -3450
  153. dbmax 1200
  154. dbvalue.0 -3450
  155. dbvalue.1 -3450
  156. }
  157. }
  158. control.13 {
  159. iface MIXER
  160. name 'Rear Mic Playback Switch'
  161. value.0 false
  162. value.1 false
  163. comment {
  164. access 'read write'
  165. type BOOLEAN
  166. count 2
  167. }
  168. }
  169. control.14 {
  170. iface MIXER
  171. name 'Front Mic Playback Volume'
  172. value.0 0
  173. value.1 0
  174. comment {
  175. access 'read write'
  176. type INTEGER
  177. count 2
  178. range '0 - 31'
  179. dbmin -3450
  180. dbmax 1200
  181. dbvalue.0 -3450
  182. dbvalue.1 -3450
  183. }
  184. }
  185. control.15 {
  186. iface MIXER
  187. name 'Front Mic Playback Switch'
  188. value.0 false
  189. value.1 false
  190. comment {
  191. access 'read write'
  192. type BOOLEAN
  193. count 2
  194. }
  195. }
  196. control.16 {
  197. iface MIXER
  198. name 'Line Playback Volume'
  199. value.0 0
  200. value.1 0
  201. comment {
  202. access 'read write'
  203. type INTEGER
  204. count 2
  205. range '0 - 31'
  206. dbmin -3450
  207. dbmax 1200
  208. dbvalue.0 -3450
  209. dbvalue.1 -3450
  210. }
  211. }
  212. control.17 {
  213. iface MIXER
  214. name 'Line Playback Switch'
  215. value.0 false
  216. value.1 false
  217. comment {
  218. access 'read write'
  219. type BOOLEAN
  220. count 2
  221. }
  222. }
  223. control.18 {
  224. iface MIXER
  225. name 'Auto-Mute Mode'
  226. value Enabled
  227. comment {
  228. access 'read write'
  229. type ENUMERATED
  230. count 1
  231. item.0 Disabled
  232. item.1 Enabled
  233. }
  234. }
  235. control.19 {
  236. iface MIXER
  237. name 'Capture Source'
  238. value 'Rear Mic'
  239. comment {
  240. access 'read write'
  241. type ENUMERATED
  242. count 1
  243. item.0 'Rear Mic'
  244. item.1 'Front Mic'
  245. item.2 Line
  246. }
  247. }
  248. control.20 {
  249. iface MIXER
  250. name 'Capture Volume'
  251. value.0 31
  252. value.1 31
  253. comment {
  254. access 'read write'
  255. type INTEGER
  256. count 2
  257. range '0 - 31'
  258. dbmin -1650
  259. dbmax 3000
  260. dbvalue.0 3000
  261. dbvalue.1 3000
  262. }
  263. }
  264. control.21 {
  265. iface MIXER
  266. name 'Capture Switch'
  267. value.0 true
  268. value.1 true
  269. comment {
  270. access 'read write'
  271. type BOOLEAN
  272. count 2
  273. }
  274. }
  275. control.22 {
  276. iface MIXER
  277. name 'Rear Mic Boost Volume'
  278. value.0 0
  279. value.1 0
  280. comment {
  281. access 'read write'
  282. type INTEGER
  283. count 2
  284. range '0 - 3'
  285. dbmin 0
  286. dbmax 3075
  287. dbvalue.0 0
  288. dbvalue.1 0
  289. }
  290. }
  291. control.23 {
  292. iface MIXER
  293. name 'Front Mic Boost Volume'
  294. value.0 0
  295. value.1 0
  296. comment {
  297. access 'read write'
  298. type INTEGER
  299. count 2
  300. range '0 - 3'
  301. dbmin 0
  302. dbmax 3075
  303. dbvalue.0 0
  304. dbvalue.1 0
  305. }
  306. }
  307. control.24 {
  308. iface MIXER
  309. name 'IEC958 Playback Con Mask'
  310. value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  311. comment {
  312. access read
  313. type IEC958
  314. count 1
  315. }
  316. }
  317. control.25 {
  318. iface MIXER
  319. name 'IEC958 Playback Pro Mask'
  320. value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  321. comment {
  322. access read
  323. type IEC958
  324. count 1
  325. }
  326. }
  327. control.26 {
  328. iface MIXER
  329. name 'IEC958 Playback Default'
  330. value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  331. comment {
  332. access 'read write'
  333. type IEC958
  334. count 1
  335. }
  336. }
  337. control.27 {
  338. iface MIXER
  339. name 'IEC958 Playback Switch'
  340. value false
  341. comment {
  342. access 'read write'
  343. type BOOLEAN
  344. count 1
  345. }
  346. }
  347. control.28 {
  348. iface MIXER
  349. name 'IEC958 Default PCM Playback Switch'
  350. value true
  351. comment {
  352. access 'read write'
  353. type BOOLEAN
  354. count 1
  355. }
  356. }
  357. control.29 {
  358. iface MIXER
  359. name 'Master Playback Volume'
  360. value 42
  361. comment {
  362. access 'read write'
  363. type INTEGER
  364. count 1
  365. range '0 - 42'
  366. dbmin -6300
  367. dbmax 0
  368. dbvalue.0 0
  369. }
  370. }
  371. control.30 {
  372. iface MIXER
  373. name 'Master Playback Switch'
  374. value true
  375. comment {
  376. access 'read write'
  377. type BOOLEAN
  378. count 1
  379. }
  380. }
  381. control.31 {
  382. iface CARD
  383. name 'Rear Mic Jack'
  384. value true
  385. comment {
  386. access read
  387. type BOOLEAN
  388. count 1
  389. }
  390. }
  391. control.32 {
  392. iface CARD
  393. name 'Front Mic Jack'
  394. value false
  395. comment {
  396. access read
  397. type BOOLEAN
  398. count 1
  399. }
  400. }
  401. control.33 {
  402. iface CARD
  403. name 'Line Jack'
  404. value false
  405. comment {
  406. access read
  407. type BOOLEAN
  408. count 1
  409. }
  410. }
  411. control.34 {
  412. iface CARD
  413. name 'Line Out Front Jack'
  414. value true
  415. comment {
  416. access read
  417. type BOOLEAN
  418. count 1
  419. }
  420. }
  421. control.35 {
  422. iface CARD
  423. name 'Line Out Surround Jack'
  424. value false
  425. comment {
  426. access read
  427. type BOOLEAN
  428. count 1
  429. }
  430. }
  431. control.36 {
  432. iface CARD
  433. name 'Line Out CLFE Jack'
  434. value false
  435. comment {
  436. access read
  437. type BOOLEAN
  438. count 1
  439. }
  440. }
  441. control.37 {
  442. iface CARD
  443. name 'Line Out Side Jack'
  444. value false
  445. comment {
  446. access read
  447. type BOOLEAN
  448. count 1
  449. }
  450. }
  451. control.38 {
  452. iface CARD
  453. name 'Front Headphone Jack'
  454. value false
  455. comment {
  456. access read
  457. type BOOLEAN
  458. count 1
  459. }
  460. }
  461. control.39 {
  462. iface CARD
  463. name 'HDMI Phantom Jack'
  464. value true
  465. comment {
  466. access read
  467. type BOOLEAN
  468. count 1
  469. }
  470. }
  471. control.40 {
  472. iface CARD
  473. name 'SPDIF Phantom Jack'
  474. value true
  475. comment {
  476. access read
  477. type BOOLEAN
  478. count 1
  479. }
  480. }
  481. control.41 {
  482. iface MIXER
  483. name 'Dynamic Power-Control'
  484. value Disabled
  485. comment {
  486. access 'read write'
  487. type ENUMERATED
  488. count 1
  489. item.0 Disabled
  490. item.1 Enabled
  491. }
  492. }
  493. control.42 {
  494. iface PCM
  495. name 'Playback Channel Map'
  496. value.0 0
  497. value.1 0
  498. value.2 0
  499. value.3 0
  500. value.4 0
  501. value.5 0
  502. value.6 0
  503. value.7 0
  504. comment {
  505. access read
  506. type INTEGER
  507. count 8
  508. range '0 - 36'
  509. }
  510. }
  511. control.43 {
  512. iface PCM
  513. name 'Capture Channel Map'
  514. value.0 0
  515. value.1 0
  516. comment {
  517. access read
  518. type INTEGER
  519. count 2
  520. range '0 - 36'
  521. }
  522. }
  523. control.44 {
  524. iface PCM
  525. device 3
  526. name 'Playback Channel Map'
  527. value.0 0
  528. value.1 0
  529. comment {
  530. access read
  531. type INTEGER
  532. count 2
  533. range '0 - 36'
  534. }
  535. }
  536. control.45 {
  537. iface MIXER
  538. name 'PCM Playback Volume'
  539. value.0 255
  540. value.1 255
  541. comment {
  542. access 'read write user'
  543. type INTEGER
  544. count 2
  545. range '0 - 255'
  546. tlv '0000000100000008ffffec1400000014'
  547. dbmin -5100
  548. dbmax 0
  549. dbvalue.0 0
  550. dbvalue.1 0
  551. }
  552. }
  553. control.46 {
  554. iface MIXER
  555. name 'Digital Capture Volume'
  556. value.0 60
  557. value.1 60
  558. comment {
  559. access 'read write user'
  560. type INTEGER
  561. count 2
  562. range '0 - 120'
  563. tlv '0000000100000008fffff44800000032'
  564. dbmin -3000
  565. dbmax 3000
  566. dbvalue.0 0
  567. dbvalue.1 0
  568. }
  569. }
  570. }
  571. state.Camera {
  572. control.1 {
  573. iface PCM
  574. name 'Capture Channel Map'
  575. value 0
  576. comment {
  577. access read
  578. type INTEGER
  579. count 1
  580. range '0 - 36'
  581. }
  582. }
  583. control.2 {
  584. iface MIXER
  585. name 'Mic Capture Switch'
  586. value true
  587. comment {
  588. access 'read write'
  589. type BOOLEAN
  590. count 1
  591. }
  592. }
  593. control.3 {
  594. iface MIXER
  595. name 'Mic Capture Volume'
  596. value 15
  597. comment {
  598. access 'read write'
  599. type INTEGER
  600. count 1
  601. range '0 - 15'
  602. dbmin 800
  603. dbmax 5300
  604. dbvalue.0 5300
  605. }
  606. }
  607. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement