audio-lnx: Add latest snapshot for audio drivers.
Propagate the changes based on latest snapshot for audio kernel source tree. Change-Id: I15cdbf2651ee8bf70a56b08013e1fbce16859d9b Signed-off-by: Asish Bhattacharya <asishb@codeaurora.org>
This commit is contained in:

committed by
Martin Fick

parent
366f750416
commit
84f7f73144
@@ -53,4 +53,14 @@ struct dts_eagle_param_desc {
|
||||
uint32_t device;
|
||||
} __packed;
|
||||
|
||||
#define HWDEP_FE_BASE 3000 /*unique base for FE hw dep nodes*/
|
||||
struct snd_pcm_mmap_fd {
|
||||
int32_t dir;
|
||||
int32_t fd;
|
||||
int32_t size;
|
||||
int32_t actual_size;
|
||||
};
|
||||
|
||||
#define SNDRV_PCM_IOCTL_MMAP_DATA_FD _IOWR('U', 0xd2, struct snd_pcm_mmap_fd)
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user