#include <linux/tty.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/regulator/consumer.h>
#include <sound/core.h>
#include <sound/initval.h>
#include <sound/soc.h>
#include "cx20442.h"
Go to the source code of this file.
|
enum | v253_vls {
V253_VLS_NONE = 0,
V253_VLS_T,
V253_VLS_L,
V253_VLS_LT,
V253_VLS_S,
V253_VLS_ST,
V253_VLS_M,
V253_VLS_MST,
V253_VLS_S1,
V253_VLS_S1T,
V253_VLS_MS1T,
V253_VLS_M1,
V253_VLS_M1ST,
V253_VLS_M1S1T,
V253_VLS_H,
V253_VLS_HT,
V253_VLS_MS,
V253_VLS_MS1,
V253_VLS_M1S,
V253_VLS_M1S1,
V253_VLS_TEST
} |
|
- Enumerator:
V253_VLS_NONE |
|
V253_VLS_T |
|
V253_VLS_L |
|
V253_VLS_LT |
|
V253_VLS_S |
|
V253_VLS_ST |
|
V253_VLS_M |
|
V253_VLS_MST |
|
V253_VLS_S1 |
|
V253_VLS_S1T |
|
V253_VLS_MS1T |
|
V253_VLS_M1 |
|
V253_VLS_M1ST |
|
V253_VLS_M1S1T |
|
V253_VLS_H |
|
V253_VLS_HT |
|
V253_VLS_MS |
|
V253_VLS_MS1 |
|
V253_VLS_M1S |
|
V253_VLS_M1S1 |
|
V253_VLS_TEST |
|
Definition at line 102 of file cx20442.c.
MODULE_ALIAS |
( |
"platform:cx20442-codec" |
| ) |
|
MODULE_AUTHOR |
( |
"Janusz Krzysztofik" |
| ) |
|
module_platform_driver |
( |
cx20442_platform_driver |
| ) |
|
Initial value:= {
.name = "cx20442",
.open = v253_open,
.close = v253_close,
.hangup = v253_hangup,
.receive_buf = v253_receive,
.write_wakeup = v253_wakeup,
}
Definition at line 293 of file cx20442.c.