Lines Matching refs:audio

918 			/* Use READ CD command for audio tracks. */
1354 page->audio.flags &= ~CD_PA_SOTC;
1355 page->audio.flags |= CD_PA_IMMED;
1450 page->audio.flags &= ~CD_PA_SOTC;
1451 page->audio.flags |= CD_PA_IMMED;
1492 page->audio.flags &= ~CD_PA_SOTC;
1493 page->audio.flags |= CD_PA_IMMED;
1820 page->audio.port[LEFT_PORT].channels =
1822 page->audio.port[RIGHT_PORT].channels =
1824 page->audio.port[2].channels = arg->patch[2];
1825 page->audio.port[3].channels = arg->patch[3];
1854 page->audio.port[LEFT_PORT].volume;
1856 page->audio.port[RIGHT_PORT].volume;
1857 arg->vol[2] = page->audio.port[2].volume;
1858 arg->vol[3] = page->audio.port[3].volume;
1885 page->audio.port[LEFT_PORT].channels = CHANNEL_0;
1886 page->audio.port[LEFT_PORT].volume =
1888 page->audio.port[RIGHT_PORT].channels = CHANNEL_1;
1889 page->audio.port[RIGHT_PORT].volume =
1891 page->audio.port[2].volume = arg->vol[2];
1892 page->audio.port[3].volume = arg->vol[3];
1919 page->audio.port[LEFT_PORT].channels =
1921 page->audio.port[RIGHT_PORT].channels =
1923 page->audio.port[2].channels = 0;
1924 page->audio.port[3].channels = 0;
1951 page->audio.port[LEFT_PORT].channels =
1953 page->audio.port[RIGHT_PORT].channels =
1955 page->audio.port[2].channels = 0;
1956 page->audio.port[3].channels = 0;
1983 page->audio.port[LEFT_PORT].channels = 0;
1984 page->audio.port[RIGHT_PORT].channels = 0;
1985 page->audio.port[2].channels = 0;
1986 page->audio.port[3].channels = 0;
2013 page->audio.port[LEFT_PORT].channels = LEFT_CHANNEL;
2014 page->audio.port[RIGHT_PORT].channels = LEFT_CHANNEL;
2015 page->audio.port[2].channels = 0;
2016 page->audio.port[3].channels = 0;
2043 page->audio.port[LEFT_PORT].channels = RIGHT_CHANNEL;
2044 page->audio.port[RIGHT_PORT].channels = RIGHT_CHANNEL;
2045 page->audio.port[2].channels = 0;
2046 page->audio.port[3].channels = 0;
2327 /* If the first track is audio, correct sector size. */