Searched refs:spdif (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ice1712/
H A Ddelta.c206 snd_cs8403_decode_spdif_bits(&ucontrol->value.iec958, ice->spdif.cs8403_bits);
216 change = ice->spdif.cs8403_bits != val;
217 ice->spdif.cs8403_bits = val;
229 snd_cs8403_decode_spdif_bits(&ucontrol->value.iec958, ice->spdif.cs8403_stream_bits);
239 change = ice->spdif.cs8403_stream_bits != val;
240 ice->spdif.cs8403_stream_bits = val;
369 ice->spdif.cs8403_stream_bits = ice->spdif.cs8403_bits;
380 tmp = ice->spdif.cs8403_stream_bits;
389 change = ice->spdif
[all...]
H A Dews.c268 snd_cs8404_decode_spdif_bits(&ucontrol->value.iec958, ice->spdif.cs8403_bits);
278 change = ice->spdif.cs8403_bits != val;
279 ice->spdif.cs8403_bits = val;
291 snd_cs8404_decode_spdif_bits(&ucontrol->value.iec958, ice->spdif.cs8403_stream_bits);
301 change = ice->spdif.cs8403_stream_bits != val;
302 ice->spdif.cs8403_stream_bits = val;
316 ice->spdif.cs8403_stream_bits = ice->spdif.cs8403_bits;
327 tmp = ice->spdif.cs8403_stream_bits;
336 change = ice->spdif
[all...]
H A Dice1712.c24 - spdif nonaudio consumer mode does not work (at least with my
127 /* check whether the clock mode is spdif-in */
371 * spdif callbacks
401 ice->spdif.ops.open = open_cs8427;
402 ice->spdif.ops.close = close_cs8427;
403 ice->spdif.ops.setup_rate = setup_cs8427;
1060 if (ice->spdif.ops.setup_rate)
1061 ice->spdif.ops.setup_rate(ice, rate);
1188 if (ice->spdif.ops.open)
1189 ice->spdif
[all...]
H A Dice1724.c119 /* check whether the clock mode is spdif-in */
713 if (ice->spdif.ops.setup_rate)
714 ice->spdif.ops.setup_rate(ice, rate);
1126 /* update spdif control bits; call with reg_lock */
1190 if (ice->spdif.ops.open)
1191 ice->spdif.ops.open(ice, substream);
1202 if (ice->spdif.ops.close)
1203 ice->spdif.ops.close(ice, substream);
1226 if (ice->spdif.ops.open)
1227 ice->spdif
[all...]
H A Dice1712.h334 unsigned int force_pdma4:1; /* VT1720/4 - PDMA4 as non-spdif */
335 unsigned int force_rdma1:1; /* VT1720/4 - RDMA1 as non-spdif */
349 struct snd_ice1712_spdif spdif; member in struct:snd_ice1712
H A Djuli.c57 * ice1724+ak4114-based cards, detects spdif input rate correctly.
230 if (rate == 0) /* no hint - S/PDIF input is master or the new spdif
643 ice->spdif.ops.open = juli_spdif_in_open;
665 [ICE_EEP2_SPDIF] = 0xc3, /* out-en, out-int, spdif-in */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dwavdec.c42 #include "spdif.h"
56 int spdif; member in struct:WAVDemuxContext
458 if (CONFIG_SPDIF_DEMUXER && wav->spdif == 0 &&
465 wav->spdif = 1;
467 wav->spdif = -1;
470 if (CONFIG_SPDIF_DEMUXER && wav->spdif == 1)
H A Dallformats.c277 REGISTER_MUXDEMUX(SPDIF, spdif);
H A DMakefile393 OBJS-$(CONFIG_SPDIF_DEMUXER) += spdif.o spdifdec.o
394 OBJS-$(CONFIG_SPDIF_MUXER) += spdif.o spdifenc.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ac97/
H A Dac97_pcm.c164 if (pcm->spdif)
213 /* update the internal spdif bits */
476 rpcm->spdif = pcm->spdif;
485 if (pcm->spdif && pcm->stream == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dtrident.h317 spdif: 1, member in struct:snd_trident_voice
396 struct snd_pcm *spdif; /* SPDIF PCM */ member in struct:snd_trident
H A Dac97_codec.h389 #define AC97_CX_SPDIF (1<<3) /* Conexant's spdif interface */
624 spdif: 1; /* spdif pcm */ member in struct:ac97_pcm
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/sh/
H A Dsiu_dai.c65 u32 spdif; member in struct:format_flag
79 .spdif = 0x80000000, /* not on all SIU versions */
85 .spdif = 0x08000000,
93 .spdif = 0, /* impossible - turn off */
99 .spdif = 0, /* impossible - turn off */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/trident/
H A Dtrident_main.c1262 Description: Set the hardware parameters for the spdif device.
1524 if (voice->spdif)
1846 voice->spdif = 1;
2224 struct snd_pcm *spdif; local
2229 if ((err = snd_pcm_new(trident->card, "trident_dx_nx IEC958", device, 1, 0, &spdif)) < 0)
2232 spdif->private_data = trident;
2234 snd_pcm_set_ops(spdif, SNDRV_PCM_STREAM_PLAYBACK, &snd_trident_spdif_ops);
2236 snd_pcm_set_ops(spdif, SNDRV_PCM_STREAM_PLAYBACK, &snd_trident_spdif_7018_ops);
2238 spdif->info_flags = 0;
2239 strcpy(spdif
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A DMakefile18 snd-soc-spdif-objs := spdif_transciever.o
87 obj-$(CONFIG_SND_SOC_SPDIF) += snd-soc-spdif.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dens1370.c89 static int spdif[SNDRV_CARDS]; variable
109 module_param_array(spdif, int, NULL, 0444);
110 MODULE_PARM_DESC(spdif, "S/PDIF output (-1 = none, 0 = auto, 1 = force).");
425 unsigned int spdif; member in struct:ensoniq
1110 if (ensoniq->spdif && ensoniq->playback2_substream == NULL)
1133 if (ensoniq->spdif && ensoniq->playback1_substream == NULL)
1446 /* spdif controls */
2415 if ((err = snd_ensoniq_1371_mixer(ensoniq, spdif[dev], lineio[dev])) < 0) {
H A Drme32.c997 int spdif = 0; local
1002 spdif = (rme32->wcreg & RME32_WCR_ADAT) == 0;
1004 if (spdif) {
H A Drme96.c1288 int spdif = 0; local
1296 spdif = (rme96->wcreg & RME96_WCR_ADAT) == 0;
1298 if (spdif) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dallformats.c207 REGISTER_MUXDEMUX (SPDIF, spdif);
H A DMakefile282 OBJS-$(CONFIG_SPDIF_DEMUXER) += spdif.o spdifdec.o
283 OBJS-$(CONFIG_SPDIF_MUXER) += spdif.o spdifenc.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/
H A Dalsa.conf140 pcm.spdif iec958
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/etc/alsa/
H A Dalsa.conf140 pcm.spdif iec958
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/firmware/
H A DMakefile106 emi62/spdif.fw emi62/midi.fw
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ali5451/
H A Dali5451.c51 static int spdif; variable
59 module_param(spdif, bool, 0444);
60 MODULE_PARM_DESC(spdif, "Support SPDIF I/O");
1357 "spdif rate detect err!\n");
1836 /* spdif aplayback switch */
1838 /* spdif out to spdif channel */
1840 /* spdif in from spdif channel */
2254 err = snd_ali_create(card, pci, pcm_channels, spdif,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/aoa/codecs/
H A Donyx.c433 SINGLE_BIT(spdif,
961 /* spdif control defaults to off */

Completed in 179 milliseconds

12