Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4226f80 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Asoc: Add audio backend to hwdep interface"

parents 9a5b9240 1719b0de
Loading
Loading
Loading
Loading
+6 −1
Original line number Original line Diff line number Diff line
@@ -110,11 +110,16 @@ enum {
	SNDRV_HWDEP_IFACE_LINE6,	/* Line6 USB processors */
	SNDRV_HWDEP_IFACE_LINE6,	/* Line6 USB processors */
	SNDRV_HWDEP_IFACE_FW_MOTU,	/* MOTU FireWire series */
	SNDRV_HWDEP_IFACE_FW_MOTU,	/* MOTU FireWire series */
	SNDRV_HWDEP_IFACE_FW_FIREFACE,	/* RME Fireface series */
	SNDRV_HWDEP_IFACE_FW_FIREFACE,	/* RME Fireface series */
	SNDRV_HWDEP_IFACE_AUDIO_BE,	/* Backend Audio Control */
	SNDRV_HWDEP_IFACE_AUDIO_CODEC,  /* codec Audio Control */


	/* Don't forget to change the following: */
	/* Don't forget to change the following: */
	SNDRV_HWDEP_IFACE_LAST = SNDRV_HWDEP_IFACE_FW_FIREFACE
	SNDRV_HWDEP_IFACE_LAST = SNDRV_HWDEP_IFACE_AUDIO_CODEC
};
};


#define SNDRV_HWDEP_IFACE_AUDIO_BE SNDRV_HWDEP_IFACE_AUDIO_BE
#define SNDRV_HWDEP_IFACE_AUDIO_CODEC SNDRV_HWDEP_IFACE_AUDIO_CODEC

struct snd_hwdep_info {
struct snd_hwdep_info {
	unsigned int device;		/* WR: device number */
	unsigned int device;		/* WR: device number */
	int card;			/* R: card number */
	int card;			/* R: card number */