Lines Matching refs:ak4114
24 struct ak4114 *ak4114;
42 * ice1724+ak4114-based cards, detects spdif input rate correctly.
176 rate = snd_ak4114_external_rate(spec->ak4114);
253 /* reinit ak4114 */
254 snd_ak4114_reinit(spec->ak4114);
463 return snd_ak4114_build(spec->ak4114, NULL,
478 /* reinit ak4114 */
479 snd_ak4114_resume(spec->ak4114);
489 snd_ak4114_suspend(spec->ak4114);
551 /* Called when ak4114 detects change in the input SPDIF stream */
552 static void juli_ak4114_change(struct ak4114 *ak4114, unsigned char c0,
555 struct snd_ice1712 *ice = ak4114->change_callback_private;
559 rate = snd_ak4114_external_rate(ak4114);
560 /* dev_dbg(ice->card->dev, "ak4114 - input rate changed to %d\n",
594 ice, &spec->ak4114);
598 spec->ak4114->change_callback = juli_ak4114_change;
599 spec->ak4114->change_callback_private = ice;
601 spec->ak4114->check_flags = 0;