Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/tegra/
H A Dtegra20_ac97.c35 static struct tegra20_ac97 *workdata;
142 static inline void tegra20_ac97_start_playback(struct tegra20_ac97 *ac97) in tegra20_ac97_start_playback()
155 static inline void tegra20_ac97_stop_playback(struct tegra20_ac97 *ac97) in tegra20_ac97_stop_playback()
164 static inline void tegra20_ac97_start_capture(struct tegra20_ac97 *ac97) in tegra20_ac97_start_capture()
171 static inline void tegra20_ac97_stop_capture(struct tegra20_ac97 *ac97) in tegra20_ac97_stop_capture()
180 struct tegra20_ac97 *ac97 = snd_soc_dai_get_drvdata(dai); in tegra20_ac97_trigger()
208 struct tegra20_ac97 *ac97 = snd_soc_dai_get_drvdata(dai); in tegra20_ac97_probe()
304 struct tegra20_ac97 *ac97; in tegra20_ac97_platform_probe()
309 ac97 = devm_kzalloc(&pdev->dev, sizeof(struct tegra20_ac97), in tegra20_ac97_platform_probe()
433 struct tegra20_ac97 *ac97 = dev_get_drvdata(&pdev->dev); in tegra20_ac97_platform_remove()
H A Dtegra20_ac97.h77 struct tegra20_ac97 { struct
H A DMakefile5 snd-soc-tegra20-ac97-objs := tegra20_ac97.o