我正在通过 amixer 应用程序。在这个应用程序中有两个打开的函数:
- snd_ctl_hw_open(&handle, NULL, card, 0)
- snd_ctl_open(&句柄, 卡, 0)
第一个是与 ALSA 内核交互,但我没有得到第二个函数到底在做什么。 snd_ctl_hw_open(&handle, NULL, card, 0)存在于从 amixer snd_card_get_index(optarg) 调用的control_hw.c中
我正在通过 amixer 应用程序。在这个应用程序中有两个打开的函数:
第一个是与 ALSA 内核交互,但我没有得到第二个函数到底在做什么。 snd_ctl_hw_open(&handle, NULL, card, 0)存在于从 amixer snd_card_get_index(optarg) 调用的control_hw.c中