VirtualBox

Changeset 67361 in vbox for trunk/src


Ignore:
Timestamp:
Jun 13, 2017 1:55:44 PM (8 years ago)
Author:
vboxsync
Message:

Audio: Removed unused code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DrvHostALSAAudio.cpp

    r65696 r67361  
    17901790};
    17911791
    1792 #if 0 /* unused */
    1793 static struct audio_option alsa_options[] =
    1794 {
    1795     {"DACSizeInUsec", AUD_OPT_BOOL, &s_ALSAConf.size_in_usec_out,
    1796      "DAC period/buffer size in microseconds (otherwise in frames)", NULL, 0},
    1797     {"DACPeriodSize", AUD_OPT_INT, &s_ALSAConf.period_size_out,
    1798      "DAC period size", &s_ALSAConf.period_size_out_overriden, 0},
    1799     {"DACBufferSize", AUD_OPT_INT, &s_ALSAConf.buffer_size_out,
    1800      "DAC buffer size", &s_ALSAConf.buffer_size_out_overriden, 0},
    1801 
    1802     {"ADCSizeInUsec", AUD_OPT_BOOL, &s_ALSAConf.size_in_usec_in,
    1803      "ADC period/buffer size in microseconds (otherwise in frames)", NULL, 0},
    1804     {"ADCPeriodSize", AUD_OPT_INT, &s_ALSAConf.period_size_in,
    1805      "ADC period size", &s_ALSAConf.period_size_in_overriden, 0},
    1806     {"ADCBufferSize", AUD_OPT_INT, &s_ALSAConf.buffer_size_in,
    1807      "ADC buffer size", &s_ALSAConf.buffer_size_in_overriden, 0},
    1808 
    1809     {"Threshold", AUD_OPT_INT, &s_ALSAConf.threshold,
    1810      "(undocumented)", NULL, 0},
    1811 
    1812     {"DACDev", AUD_OPT_STR, &s_ALSAConf.pcm_name_out,
    1813      "DAC device name (for instance dmix)", NULL, 0},
    1814 
    1815     {"ADCDev", AUD_OPT_STR, &s_ALSAConf.pcm_name_in,
    1816      "ADC device name", NULL, 0}
    1817 };
    1818 #endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette