Searched refs:socdev (Results 1 - 25 of 81) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dac97.c33 struct snd_soc_device *socdev = rtd->socdev; local
34 struct snd_soc_codec *codec = socdev->card->codec;
83 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
84 struct snd_soc_card *card = socdev->card;
93 socdev->card->codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL);
94 if (!socdev->card->codec)
96 codec = socdev->card->codec;
109 ret = snd_soc_new_pcms(socdev, SNDRV_DEFAULT_IDX1, SNDRV_DEFAULT_STR1);
133 snd_soc_free_pcms(socdev);
143 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
158 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
167 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
[all...]
H A Dpcm3008.c64 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
66 struct pcm3008_setup_data *setup = socdev->codec_data;
71 socdev->card->codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL);
72 if (!socdev->card->codec)
75 codec = socdev->card->codec;
88 ret = snd_soc_new_pcms(socdev, SNDRV_DEFAULT_IDX1, SNDRV_DEFAULT_STR1);
134 kfree(socdev->card->codec);
141 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
142 struct snd_soc_codec *codec = socdev->card->codec;
143 struct pcm3008_setup_data *setup = socdev
158 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
169 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
[all...]
H A Dad73311.c45 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
57 socdev->card->codec = codec;
62 ret = snd_soc_new_pcms(socdev, SNDRV_DEFAULT_IDX1, SNDRV_DEFAULT_STR1);
71 kfree(socdev->card->codec);
72 socdev->card->codec = NULL;
78 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
79 struct snd_soc_codec *codec = socdev->card->codec;
83 snd_soc_free_pcms(socdev);
H A Dads117x.c43 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
51 socdev->card->codec = codec;
61 ret = snd_soc_new_pcms(socdev, SNDRV_DEFAULT_IDX1, SNDRV_DEFAULT_STR1);
73 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
74 struct snd_soc_codec *codec = socdev->card->codec;
76 snd_soc_free_pcms(socdev);
H A Dwm8728.c99 struct snd_soc_device *socdev = rtd->socdev; local
100 struct snd_soc_codec *codec = socdev->card->codec;
228 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
229 struct snd_soc_codec *codec = socdev->card->codec;
238 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
239 struct snd_soc_codec *codec = socdev->card->codec;
250 static int wm8728_init(struct snd_soc_device *socdev, argument
253 struct snd_soc_codec *codec = socdev->card->codec;
277 ret = snd_soc_new_pcms(socdev, SNDRV_DEFAULT_IDX
311 struct snd_soc_device *socdev = wm8728_socdev; local
392 struct snd_soc_device *socdev = wm8728_socdev; local
423 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
463 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
[all...]
H A Dwm8727.c52 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
57 socdev->card->codec = wm8727_codec;
60 ret = snd_soc_new_pcms(socdev, SNDRV_DEFAULT_IDX1, SNDRV_DEFAULT_STR1);
69 kfree(socdev->card->codec);
70 socdev->card->codec = NULL;
76 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
78 snd_soc_free_pcms(socdev);
H A Dwm9705.c251 struct snd_soc_device *socdev = rtd->socdev; local
252 struct snd_soc_codec *codec = socdev->card->codec;
323 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
324 struct snd_soc_codec *codec = socdev->card->codec;
333 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
334 struct snd_soc_codec *codec = socdev->card->codec;
357 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
363 socdev->card->codec = kzalloc(sizeof(struct snd_soc_codec),
365 if (socdev
422 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
[all...]
H A Dad1980.c190 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
198 socdev->card->codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL);
199 if (socdev->card->codec == NULL)
201 codec = socdev->card->codec;
230 ret = snd_soc_new_pcms(socdev, SNDRV_DEFAULT_IDX1, SNDRV_DEFAULT_STR1);
273 snd_soc_free_pcms(socdev);
282 kfree(socdev->card->codec);
283 socdev->card->codec = NULL;
289 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
290 struct snd_soc_codec *codec = socdev
[all...]
H A Dak4535.c316 struct snd_soc_device *socdev = rtd->socdev; local
317 struct snd_soc_codec *codec = socdev->card->codec;
436 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
437 struct snd_soc_codec *codec = socdev->card->codec;
445 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
446 struct snd_soc_codec *codec = socdev->card->codec;
456 static int ak4535_init(struct snd_soc_device *socdev) argument
458 struct snd_soc_codec *codec = socdev->card->codec;
475 ret = snd_soc_new_pcms(socdev, SNDRV_DEFAULT_IDX
503 struct snd_soc_device *socdev = ak4535_socdev; local
583 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
628 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
[all...]
H A Dssm2602.c279 struct snd_soc_device *socdev = rtd->socdev; local
280 struct snd_soc_codec *codec = socdev->card->codec;
324 struct snd_soc_device *socdev = rtd->socdev; local
325 struct snd_soc_codec *codec = socdev->card->codec;
363 struct snd_soc_device *socdev = rtd->socdev; local
364 struct snd_soc_codec *codec = socdev->card->codec;
375 struct snd_soc_device *socdev local
541 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
550 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
570 ssm2602_init(struct snd_soc_device *socdev) argument
635 struct snd_soc_device *socdev = ssm2602_socdev; local
710 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
750 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
[all...]
H A Dspdif_transciever.c35 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
44 socdev->card->codec = spdif_dit_codec;
47 ret = snd_soc_new_pcms(socdev, SNDRV_DEFAULT_IDX1, SNDRV_DEFAULT_STR1);
61 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
63 snd_soc_free_pcms(socdev);
H A Dcq93vc.c153 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
154 struct snd_soc_codec *codec = socdev->card->codec;
165 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
170 socdev->card->codec = cq93vc_codec;
171 codec = socdev->card->codec;
174 ret = snd_soc_new_pcms(socdev, SNDRV_DEFAULT_IDX1, SNDRV_DEFAULT_STR1);
192 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
194 snd_soc_free_pcms(socdev);
195 snd_soc_dapm_free(socdev);
264 struct snd_soc_device *socdev local
[all...]
H A Dtlv320aic23.c407 struct snd_soc_device *socdev = rtd->socdev; local
408 struct snd_soc_codec *codec = socdev->card->codec;
455 struct snd_soc_device *socdev = rtd->socdev; local
456 struct snd_soc_codec *codec = socdev->card->codec;
468 struct snd_soc_device *socdev = rtd->socdev; local
469 struct snd_soc_codec *codec = socdev->card->codec;
618 struct snd_soc_device *socdev local
628 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
646 tlv320aic23_init(struct snd_soc_device *socdev) argument
726 struct snd_soc_device *socdev = tlv320aic23_socdev; local
774 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
803 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
[all...]
H A Dad1836.c149 struct snd_soc_device *socdev = rtd->socdev; local
150 struct snd_soc_codec *codec = socdev->card->codec;
179 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
180 struct snd_soc_codec *codec = socdev->card->codec;
191 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
192 struct snd_soc_codec *codec = socdev->card->codec;
350 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
359 socdev->card->codec = ad1836_codec;
363 ret = snd_soc_new_pcms(socdev, SNDRV_DEFAULT_IDX
382 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
[all...]
H A Dwm8510.c406 struct snd_soc_device *socdev = rtd->socdev; local
407 struct snd_soc_codec *codec = socdev->card->codec;
538 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
539 struct snd_soc_codec *codec = socdev->card->codec;
547 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
548 struct snd_soc_codec *codec = socdev->card->codec;
568 static int wm8510_init(struct snd_soc_device *socdev, argument
571 struct snd_soc_codec *codec = socdev->card->codec;
595 ret = snd_soc_new_pcms(socdev, SNDRV_DEFAULT_IDX
626 struct snd_soc_device *socdev = wm8510_socdev; local
707 struct snd_soc_device *socdev = wm8510_socdev; local
738 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
777 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
[all...]
H A Duda134x.c164 struct snd_soc_device *socdev = rtd->socdev; local
165 struct snd_soc_codec *codec = socdev->card->codec;
197 struct snd_soc_device *socdev = rtd->socdev; local
198 struct snd_soc_codec *codec = socdev->card->codec;
212 struct snd_soc_device *socdev = rtd->socdev; local
213 struct snd_soc_codec *codec = socdev->card->codec;
494 struct snd_soc_device *socdev local
615 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
635 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
645 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
[all...]
H A Dwm9712.c481 struct snd_soc_device *socdev = rtd->socdev; local
482 struct snd_soc_codec *codec = socdev->card->codec;
502 struct snd_soc_device *socdev = rtd->socdev; local
503 struct snd_soc_codec *codec = socdev->card->codec;
603 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
604 struct snd_soc_codec *codec = socdev->card->codec;
612 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
613 struct snd_soc_codec *codec = socdev
640 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
715 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
[all...]
H A Dstac9766.c263 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
264 struct snd_soc_codec *codec = socdev->card->codec;
272 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
273 struct snd_soc_codec *codec = socdev->card->codec;
349 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
355 socdev->card->codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL);
356 if (socdev->card->codec == NULL)
358 codec = socdev->card->codec;
385 ret = snd_soc_new_pcms(socdev, SNDRV_DEFAULT_IDX1, SNDRV_DEFAULT_STR1);
406 snd_soc_free_pcms(socdev);
419 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
[all...]
H A Dwm8971.c495 struct snd_soc_device *socdev = rtd->socdev; local
496 struct snd_soc_codec *codec = socdev->card->codec;
603 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
604 struct snd_soc_codec *codec = socdev->card->codec;
612 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
613 struct snd_soc_codec *codec = socdev->card->codec;
642 static int wm8971_init(struct snd_soc_device *socdev, argument
645 struct snd_soc_codec *codec = socdev->card->codec;
668 ret = snd_soc_new_pcms(socdev, SNDRV_DEFAULT_IDX
722 struct snd_soc_device *socdev = wm8971_socdev; local
804 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
857 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
[all...]
H A Dak4104.c148 struct snd_soc_device *socdev = rtd->socdev; local
149 struct snd_soc_codec *codec = socdev->card->codec;
299 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
303 /* Connect the codec to the socdev. snd_soc_new_pcms() needs this. */
304 socdev->card->codec = codec;
307 ret = snd_soc_new_pcms(socdev, SNDRV_DEFAULT_IDX1, SNDRV_DEFAULT_STR1);
318 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
319 snd_soc_free_pcms(socdev);
H A Duda1380.c477 struct snd_soc_device *socdev = rtd->socdev; local
478 struct snd_soc_codec *codec = socdev->card->codec;
504 struct snd_soc_device *socdev = rtd->socdev; local
505 struct snd_soc_codec *codec = socdev->card->codec;
543 struct snd_soc_device *socdev = rtd->socdev; local
544 struct snd_soc_codec *codec = socdev->card->codec;
651 struct snd_soc_device *socdev local
660 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
678 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
724 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
[all...]
H A Dwm8731.c226 struct snd_soc_device *socdev = rtd->socdev; local
227 struct snd_soc_codec *codec = socdev->card->codec;
256 struct snd_soc_device *socdev = rtd->socdev; local
257 struct snd_soc_codec *codec = socdev->card->codec;
269 struct snd_soc_device *socdev = rtd->socdev; local
270 struct snd_soc_codec *codec = socdev->card->codec;
453 struct snd_soc_device *socdev local
463 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
477 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
509 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
[all...]
H A Djz4740.c175 struct snd_soc_device *socdev = rtd->socdev; local
176 struct snd_soc_codec *codec = socdev->card->codec;
310 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
315 socdev->card->codec = codec;
317 ret = snd_soc_new_pcms(socdev, SNDRV_DEFAULT_IDX1, SNDRV_DEFAULT_STR1);
339 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
341 snd_soc_free_pcms(socdev);
342 snd_soc_dapm_free(socdev);
351 struct snd_soc_device *socdev local
359 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/s3c24xx/
H A Ds3c24xx_simtec.h13 struct snd_soc_device *socdev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/
H A Dsoc-core.c149 struct snd_soc_device *socdev = dev_get_drvdata(dev); local
150 struct snd_soc_card *card = socdev->card;
159 struct snd_soc_device *socdev = dev_get_drvdata(dev); local
160 struct snd_soc_card *card = socdev->card;
322 struct snd_soc_device *socdev = rtd->socdev; local
323 struct snd_soc_card *card = socdev->card;
356 struct snd_soc_device *socdev = rtd->socdev; local
357 struct snd_soc_card *card = socdev
556 struct snd_soc_device *socdev = rtd->socdev; local
620 struct snd_soc_device *socdev = rtd->socdev; local
695 struct snd_soc_device *socdev = rtd->socdev; local
768 struct snd_soc_device *socdev = rtd->socdev; local
804 struct snd_soc_device *socdev = rtd->socdev; local
840 struct snd_soc_device *socdev = rtd->socdev; local
883 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
997 struct snd_soc_device *socdev = card->socdev; local
1093 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
1336 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
1357 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
1389 struct snd_soc_device *socdev = platform_get_drvdata(pdev); local
1422 soc_new_pcm(struct snd_soc_device *socdev, struct snd_soc_dai_link *dai_link, int num) argument
1645 snd_soc_new_pcms(struct snd_soc_device *socdev, int idx, const char *xid) argument
1695 snd_soc_free_pcms(struct snd_soc_device *socdev) argument
[all...]

Completed in 147 milliseconds

1234