Lines Matching defs:ak4113
21 #include <sound/ak4113.h>
25 struct ak4113 *ak4113;
795 return snd_ak4113_build(spec->ak4113,
908 /* Called when ak4113 detects change in the input SPDIF stream */
909 static void qtet_ak4113_change(struct ak4113 *ak4113, unsigned char c0,
912 struct snd_ice1712 *ice = ak4113->change_callback_private;
917 rate = snd_ak4113_external_rate(ak4113);
918 /* dev_dbg(ice->card->dev, "ak4113 - input rate changed to %d\n",
939 rate = snd_ak4113_external_rate(spec->ak4113);
1021 ice, &spec->ak4113);
1025 spec->ak4113->change_callback = qtet_ak4113_change;
1026 spec->ak4113->change_callback_private = ice;
1029 spec->ak4113->check_flags = 0;