mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
drivers/amlogic: fix 'dobly' typos to 'dolby'
This commit is contained in:
committed by
Chris KIM
parent
3dabbe6096
commit
d833511fcf
@@ -1238,7 +1238,7 @@ int tsync_set_apts(unsigned int pts)
|
||||
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()
|
||||
&&
|
||||
|
||||
@@ -687,7 +687,7 @@ int hdmirx_hw_get_3d_structure(void)
|
||||
|
||||
/*
|
||||
* 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)
|
||||
|
||||
@@ -95,7 +95,7 @@ static unsigned char edid_14[] = {
|
||||
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,
|
||||
|
||||
@@ -516,7 +516,7 @@ static void rx_pktdump_vsi(void *pdata)
|
||||
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) {
|
||||
@@ -1378,7 +1378,7 @@ void rx_get_vsi_info(void)
|
||||
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)
|
||||
|
||||
@@ -159,7 +159,7 @@ static void hdmi_tx_construct_aud_packet(
|
||||
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);
|
||||
|
||||
@@ -1909,7 +1909,7 @@ static ssize_t show_config(struct device *dev,
|
||||
conf = "One Bit Audio";
|
||||
break;
|
||||
case CT_DOLBY_D:
|
||||
conf = "Dobly Digital+";
|
||||
conf = "Dolby Digital+";
|
||||
break;
|
||||
case CT_DTS_HD:
|
||||
conf = "DTS_HD";
|
||||
@@ -2382,7 +2382,7 @@ static ssize_t show_aud_cap(struct device *dev,
|
||||
static const char * const aud_ct[] = {
|
||||
"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",
|
||||
|
||||
@@ -3678,7 +3678,7 @@ static void hdmitx_dump_audio_info(void)
|
||||
conf = "One Bit Audio";
|
||||
break;
|
||||
case CT_DOLBY_D:
|
||||
conf = "Dobly Digital+";
|
||||
conf = "Dolby Digital+";
|
||||
break;
|
||||
case CT_DTS_HD:
|
||||
conf = "DTS_HD";
|
||||
|
||||
Reference in New Issue
Block a user