/* * Apple Onboard Audio Alsa private helpers * * Copyright 2006 Johannes Berg * * GPL v2, can be found in COPYING. */ #ifndef __SND_AOA_ALSA_H #define __SND_AOA_ALSA_H #include "../aoa.h" extern int aoa_alsa_init(char *name, struct module *mod, struct device *dev); extern void aoa_alsa_cleanup(void); #endif /* __SND_AOA_ALSA_H */
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2016-10-24 00:44:10 +0000
committerMark Brown <broonie@kernel.org>2016-10-24 16:11:42 +0100
commit1236fa1e3c29922d201da0926aa8d62427f74814 (patch)
tree4b803e5a55f2e08bbec567783eb3848c5a7e5c28 /tools
parent1001354ca34179f3db924eb66672442a173147dc (diff)
ASoC: soc.h: use bit field for playback/capture_only
Current snd_soc_dai_link is already using many bit fields. Let's use it for playback_only/capture_only too. We can reduce struct size in certain environment. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools')