#include <linux/init.h>
#include <linux/module.h>
#include <linux/device.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/initval.h>
#include <sound/soc.h>
#include <sound/asound.h>
#include <sound/asoundef.h>
#include <video/omapdss.h>
#include "omap-pcm.h"
#include "omap-hdmi.h"
Go to the source code of this file.
MODULE_ALIAS |
( |
"platform:" |
DRV_NAME | ) |
|
MODULE_AUTHOR |
( |
"Jorge Candelaria <jorge.candelaria@ti.com>" |
| ) |
|
MODULE_AUTHOR |
( |
"Ricardo Neri <ricardo.neri@ti.com>" |
| ) |
|
module_platform_driver |
( |
hdmi_dai_driver |
| ) |
|