mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
use-case.h: add USB as allowed device name
Some USB devices are really generic where the PCM stream can be routed to different paths. Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
a43074ba17
commit
4327660c71
1 changed files with 1 additions and 0 deletions
|
|
@ -140,6 +140,7 @@ extern "C" {
|
||||||
#define SND_USE_CASE_DEV_EARPIECE "Earpiece" /**< Earpiece Device */
|
#define SND_USE_CASE_DEV_EARPIECE "Earpiece" /**< Earpiece Device */
|
||||||
#define SND_USE_CASE_DEV_SPDIF "SPDIF" /**< SPDIF Device */
|
#define SND_USE_CASE_DEV_SPDIF "SPDIF" /**< SPDIF Device */
|
||||||
#define SND_USE_CASE_DEV_HDMI "HDMI" /**< HDMI Device */
|
#define SND_USE_CASE_DEV_HDMI "HDMI" /**< HDMI Device */
|
||||||
|
#define SND_USE_CASE_DEV_USB "USB" /**< USB Device (multifunctional) */
|
||||||
/* add new devices to end of list */
|
/* add new devices to end of list */
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue