mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
Added SNDRV_HWDEP_IFACE_BLUETOOTH
This commit is contained in:
parent
e156d54c84
commit
b2e8c7fd49
1 changed files with 2 additions and 1 deletions
|
|
@ -108,9 +108,10 @@ enum sndrv_hwdep_iface {
|
||||||
SNDRV_HWDEP_IFACE_MIXART, /* Digigram miXart cards */
|
SNDRV_HWDEP_IFACE_MIXART, /* Digigram miXart cards */
|
||||||
SNDRV_HWDEP_IFACE_USX2Y, /* Tascam US122, US224 & US428 usb */
|
SNDRV_HWDEP_IFACE_USX2Y, /* Tascam US122, US224 & US428 usb */
|
||||||
SNDRV_HWDEP_IFACE_EMUX_WAVETABLE, /* EmuX wavetable */
|
SNDRV_HWDEP_IFACE_EMUX_WAVETABLE, /* EmuX wavetable */
|
||||||
|
SNDRV_HWDEP_IFACE_BLUETOOTH, /* Bluetooth audio */
|
||||||
|
|
||||||
/* Don't forget to change the following: */
|
/* Don't forget to change the following: */
|
||||||
SNDRV_HWDEP_IFACE_LAST = SNDRV_HWDEP_IFACE_EMUX_WAVETABLE,
|
SNDRV_HWDEP_IFACE_LAST = SNDRV_HWDEP_IFACE_BLUETOOTH,
|
||||||
};
|
};
|
||||||
|
|
||||||
struct sndrv_hwdep_info {
|
struct sndrv_hwdep_info {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue