Lines Matching defs:channels
16 * - use the DSX channels for the first pcm playback.
91 MODULE_PARM_DESC(dxs_support, "Support for DXS channels (0 = auto, 1 = enable, 2 = disable, 3 = 48k only, 4 = no VRA, 5 = enable any sample rate)");
229 #define VIA_REG_OFS_MULTPLAY_FORMAT 0x02 /* byte - format and channels */
232 #define VIA_REG_MULTPLAY_FMT_CH_MASK 0x70 /* # channels << 4 (valid = 1,2,4,6) */
371 unsigned int no_vra: 1; /* no need to set VRA on DXS channels */
966 (runtime->channels > 1 ? VIA_REG_TYPE_STEREO : 0) |
1049 (runtime->channels > 1 ? VIA8233_REG_TYPE_STEREO : 0) | /* stereo */
1080 fmt |= runtime->channels << 4;
1090 switch (runtime->channels) {
1123 (runtime->channels > 1 ? VIA8233_REG_TYPE_STEREO : 0) |
1271 /* channels constraint for VIA8233A
1272 * 3 and 5 channels are not supported
1274 static const unsigned int channels[] = {
1278 .count = ARRAY_SIZE(channels),
1279 .list = channels,
2210 * DXS channels don't work properly with VRA if MC97 is disabled.
2450 dev_info(&pci->dev, "Assuming DXS channels with 48k fixed sample rate.\n");