Searched refs:audio_format (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.h19 enum audio_format { enum
26 enum audio_format format;
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi4_core.c679 struct hdmi_audio_format audio_format; local
768 audio_format.active_chnnls_msk = 0x03;
771 audio_format.active_chnnls_msk = 0x07;
774 audio_format.active_chnnls_msk = 0x0f;
777 audio_format.active_chnnls_msk = 0x1f;
780 audio_format.active_chnnls_msk = 0x3f;
783 audio_format.active_chnnls_msk = 0x7f;
786 audio_format.active_chnnls_msk = 0xff;
799 audio_format.stereo_channels = HDMI_AUDIO_STEREO_ONECHANNEL;
803 audio_format
[all...]
H A Dhdmi5_core.c788 struct hdmi_audio_format audio_format; local
859 audio_format.samples_per_word = HDMI_AUDIO_ONEWORD_TWOSAMPLES;
860 audio_format.sample_size = HDMI_AUDIO_SAMPLE_16BITS;
861 audio_format.justification = HDMI_AUDIO_JUSTIFY_LEFT;
862 audio_format.sample_order = HDMI_AUDIO_SAMPLE_LEFT_FIRST;
865 audio_format.type = HDMI_AUDIO_TYPE_LPCM;
868 audio_format.sample_order = HDMI_AUDIO_SAMPLE_LEFT_FIRST;
871 audio_format.en_sig_blk_strt_end = HDMI_AUDIO_BLOCK_SIG_STARTEND_ON;
875 hdmi_wp_audio_config_format(wp, &audio_format);
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi4_core.c635 struct hdmi_audio_format audio_format; local
724 audio_format.active_chnnls_msk = 0x03;
727 audio_format.active_chnnls_msk = 0x07;
730 audio_format.active_chnnls_msk = 0x0f;
733 audio_format.active_chnnls_msk = 0x1f;
736 audio_format.active_chnnls_msk = 0x3f;
739 audio_format.active_chnnls_msk = 0x7f;
742 audio_format.active_chnnls_msk = 0xff;
755 audio_format.stereo_channels = HDMI_AUDIO_STEREO_ONECHANNEL;
759 audio_format
[all...]
H A Dhdmi5_core.c775 struct hdmi_audio_format audio_format; local
846 audio_format.samples_per_word = HDMI_AUDIO_ONEWORD_TWOSAMPLES;
847 audio_format.sample_size = HDMI_AUDIO_SAMPLE_16BITS;
848 audio_format.justification = HDMI_AUDIO_JUSTIFY_LEFT;
849 audio_format.sample_order = HDMI_AUDIO_SAMPLE_LEFT_FIRST;
852 audio_format.type = HDMI_AUDIO_TYPE_LPCM;
855 audio_format.sample_order = HDMI_AUDIO_SAMPLE_LEFT_FIRST;
858 audio_format.en_sig_blk_strt_end = HDMI_AUDIO_BLOCK_SIG_STARTEND_ON;
862 hdmi_wp_audio_config_format(wp, &audio_format);
/linux-master/drivers/gpu/drm/bridge/
H A Dite-it66121.c1000 unsigned int audio_format = 0; local
1018 audio_format |= 0x40;
1033 audio_format &= ~0x40;
1038 audio_format |= 0x01;
1045 ret = regmap_write(ctx->regmap, IT66121_AUD_CTRL1_REG, audio_format);
/linux-master/sound/pci/echoaudio/
H A Dechoaudio_dsp.h654 __le16 audio_format[DSP_MAXPIPES]; /* Chs. audio format 0x020 32*2 */ member in struct:comm_page
H A Dechoaudio.c2200 memcpy(&commpage->audio_format, &commpage_bak->audio_format,
2201 sizeof(commpage->audio_format));
H A Dechoaudio_dsp.c850 chip->comm_page->audio_format[pipe_index] = cpu_to_le16(dsp_format);
/linux-master/sound/soc/intel/avs/
H A Dtopology.c348 AVS_DEFINE_PTR_PARSER(audio_format, struct avs_audio_format, fmts);
358 struct avs_audio_format *audio_format = object; local
362 audio_format->num_channels = le32_to_cpu(velem->value);
365 audio_format->valid_bit_depth = le32_to_cpu(velem->value);
368 audio_format->sample_type = le32_to_cpu(velem->value);
/linux-master/drivers/ps3/
H A Dps3av_cmd.c612 info->pb3 = 0; /* check mode->audio_format ?? */
690 audio->audio_format = format;
779 audio->audio_format = PS3AV_CMD_AUDIO_FORMAT_BITSTREAM;
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-api.c246 port->audio_format = 0;
270 EU_AUDIO_FORMAT_CONTROL, sizeof(u8), &port->audio_format);
290 dprintk(DBGLVL_ENC, "audio_format = %d\n", port->audio_format);
H A Dsaa7164.h380 u8 audio_format; member in struct:saa7164_port
H A Dsaa7164-encoder.c1019 port->audio_format = 0;
/linux-master/arch/powerpc/include/asm/
H A Dps3av.h182 /* audio_format */
596 u32 audio_format; /* in: audio output format */ member in struct:ps3av_pkt_audio_mode

Completed in 316 milliseconds