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);
441 return snd_ak4114_build(spec->ak4114, NULL,
456 /* reinit ak4114 */
457 snd_ak4114_resume(spec->ak4114);
467 snd_ak4114_suspend(spec->ak4114);
529 /* Called when ak4114 detects change in the input SPDIF stream */
530 static void juli_ak4114_change(struct ak4114 *ak4114, unsigned char c0,
533 struct snd_ice1712 *ice = ak4114->change_callback_private;
537 rate = snd_ak4114_external_rate(ak4114);
538 /* dev_dbg(ice->card->dev, "ak4114 - input rate changed to %d\n",
572 ice, &spec->ak4114);
576 spec->ak4114->change_callback = juli_ak4114_change;
577 spec->ak4114->change_callback_private = ice;
579 spec->ak4114->check_flags = 0;