Symbol: audio_format
arch/powerpc/include/asm/ps3av.h
596
u32 audio_format; /* in: audio output format */
drivers/gpu/drm/bridge/ite-it66121.c
1017
audio_format |= 0x40;
drivers/gpu/drm/bridge/ite-it66121.c
1032
audio_format &= ~0x40;
drivers/gpu/drm/bridge/ite-it66121.c
1037
audio_format |= 0x01;
drivers/gpu/drm/bridge/ite-it66121.c
1044
ret = regmap_write(ctx->regmap, IT66121_AUD_CTRL1_REG, audio_format);
drivers/gpu/drm/bridge/ite-it66121.c
999
unsigned int audio_format = 0;
drivers/gpu/drm/omapdrm/dss/hdmi4_core.c
635
struct hdmi_audio_format audio_format;
drivers/gpu/drm/omapdrm/dss/hdmi4_core.c
724
audio_format.active_chnnls_msk = 0x03;
drivers/gpu/drm/omapdrm/dss/hdmi4_core.c
727
audio_format.active_chnnls_msk = 0x07;
drivers/gpu/drm/omapdrm/dss/hdmi4_core.c
730
audio_format.active_chnnls_msk = 0x0f;
drivers/gpu/drm/omapdrm/dss/hdmi4_core.c
733
audio_format.active_chnnls_msk = 0x1f;
drivers/gpu/drm/omapdrm/dss/hdmi4_core.c
736
audio_format.active_chnnls_msk = 0x3f;
drivers/gpu/drm/omapdrm/dss/hdmi4_core.c
739
audio_format.active_chnnls_msk = 0x7f;
drivers/gpu/drm/omapdrm/dss/hdmi4_core.c
742
audio_format.active_chnnls_msk = 0xff;
drivers/gpu/drm/omapdrm/dss/hdmi4_core.c
755
audio_format.stereo_channels = HDMI_AUDIO_STEREO_ONECHANNEL;
drivers/gpu/drm/omapdrm/dss/hdmi4_core.c
759
audio_format.stereo_channels = HDMI_AUDIO_STEREO_FOURCHANNELS;
drivers/gpu/drm/omapdrm/dss/hdmi4_core.c
788
audio_format.samples_per_word = HDMI_AUDIO_ONEWORD_TWOSAMPLES;
drivers/gpu/drm/omapdrm/dss/hdmi4_core.c
789
audio_format.sample_size = HDMI_AUDIO_SAMPLE_16BITS;
drivers/gpu/drm/omapdrm/dss/hdmi4_core.c
790
audio_format.justification = HDMI_AUDIO_JUSTIFY_LEFT;
drivers/gpu/drm/omapdrm/dss/hdmi4_core.c
792
audio_format.samples_per_word = HDMI_AUDIO_ONEWORD_ONESAMPLE;
drivers/gpu/drm/omapdrm/dss/hdmi4_core.c
793
audio_format.sample_size = HDMI_AUDIO_SAMPLE_24BITS;
drivers/gpu/drm/omapdrm/dss/hdmi4_core.c
794
audio_format.justification = HDMI_AUDIO_JUSTIFY_RIGHT;
drivers/gpu/drm/omapdrm/dss/hdmi4_core.c
796
audio_format.type = HDMI_AUDIO_TYPE_LPCM;
drivers/gpu/drm/omapdrm/dss/hdmi4_core.c
797
audio_format.sample_order = HDMI_AUDIO_SAMPLE_LEFT_FIRST;
drivers/gpu/drm/omapdrm/dss/hdmi4_core.c
799
audio_format.en_sig_blk_strt_end = HDMI_AUDIO_BLOCK_SIG_STARTEND_ON;
drivers/gpu/drm/omapdrm/dss/hdmi4_core.c
803
hdmi_wp_audio_config_format(wp, &audio_format);
drivers/gpu/drm/omapdrm/dss/hdmi5_core.c
758
struct hdmi_audio_format audio_format;
drivers/gpu/drm/omapdrm/dss/hdmi5_core.c
829
audio_format.samples_per_word = HDMI_AUDIO_ONEWORD_TWOSAMPLES;
drivers/gpu/drm/omapdrm/dss/hdmi5_core.c
830
audio_format.sample_size = HDMI_AUDIO_SAMPLE_16BITS;
drivers/gpu/drm/omapdrm/dss/hdmi5_core.c
831
audio_format.justification = HDMI_AUDIO_JUSTIFY_LEFT;
drivers/gpu/drm/omapdrm/dss/hdmi5_core.c
832
audio_format.sample_order = HDMI_AUDIO_SAMPLE_LEFT_FIRST;
drivers/gpu/drm/omapdrm/dss/hdmi5_core.c
835
audio_format.type = HDMI_AUDIO_TYPE_LPCM;
drivers/gpu/drm/omapdrm/dss/hdmi5_core.c
838
audio_format.sample_order = HDMI_AUDIO_SAMPLE_LEFT_FIRST;
drivers/gpu/drm/omapdrm/dss/hdmi5_core.c
841
audio_format.en_sig_blk_strt_end = HDMI_AUDIO_BLOCK_SIG_STARTEND_ON;
drivers/gpu/drm/omapdrm/dss/hdmi5_core.c
845
hdmi_wp_audio_config_format(wp, &audio_format);
drivers/gpu/drm/rockchip/cdn-dp-core.h
27
enum audio_format format;
drivers/media/pci/saa7164/saa7164-api.c
246
port->audio_format = 0;
drivers/media/pci/saa7164/saa7164-api.c
270
EU_AUDIO_FORMAT_CONTROL, sizeof(u8), &port->audio_format);
drivers/media/pci/saa7164/saa7164-api.c
290
dprintk(DBGLVL_ENC, "audio_format = %d\n", port->audio_format);
drivers/media/pci/saa7164/saa7164-encoder.c
1017
port->audio_format = 0;
drivers/media/pci/saa7164/saa7164.h
390
u8 audio_format;
drivers/ps3/ps3av_cmd.c
690
audio->audio_format = format;
drivers/ps3/ps3av_cmd.c
779
audio->audio_format = PS3AV_CMD_AUDIO_FORMAT_BITSTREAM;
drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c
679
struct hdmi_audio_format audio_format;
drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c
768
audio_format.active_chnnls_msk = 0x03;
drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c
771
audio_format.active_chnnls_msk = 0x07;
drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c
774
audio_format.active_chnnls_msk = 0x0f;
drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c
777
audio_format.active_chnnls_msk = 0x1f;
drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c
780
audio_format.active_chnnls_msk = 0x3f;
drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c
783
audio_format.active_chnnls_msk = 0x7f;
drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c
786
audio_format.active_chnnls_msk = 0xff;
drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c
799
audio_format.stereo_channels = HDMI_AUDIO_STEREO_ONECHANNEL;
drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c
803
audio_format.stereo_channels = HDMI_AUDIO_STEREO_FOURCHANNELS;
drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c
832
audio_format.samples_per_word = HDMI_AUDIO_ONEWORD_TWOSAMPLES;
drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c
833
audio_format.sample_size = HDMI_AUDIO_SAMPLE_16BITS;
drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c
834
audio_format.justification = HDMI_AUDIO_JUSTIFY_LEFT;
drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c
836
audio_format.samples_per_word = HDMI_AUDIO_ONEWORD_ONESAMPLE;
drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c
837
audio_format.sample_size = HDMI_AUDIO_SAMPLE_24BITS;
drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c
838
audio_format.justification = HDMI_AUDIO_JUSTIFY_RIGHT;
drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c
840
audio_format.type = HDMI_AUDIO_TYPE_LPCM;
drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c
841
audio_format.sample_order = HDMI_AUDIO_SAMPLE_LEFT_FIRST;
drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c
843
audio_format.en_sig_blk_strt_end = HDMI_AUDIO_BLOCK_SIG_STARTEND_ON;
drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c
847
hdmi_wp_audio_config_format(wp, &audio_format);
drivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.c
771
struct hdmi_audio_format audio_format;
drivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.c
842
audio_format.samples_per_word = HDMI_AUDIO_ONEWORD_TWOSAMPLES;
drivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.c
843
audio_format.sample_size = HDMI_AUDIO_SAMPLE_16BITS;
drivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.c
844
audio_format.justification = HDMI_AUDIO_JUSTIFY_LEFT;
drivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.c
845
audio_format.sample_order = HDMI_AUDIO_SAMPLE_LEFT_FIRST;
drivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.c
848
audio_format.type = HDMI_AUDIO_TYPE_LPCM;
drivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.c
851
audio_format.sample_order = HDMI_AUDIO_SAMPLE_LEFT_FIRST;
drivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.c
854
audio_format.en_sig_blk_strt_end = HDMI_AUDIO_BLOCK_SIG_STARTEND_ON;
drivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.c
858
hdmi_wp_audio_config_format(wp, &audio_format);
sound/pci/echoaudio/echoaudio.c
2169
memcpy(&commpage->audio_format, &commpage_bak->audio_format,
sound/pci/echoaudio/echoaudio.c
2170
sizeof(commpage->audio_format));
sound/pci/echoaudio/echoaudio_dsp.c
835
chip->comm_page->audio_format[pipe_index] = cpu_to_le16(dsp_format);
sound/pci/echoaudio/echoaudio_dsp.h
639
__le16 audio_format[DSP_MAXPIPES]; /* Chs. audio format 0x020 32*2 */
sound/soc/intel/avs/topology.c
348
AVS_DEFINE_PTR_PARSER(audio_format, struct avs_audio_format, fmts);
sound/soc/intel/avs/topology.c
359
struct avs_audio_format *audio_format = object;
sound/soc/intel/avs/topology.c
363
audio_format->num_channels = le32_to_cpu(velem->value);
sound/soc/intel/avs/topology.c
366
audio_format->valid_bit_depth = le32_to_cpu(velem->value);
sound/soc/intel/avs/topology.c
369
audio_format->sample_type = le32_to_cpu(velem->value);
sound/usb/qcom/qc_audio_offload.c
1566
if (req_msg->audio_format > USB_QMI_PCM_FORMAT_U32_BE) {
sound/usb/qcom/qc_audio_offload.c
1609
map_pcm_format(req_msg->audio_format),
sound/usb/qcom/usb_audio_qmi_v01.c
299
audio_format),
sound/usb/qcom/usb_audio_qmi_v01.h
87
u32 audio_format;