Searched refs:soc (Results 101 - 125 of 238) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/pxa/
H A Dtosa.c28 #include <sound/soc.h>
29 #include <sound/soc-dapm.h>
272 tosa_snd_device = platform_device_alloc("soc-audio", -1);
H A Dmagician.c28 #include <sound/soc.h>
29 #include <sound/soc-dapm.h>
507 magician_snd_device = platform_device_alloc("soc-audio", -1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/s3c24xx/
H A Ds3c24xx_simtec.c1 /* sound/soc/s3c24xx/s3c24xx_simtec.c
19 #include <sound/soc.h>
20 #include <sound/soc-dapm.h>
349 snd_dev = platform_device_alloc("soc-audio", -1);
351 dev_err(&pdev->dev, "failed to alloc soc-audio devicec\n");
361 dev_err(&pdev->dev, "failed to add soc-audio dev\n");
H A Ds3c24xx_uda134x.c20 #include <sound/soc.h>
21 #include <sound/soc-dapm.h>
320 s3c24xx_uda134x_snd_device = platform_device_alloc("soc-audio", -1);
H A Ds3c2412-i2s.c1 /* sound/soc/s3c24xx/s3c2412-i2s.c
32 #include <sound/soc.h>
H A Ds3c64xx-i2s-v4.c1 /* sound/soc/s3c24xx/s3c64xx-i2s-v4.c
16 #include <sound/soc.h>
H A Ds3c64xx-i2s.c1 /* sound/soc/s3c24xx/s3c64xx-i2s.c
19 #include <sound/soc.h>
H A Dsmartq_wm8987.c1 /* sound/soc/s3c24xx/smartq_wm8987.c
22 #include <sound/soc-dapm.h>
244 smartq_snd_device = platform_device_alloc("soc-audio", -1);
H A Dneo1973_gta02_wm8753.c24 #include <sound/soc.h>
25 #include <sound/soc-dapm.h>
443 neo1973_gta02_snd_device = platform_device_alloc("soc-audio", -1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/
H A Dsoc-jack.c2 * soc-jack.c -- ALSA SoC jack handling
15 #include <sound/soc.h>
16 #include <sound/soc-dapm.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dtlv320aic26.c20 #include <sound/soc.h>
21 #include <sound/soc-dapm.h>
22 #include <sound/soc-of-simple.h>
H A Dac97.c23 #include <sound/soc.h>
H A Dpcm3008.c26 #include <sound/soc.h>
H A Dad1836.c2 * File: sound/soc/codecs/ad1836.c
28 #include <sound/soc.h>
30 #include <sound/soc-dapm.h>
H A Dwm8728.c25 #include <sound/soc.h>
26 #include <sound/soc-dapm.h>
H A Dwm9705.c21 #include <sound/soc.h>
22 #include <sound/soc-dapm.h>
H A Dad193x.c20 #include <sound/soc.h>
22 #include <sound/soc-dapm.h>
H A Dak4535.c26 #include <sound/soc.h>
27 #include <sound/soc-dapm.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/fsl/
H A Dmpc5200_psc_i2s.c15 #include <sound/soc.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/omap/
H A Domap-mcpdm.c33 #include <sound/soc.h>
H A Dn810.c29 #include <sound/soc.h>
30 #include <sound/soc-dapm.h>
356 n810_snd_device = platform_device_alloc("soc-audio", -1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/sh/
H A Dsiu.h78 #include <sound/soc-dai.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dsoc-dai.h2 * linux/sound/soc-dai.h -- ALSA SoC Layer
19 #include <sound/soc.h>
165 * Called by soc-core to minimise any pops.
171 * Called by soc-core during audio PCM operations.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Ducc_uart.c1138 unsigned int soc; local
1151 if ((sscanf(soc_string, "PowerPC,%u", &soc) != 1) || !soc)
1159 return soc;
1229 unsigned int soc; local
1233 soc = soc_info(&rev_h, &rev_l);
1234 if (!soc) {
1239 soc, rev_h, rev_l);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/atmel/
H A Dplaypaq_wm8510.c1 /* sound/soc/at32/playpaq_wm8510.c
11 * This code is largely inspired by sound/soc/at91/eti_b1_wm8731.c
35 #include <sound/soc.h>
36 #include <sound/soc-dapm.h>
421 pr_warning("snd-soc-playpaq: "
436 playpaq_snd_device = platform_device_alloc("soc-audio", 0);

Completed in 115 milliseconds

12345678910