tegra20_ac97
static inline void tegra20_ac97_start_playback(struct tegra20_ac97 *ac97)
static inline void tegra20_ac97_stop_playback(struct tegra20_ac97 *ac97)
static inline void tegra20_ac97_start_capture(struct tegra20_ac97 *ac97)
static inline void tegra20_ac97_stop_capture(struct tegra20_ac97 *ac97)
struct tegra20_ac97 *ac97 = snd_soc_dai_get_drvdata(dai);
struct tegra20_ac97 *ac97 = snd_soc_dai_get_drvdata(dai);
struct tegra20_ac97 *ac97;
ac97 = devm_kzalloc(&pdev->dev, sizeof(struct tegra20_ac97),
static struct tegra20_ac97 *workdata;
struct tegra20_ac97 *ac97 = dev_get_drvdata(&pdev->dev);