mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
use-case.h: add SND_USE_CASE_DEV_DIRECT define
It may be useful to define the devices without channel remapping (e.g. ProAudio devices). Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
d7d5c724ed
commit
46e991c9ce
1 changed files with 1 additions and 0 deletions
|
|
@ -141,6 +141,7 @@ extern "C" {
|
|||
#define SND_USE_CASE_DEV_SPDIF "SPDIF" /**< SPDIF Device */
|
||||
#define SND_USE_CASE_DEV_HDMI "HDMI" /**< HDMI Device */
|
||||
#define SND_USE_CASE_DEV_USB "USB" /**< USB Device (multifunctional) */
|
||||
#define SND_USE_CASE_DEV_DIRECT "Direct" /**< Direct Device (no channel remapping), (e.g. ProAudio usage) */
|
||||
/* add new devices to end of list */
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue