diff --git a/include/sound/asound.h b/include/sound/asound.h index 1effd4b0..45b9b64b 100644 --- a/include/sound/asound.h +++ b/include/sound/asound.h @@ -108,9 +108,10 @@ enum sndrv_hwdep_iface { SNDRV_HWDEP_IFACE_MIXART, /* Digigram miXart cards */ SNDRV_HWDEP_IFACE_USX2Y, /* Tascam US122, US224 & US428 usb */ SNDRV_HWDEP_IFACE_EMUX_WAVETABLE, /* EmuX wavetable */ + SNDRV_HWDEP_IFACE_BLUETOOTH, /* Bluetooth audio */ /* 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 {