t = timestamp_pcrscr_get();
if (tsync_mode == TSYNC_MODE_AMASTER) {
- /* special used for Dobly Certification AVSync test */
+ /* special used for Dolby Certification AVSync test */
if (dobly_avsync_test) {
if (get_vsync_pts_inc_mode()
&&
/*
* hdmirx_get_vsi_info - get vsi info
- * this func is used to get 3D format and dobly
+ * this func is used to get 3D format and dolby
* vision state of current video
*/
void hdmirx_get_vsi_info(struct tvin_sig_property_s *prop)
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3B,
};
-/* 1.4 edid,support dobly,MAT,DTS,ATMOS*/
+/* 1.4 edid,support dolby,MAT,DTS,ATMOS*/
static unsigned char edid_14_aud[] = {
0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00,
0x05, 0xAC, 0x30, 0x00, 0x01, 0x00, 0x00, 0x00,
rx_pr("3d vdfmt: 0x%x\n", pktdata->sbpkt.vsi.vdfmt);
if (pktdata->length == E_DV_LENGTH_24) {
- /*dobly version v0 pkt*/
+ /*dolby version v0 pkt*/
} else {
if (pktdata->sbpkt.vsi.vdfmt == 0) {
rx.vs_info_details.eff_tmax_pq = tmp;
}
} else if (pkt->ieee == 0x000c03) {
- /* dobly10 */
+ /* dolby10 */
if (pkt->length == E_DV_LENGTH_24) {
rx.vs_info_details.dolby_vision = true;
if ((pkt->sbpkt.payload.data[0] & 0xffff) == 0)
AUD_DB[4] = 0;
}
} else if (audio_param->type == CT_DOLBY_D) {
- pr_info(AUD "Audio Type: Dobly Digital +\n");
+ pr_info(AUD "Audio Type: Dolby Digital +\n");
if (AUD_DB) {
AUD_DB[0] =
(FS_REFER_TO_STREAM<<4)|(CC_REFER_TO_STREAM);
conf = "One Bit Audio";
break;
case CT_DOLBY_D:
- conf = "Dobly Digital+";
+ conf = "Dolby Digital+";
break;
case CT_DTS_HD:
conf = "DTS_HD";
static const char * const aud_coding_type[] = {
"ReferToStreamHeader", "PCM", "AC-3", "MPEG1", "MP3",
"MPEG2", "AAC", "DTS", "ATRAC", "OneBitAudio",
- "Dobly_Digital+", "DTS-HD", "MAT", "DST", "WMA_Pro",
+ "Dolby_Digital+", "DTS-HD", "MAT", "DST", "WMA_Pro",
"Reserved", NULL};
static const char * const aud_sampling_frequency[] = {
"ReferToStreamHeader", "32", "44.1", "48", "88.2", "96",
conf = "One Bit Audio";
break;
case CT_DOLBY_D:
- conf = "Dobly Digital+";
+ conf = "Dolby Digital+";
break;
case CT_DTS_HD:
conf = "DTS_HD";