← Documents Documentation/ABI/testing/sysfs-bus-soundwire-master GitHub 원문 ↗

Linux 6.18.37 · ABI / testing

SoundWire Master DisCo properties

MIPI DisCo가 정의한 SoundWire Master revision·clock·frame·shape·error threshold 속성과 clock-stop mode bitmask를 설명합니다.

Source pathDocumentation/ABI/testing/sysfs-bus-soundwire-master
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

Configure Master clocks and frame defaults

sysfs-bus-soundwire-master:1-23

Bus는 DisCo 속성을 사용해 Master를 구성하며 clk_stop_modes는 mode0과 mode1을 하나의 bitmask로 결합합니다.

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

원문 전체 펼치기
1 What: /sys/bus/soundwire/devices/sdw-master-<N>/revision
2 /sys/bus/soundwire/devices/sdw-master-<N>/clk_stop_modes
3 /sys/bus/soundwire/devices/sdw-master-<N>/clk_freq
4 /sys/bus/soundwire/devices/sdw-master-<N>/clk_gears
5 /sys/bus/soundwire/devices/sdw-master-<N>/default_col
6 /sys/bus/soundwire/devices/sdw-master-<N>/default_frame_rate
7 /sys/bus/soundwire/devices/sdw-master-<N>/default_row
8 /sys/bus/soundwire/devices/sdw-master-<N>/dynamic_shape
9 /sys/bus/soundwire/devices/sdw-master-<N>/err_threshold
10 /sys/bus/soundwire/devices/sdw-master-<N>/max_clk_freq
11
12 Date: April 2020
13
14 Contact: Pierre-Louis Bossart <[email protected]>
15 Bard Liao <[email protected]>
16 Vinod Koul <[email protected]>
17
18 Description: SoundWire Master-N DisCo properties.
19 These properties are defined by MIPI DisCo Specification
20 for SoundWire. They define various properties of the Master
21 and are used by the bus to configure the Master. clk_stop_modes
22 is a bitmask for simplifications and combines the
23 clock-stop-mode0 and clock-stop-mode1 properties.
24

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.

SoundWire Master DisCo 속성

1-23
항목한국어 전문 번역
What/sys/bus/soundwire/devices/sdw-master-<N>/revision
What/sys/bus/soundwire/devices/sdw-master-<N>/clk_stop_modes
What/sys/bus/soundwire/devices/sdw-master-<N>/clk_freq
What/sys/bus/soundwire/devices/sdw-master-<N>/clk_gears
What/sys/bus/soundwire/devices/sdw-master-<N>/default_col
What/sys/bus/soundwire/devices/sdw-master-<N>/default_frame_rate
What/sys/bus/soundwire/devices/sdw-master-<N>/default_row
What/sys/bus/soundwire/devices/sdw-master-<N>/dynamic_shape
What/sys/bus/soundwire/devices/sdw-master-<N>/err_threshold
What/sys/bus/soundwire/devices/sdw-master-<N>/max_clk_freq
Date2020년 4월
ContactPierre-Louis Bossart <[email protected]>, Bard Liao <[email protected]>, Vinod Koul <[email protected]>
DescriptionSoundWire Master-N의 DisCo 속성입니다. MIPI DisCo Specification for SoundWire가 정의하며 Master의 여러 속성을 나타내고 bus가 Master를 구성할 때 사용합니다. clk_stop_modes는 단순화를 위한 bitmask로 clock-stop-mode0과 clock-stop-mode1 속성을 결합합니다.