Lines Matching defs:ak4113
21 #include <sound/ak4113.h>
25 struct ak4113 *ak4113;
814 return snd_ak4113_build(spec->ak4113,
927 /* Called when ak4113 detects change in the input SPDIF stream */
928 static void qtet_ak4113_change(struct ak4113 *ak4113, unsigned char c0,
931 struct snd_ice1712 *ice = ak4113->change_callback_private;
936 rate = snd_ak4113_external_rate(ak4113);
937 /* dev_dbg(ice->card->dev, "ak4113 - input rate changed to %d\n",
958 rate = snd_ak4113_external_rate(spec->ak4113);
1040 ice, &spec->ak4113);
1044 spec->ak4113->change_callback = qtet_ak4113_change;
1045 spec->ak4113->change_callback_private = ice;
1048 spec->ak4113->check_flags = 0;