#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/pm.h>
#include <linux/i2c.h>
#include <linux/regmap.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
#include <sound/soc-dapm.h>
#include <sound/initval.h>
#include <sound/tlv.h>
#include "rt5631.h"
Go to the source code of this file.
Value:
SNDRV_PCM_FMTBIT_S20_3LE | \
SNDRV_PCM_FMTBIT_S24_LE | \
SNDRV_PCM_FMTBIT_S8)
Definition at line 1663 of file rt5631.c.
#define rt5631_resume NULL |
#define rt5631_suspend NULL |
MODULE_DESCRIPTION |
( |
"ASoC RT5631 driver" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
i2c |
, |
|
|
rt5631_i2c_id |
|
|
) |
| |
module_i2c_driver |
( |
rt5631_i2c_driver |
| ) |
|