diff options
Diffstat (limited to 'sound/soc/codecs/cx20442.h')
-rw-r--r-- | sound/soc/codecs/cx20442.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sound/soc/codecs/cx20442.h b/sound/soc/codecs/cx20442.h new file mode 100644 index 000000000..bb897bcb2 --- /dev/null +++ b/sound/soc/codecs/cx20442.h @@ -0,0 +1,13 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * cx20442.h -- audio driver for CX20442 + * + * Copyright 2009 Janusz Krzysztofik <jkrzyszt@tis.icnet.pl> + */ + +#ifndef _CX20442_CODEC_H +#define _CX20442_CODEC_H + +extern struct tty_ldisc_ops v253_ops; + +#endif |