Home
last modified time | relevance | path

Searched refs:ac97_tag (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/sound/soc/blackfin/
Dbf5xx-ac97.c50 dst->ac97_tag = TAG_VALID; in bf5xx_pcm_to_ac97()
53 dst->ac97_tag |= TAG_PCM_RIGHT; in bf5xx_pcm_to_ac97()
57 dst->ac97_tag |= TAG_PCM_LEFT; in bf5xx_pcm_to_ac97()
63 dst->ac97_tag |= TAG_PCM_SL; in bf5xx_pcm_to_ac97()
67 dst->ac97_tag |= TAG_PCM_SR; in bf5xx_pcm_to_ac97()
71 dst->ac97_tag |= TAG_PCM_LFE; in bf5xx_pcm_to_ac97()
75 dst->ac97_tag |= TAG_PCM_CENTER; in bf5xx_pcm_to_ac97()
113 nextwrite[cmd_count[nextfrag]].ac97_tag |= TAG_CMD; in enqueue_cmd()
138 out_frame[0].ac97_tag = TAG_VALID | TAG_CMD; in bf5xx_ac97_read()
159 frame.ac97_tag = TAG_VALID | TAG_CMD; in bf5xx_ac97_write()
Dbf5xx-ac97.h14 u16 ac97_tag; /* slot 0 */ member