Searched full:ak4642 (Results  1 – 6 of 6) sorted by relevance
| /linux/sound/soc/codecs/ | 
| H A D | ak4642.c | 3 // ak4642.c  --  AK4642/AK4643 ALSA Soc Audio driver17  * AK4642 is tested.
 65 #define FIL1_3		0x1f	/* The maximum valid register for ak4642 */
 241  * ak4642 register cache
 256 /* The default settings for 0x0 ~ 0x1f registers are the same for ak4642
 257    and ak4643. So we reuse the ak4643 reg_default for ak4642.
 258    The valid registers for ak4642 are 0x0 ~ 0x1f which is a subset of ak4643,
 259    so define NUM_AK4642_REG_DEFAULTS for ak4642.
 292 		 * "ASAHI KASEI AK4642" (japanese) manual p97.  in ak4642_dai_startup()
 308 		 * "ASAHI KASEI AK4642" (japanese) manual p94.  in ak4642_dai_startup()
 [all …]
 
 | 
| H A D | Makefile | 44 snd-soc-ak4642-y := ak4642.o474 obj-$(CONFIG_SND_SOC_AK4642)	+= snd-soc-ak4642.o
 
 | 
| H A D | ak4613.c | 8 // Based on ak4642.c by Kuninori Morimoto
 | 
| H A D | Kconfig | 631 	tristate "AKM AK4642 CODEC"
 | 
| /linux/Documentation/devicetree/bindings/sound/ | 
| H A D | asahi-kasei,ak4642.yaml | 4 $id: http://devicetree.org/schemas/sound/asahi-kasei,ak4642.yaml#7 title: AK4642 I2C transmitter
 18       - asahi-kasei,ak4642
 
 | 
| /linux/arch/sh/boards/mach-se/7724/ | 
| H A D | setup.c | 304 	.name		= "AK4642",305 	.card		= "FSIA-AK4642",
 306 	.codec		= "ak4642-codec.0-0012",
 313 		.name	= "ak4642-hifi",
 603 		I2C_BOARD_INFO("ak4642", 0x12),
 
 |