Lines Matching defs:channels
16 * - use the DSX channels for the first pcm playback.
92 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)");
230 #define VIA_REG_OFS_MULTPLAY_FORMAT 0x02 /* byte - format and channels */
233 #define VIA_REG_MULTPLAY_FMT_CH_MASK 0x70 /* # channels << 4 (valid = 1,2,4,6) */
372 unsigned int no_vra: 1; /* no need to set VRA on DXS channels */
966 (runtime->channels > 1 ? VIA_REG_TYPE_STEREO : 0) |
1048 (runtime->channels > 1 ? VIA8233_REG_TYPE_STEREO : 0) | /* stereo */
1079 fmt |= runtime->channels << 4;
1089 switch (runtime->channels) {
1122 (runtime->channels > 1 ? VIA8233_REG_TYPE_STEREO : 0) |
1267 /* channels constraint for VIA8233A
1268 * 3 and 5 channels are not supported
1270 static const unsigned int channels[] = {
1274 .count = ARRAY_SIZE(channels),
1275 .list = channels,
2210 * DXS channels don't work properly with VRA if MC97 is disabled.
2484 dev_info(&pci->dev, "Assuming DXS channels with 48k fixed sample rate.\n");