ALSA를 통해 파일을 재생중일때만
/proc/asound/card0/pcm0p/sub0/sw_params
/proc/asound/card0/pcm0p/sub0/hw_params 파일의 값이 나오게 된다.
/proc/asound/card0/pcm0p/ - play
/proc/asound/card0/pcm0c/ - capture
$ tree /proc/asound/
/proc/asound/
├── Generic -> card1
├── Intel -> card0
├── card0
│ ├── codec#2
│ ├── id
│ ├── oss_mixer
│ ├── pcm0c
│ │ ├── info
│ │ ├── oss
│ │ └── sub0
│ │ ├── hw_params
│ │ ├── info
│ │ ├── prealloc
│ │ ├── prealloc_max
│ │ ├── status
│ │ └── sw_params
│ └── pcm0p
│ ├── info
│ ├── oss
│ └── sub0
│ ├── hw_params
│ ├── info
│ ├── prealloc
│ ├── prealloc_max
│ ├── status
│ └── sw_params
├── card1
│ ├── codec#0
│ ├── id
│ ├── oss_mixer
│ └── pcm3p
│ ├── info
│ └── sub0
│ ├── hw_params
│ ├── info
│ ├── prealloc
│ ├── prealloc_max
│ ├── status
│ └── sw_params
├── cards
├── devices
├── hwdep
├── modules
├── oss
│ ├── devices
│ └── sndstat
├── pcm
├── seq
│ ├── clients
│ ├── drivers
│ ├── oss
│ ├── queues
│ └── timer
├── timers
└── version
'Linux API > alsa' 카테고리의 다른 글
alsa + ffmpeg 벤치마크(?) (0) | 2014.10.23 |
---|---|
alsa 패키지 종류 (0) | 2014.10.21 |
alsa 버전확인하기 (0) | 2014.10.16 |
alsa 프로그래밍 정리 (0) | 2014.09.18 |
ALSA (Advanced Linux Sound Architecture) (0) | 2014.09.15 |