Home
last modified time | relevance | path

Searched refs:tegra20_ac97 (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/sound/soc/tegra/
Dtegra20_ac97.c44 static struct tegra20_ac97 *workdata;
151 static inline void tegra20_ac97_start_playback(struct tegra20_ac97 *ac97) in tegra20_ac97_start_playback()
164 static inline void tegra20_ac97_stop_playback(struct tegra20_ac97 *ac97) in tegra20_ac97_stop_playback()
173 static inline void tegra20_ac97_start_capture(struct tegra20_ac97 *ac97) in tegra20_ac97_start_capture()
180 static inline void tegra20_ac97_stop_capture(struct tegra20_ac97 *ac97) in tegra20_ac97_stop_capture()
189 struct tegra20_ac97 *ac97 = snd_soc_dai_get_drvdata(dai); in tegra20_ac97_trigger()
221 struct tegra20_ac97 *ac97 = snd_soc_dai_get_drvdata(dai); in tegra20_ac97_probe()
313 struct tegra20_ac97 *ac97; in tegra20_ac97_platform_probe()
318 ac97 = devm_kzalloc(&pdev->dev, sizeof(struct tegra20_ac97), in tegra20_ac97_platform_probe()
421 struct tegra20_ac97 *ac97 = dev_get_drvdata(&pdev->dev); in tegra20_ac97_platform_remove()
Dtegra20_ac97.h86 struct tegra20_ac97 { struct
DMakefile4 snd-soc-tegra20-ac97-objs := tegra20_ac97.o