Lines Matching defs:format
484 u32 format;
513 format = runtime->channels == 2 ? 0x00010000 : 0;
514 if (snd_pcm_format_width(runtime->format) == 8)
515 format |= 0x80000000;
522 format |= 0x10000000;
525 (format & 0x10000000) == 0) {
530 format |= 1;
535 bank->format = cpu_to_le32(format);
696 u32 rate, format;
704 format = 0;
706 format |= 2;
709 if (snd_pcm_format_width(runtime->format) == 8)
710 format |= 1;
715 snd_ymfpci_writel(chip, YDSXGR_RECFORMAT, format);
719 snd_ymfpci_writel(chip, YDSXGR_ADCFORMAT, format);