Searched refs:IEC958 (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/Documentation/sound/designs/ |
D | control-names.rst | 89 IEC958 128 IEC958 (S/PDIF) interface 132 IEC958 [...] [Playback|Capture] Switch turn on/off the IEC958 interface 133 IEC958 [...] [Playback|Capture] Volume digital volume control 134 IEC958 [...] [Playback|Capture] Default default or global value - read/write 135 IEC958 [...] [Playback|Capture] Mask consumer and professional mask 136 IEC958 [...] [Playback|Capture] Con Mask consumer mask 137 IEC958 [...] [Playback|Capture] Pro Mask professional mask 138 IEC958 [...] [Playback|Capture] PCM Stream the settings assigned to a PCM stream 139 IEC958 Q-subcode [Playback|Capture] Default Q-subcode bits [all …]
|
/linux-6.12.1/Documentation/sound/cards/ |
D | img-spdif-in.rst | 8 * name='IEC958 Capture Mask',index=0 10 This control returns a mask that shows which of the IEC958 status bits 11 can be read using the 'IEC958 Capture Default' control. 13 * name='IEC958 Capture Default',index=0 16 is being received. The 'IEC958 Capture Mask' shows which bits can be read
|
D | cmipci.rst | 136 To enable SPDIF output, you need to turn on "IEC958 Output Switch" 137 control via mixer or alsactl ("IEC958" is the official name of 141 from line-out with "IEC958 In Monitor" switch at any time (see 147 off. (Also don't forget to turn on "IEC958 Output Switch", too.) 152 IEC958 Mix Analog 161 IEC958 In Select 165 IEC958 Loop 169 IEC958 Copyright 172 IEC958 5V 177 IEC958 In Monitor [all …]
|
D | sb-live-mixer.rst | 15 IEC958 (S/PDIF) raw PCM 54 IEC958 156 ``name='IEC958 TTL Playback Volume',index=0`` 158 This control is used to attenuate samples from left and right IEC958 TTL 162 ``name='IEC958 TTL Capture Volume',index=0`` 164 This control is used to attenuate samples from left and right IEC958 TTL 180 ``name='IEC958 LiveDrive Playback Volume',index=0`` 182 This control is used to attenuate samples from left and right IEC958 optical 186 ``name='IEC958 LiveDrive Capture Volume',index=0`` 188 This control is used to attenuate samples from left and right IEC958 optical [all …]
|
D | audigy-mixer.rst | 40 IEC958 117 This control is used to attenuate samples from left and right IEC958 TTL 123 This control is used to attenuate samples from left and right IEC958 TTL 127 name='IEC958 Optical Playback Volume',index=0 129 This control is used to attenuate samples from left and right IEC958 optical 132 name='IEC958 Optical Capture Volume',index=0 134 This control is used to attenuate samples from left and right IEC958 optical 218 name='IEC958 Optical Raw Playback Switch',index=0 220 If this switch is on, then the samples for the IEC958 (S/PDIF) digital
|
D | maya44.rst | 152 IEC958 Output
|
D | emu-mixer.rst | 60 IEC958
|
/linux-6.12.1/sound/pci/ctxfi/ |
D | ctpcm.c | 128 if (IEC958 == substream->pcm->device) { in ct_pcm_playback_open() 168 if (IEC958 == substream->pcm->device) in ct_pcm_playback_close() 205 if (IEC958 == substream->pcm->device) in ct_pcm_playback_prepare() 423 playback_count = (IEC958 == device) ? 1 : 256; in ct_alsa_pcm_create()
|
D | ctatc.h | 32 IEC958, enumerator
|
D | ctmixer.c | 716 kctl->id.device = IEC958; in ct_mixer_kcontrol_new()
|
D | ctatc.c | 99 [IEC958] = { .create = ct_alsa_pcm_create,
|
/linux-6.12.1/Documentation/sound/kernel-api/ |
D | writing-an-alsa-driver.rst | 2522 ``BOOLEAN``, ``INTEGER``, ``ENUMERATED``, ``BYTES``, ``IEC958`` and 2890 IEC958 status bits will be updated. 3326 IEC958 (S/PDIF) 3329 Usually the controls for IEC958 devices are implemented via the control 3330 interface. There is a macro to compose a name string for IEC958 3334 There are some standard controls for IEC958 status bits. These controls 3340 “IEC958 Playback Con Mask” is used to return the bit-mask for the IEC958 3341 status bits of consumer mode. Similarly, “IEC958 Playback Pro Mask” 3344 Meanwhile, “IEC958 Playback Default” control is defined for getting and 3345 setting the current default IEC958 bits. [all …]
|