audio_format
u32 audio_format; /* in: audio output format */
audio_format |= 0x40;
audio_format &= ~0x40;
audio_format |= 0x01;
ret = regmap_write(ctx->regmap, IT66121_AUD_CTRL1_REG, audio_format);
unsigned int audio_format = 0;
struct hdmi_audio_format audio_format;
audio_format.active_chnnls_msk = 0x03;
audio_format.active_chnnls_msk = 0x07;
audio_format.active_chnnls_msk = 0x0f;
audio_format.active_chnnls_msk = 0x1f;
audio_format.active_chnnls_msk = 0x3f;
audio_format.active_chnnls_msk = 0x7f;
audio_format.active_chnnls_msk = 0xff;
audio_format.stereo_channels = HDMI_AUDIO_STEREO_ONECHANNEL;
audio_format.stereo_channels = HDMI_AUDIO_STEREO_FOURCHANNELS;
audio_format.samples_per_word = HDMI_AUDIO_ONEWORD_TWOSAMPLES;
audio_format.sample_size = HDMI_AUDIO_SAMPLE_16BITS;
audio_format.justification = HDMI_AUDIO_JUSTIFY_LEFT;
audio_format.samples_per_word = HDMI_AUDIO_ONEWORD_ONESAMPLE;
audio_format.sample_size = HDMI_AUDIO_SAMPLE_24BITS;
audio_format.justification = HDMI_AUDIO_JUSTIFY_RIGHT;
audio_format.type = HDMI_AUDIO_TYPE_LPCM;
audio_format.sample_order = HDMI_AUDIO_SAMPLE_LEFT_FIRST;
audio_format.en_sig_blk_strt_end = HDMI_AUDIO_BLOCK_SIG_STARTEND_ON;
hdmi_wp_audio_config_format(wp, &audio_format);
struct hdmi_audio_format audio_format;
audio_format.samples_per_word = HDMI_AUDIO_ONEWORD_TWOSAMPLES;
audio_format.sample_size = HDMI_AUDIO_SAMPLE_16BITS;
audio_format.justification = HDMI_AUDIO_JUSTIFY_LEFT;
audio_format.sample_order = HDMI_AUDIO_SAMPLE_LEFT_FIRST;
audio_format.type = HDMI_AUDIO_TYPE_LPCM;
audio_format.sample_order = HDMI_AUDIO_SAMPLE_LEFT_FIRST;
audio_format.en_sig_blk_strt_end = HDMI_AUDIO_BLOCK_SIG_STARTEND_ON;
hdmi_wp_audio_config_format(wp, &audio_format);
enum audio_format format;
port->audio_format = 0;
EU_AUDIO_FORMAT_CONTROL, sizeof(u8), &port->audio_format);
dprintk(DBGLVL_ENC, "audio_format = %d\n", port->audio_format);
port->audio_format = 0;
u8 audio_format;
audio->audio_format = format;
audio->audio_format = PS3AV_CMD_AUDIO_FORMAT_BITSTREAM;
struct hdmi_audio_format audio_format;
audio_format.active_chnnls_msk = 0x03;
audio_format.active_chnnls_msk = 0x07;
audio_format.active_chnnls_msk = 0x0f;
audio_format.active_chnnls_msk = 0x1f;
audio_format.active_chnnls_msk = 0x3f;
audio_format.active_chnnls_msk = 0x7f;
audio_format.active_chnnls_msk = 0xff;
audio_format.stereo_channels = HDMI_AUDIO_STEREO_ONECHANNEL;
audio_format.stereo_channels = HDMI_AUDIO_STEREO_FOURCHANNELS;
audio_format.samples_per_word = HDMI_AUDIO_ONEWORD_TWOSAMPLES;
audio_format.sample_size = HDMI_AUDIO_SAMPLE_16BITS;
audio_format.justification = HDMI_AUDIO_JUSTIFY_LEFT;
audio_format.samples_per_word = HDMI_AUDIO_ONEWORD_ONESAMPLE;
audio_format.sample_size = HDMI_AUDIO_SAMPLE_24BITS;
audio_format.justification = HDMI_AUDIO_JUSTIFY_RIGHT;
audio_format.type = HDMI_AUDIO_TYPE_LPCM;
audio_format.sample_order = HDMI_AUDIO_SAMPLE_LEFT_FIRST;
audio_format.en_sig_blk_strt_end = HDMI_AUDIO_BLOCK_SIG_STARTEND_ON;
hdmi_wp_audio_config_format(wp, &audio_format);
struct hdmi_audio_format audio_format;
audio_format.samples_per_word = HDMI_AUDIO_ONEWORD_TWOSAMPLES;
audio_format.sample_size = HDMI_AUDIO_SAMPLE_16BITS;
audio_format.justification = HDMI_AUDIO_JUSTIFY_LEFT;
audio_format.sample_order = HDMI_AUDIO_SAMPLE_LEFT_FIRST;
audio_format.type = HDMI_AUDIO_TYPE_LPCM;
audio_format.sample_order = HDMI_AUDIO_SAMPLE_LEFT_FIRST;
audio_format.en_sig_blk_strt_end = HDMI_AUDIO_BLOCK_SIG_STARTEND_ON;
hdmi_wp_audio_config_format(wp, &audio_format);
memcpy(&commpage->audio_format, &commpage_bak->audio_format,
sizeof(commpage->audio_format));
chip->comm_page->audio_format[pipe_index] = cpu_to_le16(dsp_format);
__le16 audio_format[DSP_MAXPIPES]; /* Chs. audio format 0x020 32*2 */
AVS_DEFINE_PTR_PARSER(audio_format, struct avs_audio_format, fmts);
struct avs_audio_format *audio_format = object;
audio_format->num_channels = le32_to_cpu(velem->value);
audio_format->valid_bit_depth = le32_to_cpu(velem->value);
audio_format->sample_type = le32_to_cpu(velem->value);
if (req_msg->audio_format > USB_QMI_PCM_FORMAT_U32_BE) {
map_pcm_format(req_msg->audio_format),
audio_format),
u32 audio_format;