Lines Matching defs:ak4113
21 #include <sound/ak4113.h>
25 struct ak4113 *ak4113;
796 return snd_ak4113_build(spec->ak4113,
909 /* Called when ak4113 detects change in the input SPDIF stream */
910 static void qtet_ak4113_change(struct ak4113 *ak4113, unsigned char c0,
913 struct snd_ice1712 *ice = ak4113->change_callback_private;
918 rate = snd_ak4113_external_rate(ak4113);
919 /* dev_dbg(ice->card->dev, "ak4113 - input rate changed to %d\n",
940 rate = snd_ak4113_external_rate(spec->ak4113);
1022 ice, &spec->ak4113);
1026 spec->ak4113->change_callback = qtet_ak4113_change;
1027 spec->ak4113->change_callback_private = ice;
1030 spec->ak4113->check_flags = 0;