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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/au88x0/
H A Dau88x0_pcm.c151 switch (vortex->spdif_sr) {
463 switch (vortex->spdif_sr) {
474 int spdif_sr = 48000; local
476 case IEC958_AES3_CON_FS_32000: spdif_sr = 32000; break;
477 case IEC958_AES3_CON_FS_44100: spdif_sr = 44100; break;
478 case IEC958_AES3_CON_FS_48000: spdif_sr = 48000; break;
480 if (spdif_sr == vortex->spdif_sr)
482 vortex->spdif_sr = spdif_sr;
[all...]
H A Dau88x0.h145 int spdif_sr; member in struct:snd_vortex
230 static void vortex_spdif_init(vortex_t * vortex, int spdif_sr, int spdif_mode);
H A Dau88x0_core.c2295 static void vortex_spdif_init(vortex_t * vortex, int spdif_sr, int spdif_mode) argument
2313 i = (((0x5DC00000 / spdif_sr) + 1) >> 1);
2329 i = spdif_sr;
2330 spdif_sr |= 0x8c;
2338 spdif_sr &= 0xFFFFFFFD;
2339 spdif_sr |= 1;
2347 spdif_sr &= 0xFFFFFFFC;
2362 spdif_sr |= 2;
2363 spdif_sr &= 0xFFFFFFFE;
2372 hwwrite(vortex->mmio, VORTEX_SPDIF_SMPRATE, spdif_sr);
[all...]

Completed in 66 milliseconds