Searched refs:paud_change (Results 1 – 1 of 1) sorted by relevance
237 audio_change paud_change; in PAUDIO_OpenDevice() local445 paud_change.input = AUDIO_IGNORE; /* the new input source */ in PAUDIO_OpenDevice()447 paud_change.monitor = AUDIO_IGNORE; /* the new monitor state */ in PAUDIO_OpenDevice()448 paud_change.volume = 0x7fffffff; /* volume level [0-0x7fffffff] */ in PAUDIO_OpenDevice()449 paud_change.volume_delay = AUDIO_IGNORE; /* the new volume delay */ in PAUDIO_OpenDevice()450 paud_change.balance = 0x3fffffff; /* the new balance */ in PAUDIO_OpenDevice()451 paud_change.balance_delay = AUDIO_IGNORE; /* the new balance delay */ in PAUDIO_OpenDevice()452 paud_change.treble = AUDIO_IGNORE; /* the new treble state */ in PAUDIO_OpenDevice()453 paud_change.bass = AUDIO_IGNORE; /* the new bass state */ in PAUDIO_OpenDevice()454 paud_change.pitch = AUDIO_IGNORE; /* the new pitch state */ in PAUDIO_OpenDevice()[all …]
Completed in 3 milliseconds