1
00:00:01,966 --> 00:00:05,933
This lesson is about the circuit related to the speaker
2
00:00:06,333 --> 00:00:10,133
Take the Changxiang 20 Pro model as an exampled
3
00:00:10,466 --> 00:00:16,133
Because its speaker circuit is quite special, it also uses the MediaTek platform
4
00:00:18,333 --> 00:00:21,966
Let's take a look at the components in this circuit
5
00:00:23,433 --> 00:00:28,733
The one on the right is the seat J3601 connected to the speaker
6
00:00:30,100 --> 00:00:32,500
Here are two small audio chips
7
00:00:33,933 --> 00:00:38,533
Changxiang 20 Pro was a machine that was focused on louder sound at the time,
8
00:00:39,533 --> 00:00:44,033
so it used two audio power amplifiers to drive a speaker at the same time,
9
00:00:44,266 --> 00:00:48,200
making the power of the speaker higher, so the sound would be louder
10
00:00:49,766 --> 00:00:53,566
The two small audio models are basically the same
11
00:00:55,366 --> 00:01:00,300
Look at the power supply here, the power chip contains a main audio chip
12
00:01:01,966 --> 00:01:04,466
This is the main CPU
13
00:01:06,100 --> 00:01:12,700
The main CPU sends the sound signal to the main audio for encoding and decoding through these two lines
14
00:01:15,700 --> 00:01:19,966
The main power supply processes the sound signal, and after processing,
15
00:01:20,500 --> 00:01:25,666
the sound signal is passed to the small audio through the AU_LOLN line
16
00:01:28,333 --> 00:01:32,033
The small audio amplifies the power of this audio signal,
17
00:01:34,133 --> 00:01:37,900
and then outputs the amplified signal from the corresponding pin,
18
00:01:38,633 --> 00:01:44,100
and sends it to the seat, and then to the speaker, so as to push the speaker to emit sound
19
00:01:47,566 --> 00:01:53,300
It has a similar structure to HiSilicon, the main audio is included in the power chip
20
00:01:54,300 --> 00:01:56,833
Let's take a look at the codename here
21
00:01:57,333 --> 00:02:02,700
AU and AUD refer to audio, which belong to audio signal circuit
22
00:02:06,366 --> 00:02:10,333
This is Changxiang 20Pro, which is an older model
23
00:02:10,900 --> 00:02:14,500
Let's look at another older model, Changxiang 9
24
00:02:15,000 --> 00:02:20,466
This phone is very similar to the Redmi K50, with a very simple structure
25
00:02:21,133 --> 00:02:26,700
Look at the right side first, this is the seat of the speaker, we regard it as a speaker
26
00:02:27,166 --> 00:02:32,333
The middle one is the power IC, which contains an audio power amplifier
27
00:02:33,466 --> 00:02:36,000
On the left is the CPU
28
00:02:36,466 --> 00:02:39,666
Its bus is different from the above models
29
00:02:41,133 --> 00:02:47,166
Its bus uses the PDM transmitting line and receiving line to transmit the sound signal
30
00:02:49,100 --> 00:02:56,533
The CPU transmits the sound signal to the audio power amplifier inside the power supply through the PDM bus
31
00:02:56,966 --> 00:03:01,666
The audio power amplifier processes the signal, amplifies it finally,
32
00:03:02,366 --> 00:03:06,800
and then outputs it to the speaker, which drives the speaker to emit sound
33
00:03:08,633 --> 00:03:11,600
This is an early Qualcomm solution
34
00:03:14,033 --> 00:03:17,766
Through the above models, we found that their buses are different,
35
00:03:18,833 --> 00:03:22,633
and some of them contain the main audio in the power supply.
36
00:03:24,000 --> 00:03:29,766
Some are 2 small audio to push the speaker, most are a small audio to push the speaker
37
00:03:30,466 --> 00:03:36,666
In some cases, the small audio is connected to the large audio first, and then connected to the CPU
38
00:03:36,966 --> 00:03:41,600
In some cases, the small audio is directly connected to the CPU
39
00:03:41,933 --> 00:03:46,300
This is the relevant circuit of the speaker of the Android phone
40
00:03:46,733 --> 00:03:48,666
That's all for this lesson