• Home
  • Raw
  • Download

Lines Matching +full:msb +full:- +full:justified

1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 * uapi/sound/asoc.h -- ALSA SoC Firmware Controls and DAPM
42 /* individual kcontrol info types - can be mixed with other types */
53 /* individual widget kcontrol info types - can be mixed with other types */
60 /* DAPM widget types - add new items to the end */
120 /* vendor block IDs - please add new vendor types to end */
155 #define SND_SOC_DAI_FORMAT_RIGHT_J 2 /* Right Justified mode */
156 #define SND_SOC_DAI_FORMAT_LEFT_J 3 /* Left Justified mode */
157 #define SND_SOC_DAI_FORMAT_DSP_A 4 /* L data MSB after FRM LRC */
158 #define SND_SOC_DAI_FORMAT_DSP_B 5 /* L data MSB during FRM LRC */
162 /* left and right justified also known as MSB and LSB respectively */
334 __le32 id; /* unique ID - - used to match */
361 * File block representation for manifest :-
362 * +-----------------------------------+----+
364 * +-----------------------------------+----+
366 * +-----------------------------------+----+
383 * File block representation for mixer kcontrol :-
384 * +-----------------------------------+----+
386 * +-----------------------------------+----+
388 * +-----------------------------------+----+
405 * File block representation for enum kcontrol :-
406 * +-----------------------------------+----+
408 * +-----------------------------------+----+
410 * +-----------------------------------+----+
428 * File block representation for bytes kcontrol :-
429 * +-----------------------------------+----+
431 * +-----------------------------------+----+
433 * +-----------------------------------+----+
449 * File block representation for DAPM graph elements :-
450 * +-------------------------------------+----+
452 * +-------------------------------------+----+
454 * +-------------------------------------+----+
465 * File block representation for DAPM widget :-
466 * +-------------------------------------+-----+
468 * +-------------------------------------+-----+
470 * +-------------------------------------+-----+
473 * +-------------------------------------+-----+
486 __le32 mask; /* non-shifted mask */
504 * File block representation for PCM :-
505 * +-----------------------------------+-----+
507 * +-----------------------------------+-----+
509 * +-----------------------------------+-----+
515 __le32 pcm_id; /* unique ID - used to match with DAI link */
516 __le32 dai_id; /* unique ID - used to match */
532 * File block representation for physical link config :-
533 * +-----------------------------------+-----+
535 * +-----------------------------------+-----+
537 * +-----------------------------------+-----+
541 __le32 id; /* unique ID - used to match */
542 char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; /* name - used to match */
543 char stream_name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; /* stream name - used to match */
558 * File block representation for physical DAI :-
559 * +-----------------------------------+-----+
561 * +-----------------------------------+-----+
563 * +-----------------------------------+-----+
567 char dai_name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; /* name - used to match */
568 __le32 dai_id; /* unique ID - used to match */
615 __le32 pcm_id; /* unique ID - used to match with DAI link */
616 __le32 dai_id; /* unique ID - used to match */
628 __le32 id; /* unique ID - used to match */