Searched refs:spdif_sr (Results 1 - 3 of 3) sorted by relevance

/linux-master/sound/pci/au88x0/
H A Dau88x0_pcm.c154 switch (vortex->spdif_sr) {
475 switch (vortex->spdif_sr) {
486 int spdif_sr = 48000; local
488 case IEC958_AES3_CON_FS_32000: spdif_sr = 32000; break;
489 case IEC958_AES3_CON_FS_44100: spdif_sr = 44100; break;
490 case IEC958_AES3_CON_FS_48000: spdif_sr = 48000; break;
492 if (spdif_sr == vortex->spdif_sr)
494 vortex->spdif_sr = spdif_sr;
[all...]
H A Dau88x0.h140 int spdif_sr; member in struct:snd_vortex
226 static void vortex_spdif_init(vortex_t * vortex, int spdif_sr, int spdif_mode);
H A Dau88x0_core.c2601 static void vortex_spdif_init(vortex_t * vortex, int spdif_sr, int spdif_mode) argument
2619 i = (((0x5DC00000 / spdif_sr) + 1) >> 1);
2635 i = spdif_sr;
2636 spdif_sr |= 0x8c;
2644 spdif_sr &= 0xFFFFFFFD;
2645 spdif_sr |= 1;
2653 spdif_sr &= 0xFFFFFFFC;
2668 spdif_sr |= 2;
2669 spdif_sr &= 0xFFFFFFFE;
2678 hwwrite(vortex->mmio, VORTEX_SPDIF_SMPRATE, spdif_sr);
[all...]

Completed in 155 milliseconds