• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/

Lines Matching refs:socdev

149 	struct snd_soc_device *socdev = dev_get_drvdata(dev);
150 struct snd_soc_card *card = socdev->card;
159 struct snd_soc_device *socdev = dev_get_drvdata(dev);
160 struct snd_soc_card *card = socdev->card;
322 struct snd_soc_device *socdev = rtd->socdev;
323 struct snd_soc_card *card = socdev->card;
356 struct snd_soc_device *socdev = rtd->socdev;
357 struct snd_soc_card *card = socdev->card;
556 struct snd_soc_device *socdev = rtd->socdev;
557 struct snd_soc_card *card = socdev->card;
620 struct snd_soc_device *socdev = rtd->socdev;
621 struct snd_soc_card *card = socdev->card;
695 struct snd_soc_device *socdev = rtd->socdev;
697 struct snd_soc_card *card = socdev->card;
768 struct snd_soc_device *socdev = rtd->socdev;
770 struct snd_soc_card *card = socdev->card;
804 struct snd_soc_device *socdev = rtd->socdev;
805 struct snd_soc_card *card= socdev->card;
840 struct snd_soc_device *socdev = rtd->socdev;
841 struct snd_soc_card *card = socdev->card;
883 struct snd_soc_device *socdev = platform_get_drvdata(pdev);
884 struct snd_soc_card *card = socdev->card;
886 struct snd_soc_codec_device *codec_dev = socdev->codec_dev;
968 dev_dbg(socdev->dev, "CODEC is on over suspend\n");
997 struct snd_soc_device *socdev = card->socdev;
999 struct snd_soc_codec_device *codec_dev = socdev->codec_dev;
1001 struct platform_device *pdev = to_platform_device(socdev->dev);
1008 dev_dbg(socdev->dev, "starting resume work\n");
1037 dev_dbg(socdev->dev, "CODEC was on over suspend\n");
1083 dev_dbg(socdev->dev, "resume work completed\n");
1093 struct snd_soc_device *socdev = platform_get_drvdata(pdev);
1094 struct snd_soc_card *card = socdev->card;
1109 dev_dbg(socdev->dev, "Resuming AC97 immediately\n");
1112 dev_dbg(socdev->dev, "Scheduling resume work\n");
1114 dev_err(socdev->dev, "resume work item may be lost\n");
1132 struct snd_soc_codec_device *codec_dev = card->socdev->codec_dev;
1283 ret = snd_soc_dapm_sys_add(card->socdev->dev);
1287 ret = device_create_file(card->socdev->dev, &dev_attr_pmdown_time);
1291 ret = device_create_file(card->socdev->dev, &dev_attr_codec_reg);
1332 /* probes a new socdev */
1336 struct snd_soc_device *socdev = platform_get_drvdata(pdev);
1337 struct snd_soc_card *card = socdev->card;
1339 /* Bodge while we push things out of socdev */
1340 card->socdev = socdev;
1353 /* removes a socdev */
1357 struct snd_soc_device *socdev = platform_get_drvdata(pdev);
1358 struct snd_soc_card *card = socdev->card;
1360 struct snd_soc_codec_device *codec_dev = socdev->codec_dev;
1389 struct snd_soc_device *socdev = platform_get_drvdata(pdev);
1390 struct snd_soc_card *card = socdev->card;
1399 snd_soc_dapm_shutdown(socdev);
1422 static int soc_new_pcm(struct snd_soc_device *socdev,
1425 struct snd_soc_card *card = socdev->card;
1440 rtd->socdev = socdev;
1637 * @socdev: the SoC audio device
1645 int snd_soc_new_pcms(struct snd_soc_device *socdev, int idx, const char *xid)
1647 struct snd_soc_card *card = socdev->card;
1662 codec->socdev = socdev;
1663 codec->card->dev = socdev->dev;
1669 ret = soc_new_pcm(socdev, &card->dai_link[i], i);
1690 * @socdev: the SoC audio device
1692 * Frees sound card and pcms associated with the socdev.
1695 void snd_soc_free_pcms(struct snd_soc_device *socdev)
1697 struct snd_soc_codec *codec = socdev->card->codec;
1719 device_remove_file(socdev->dev, &dev_attr_codec_reg);