Home | History | Annotate | Download | only in paudio

Lines Matching full:paud_change

243 	audio_change  paud_change;
463 paud_change.input = AUDIO_IGNORE; /* the new input source */
464 paud_change.output = OUTPUT_1; /* EXTERNAL_SPEAKER,INTERNAL_SPEAKER,OUTPUT_1 */
465 paud_change.monitor = AUDIO_IGNORE; /* the new monitor state */
466 paud_change.volume = 0x7fffffff; /* volume level [0-0x7fffffff] */
467 paud_change.volume_delay = AUDIO_IGNORE; /* the new volume delay */
468 paud_change.balance = 0x3fffffff; /* the new balance */
469 paud_change.balance_delay = AUDIO_IGNORE; /* the new balance delay */
470 paud_change.treble = AUDIO_IGNORE; /* the new treble state */
471 paud_change.bass = AUDIO_IGNORE; /* the new bass state */
472 paud_change.pitch = AUDIO_IGNORE; /* the new pitch state */
475 paud_control.request_info = (char*)&paud_change;