ati_sad           635 sound/pci/hda/hda_eld.c 	int spkalloc, ati_sad, aud_synch;
ati_sad           703 sound/pci/hda/hda_eld.c 		ati_sad = snd_hda_codec_read(codec, nid, 0, ATI_VERB_GET_AUDIO_DESCRIPTOR, 0);
ati_sad           705 sound/pci/hda/hda_eld.c 		if (ati_sad <= 0)
ati_sad           708 sound/pci/hda/hda_eld.c 		if (ati_sad & ATI_AUDIODESC_RATES) {
ati_sad           710 sound/pci/hda/hda_eld.c 			buf[pos++] = (ati_sad & 0x0000ff) >> 0;
ati_sad           711 sound/pci/hda/hda_eld.c 			buf[pos++] = (ati_sad & 0x00ff00) >> 8;
ati_sad           712 sound/pci/hda/hda_eld.c 			buf[pos++] = (ati_sad & 0xff0000) >> 16;
ati_sad           716 sound/pci/hda/hda_eld.c 		    && (ati_sad & ATI_AUDIODESC_LPCM_STEREO_RATES)
ati_sad           717 sound/pci/hda/hda_eld.c 		    && (ati_sad & ATI_AUDIODESC_LPCM_STEREO_RATES) >> 16 != (ati_sad & ATI_AUDIODESC_RATES)) {
ati_sad           719 sound/pci/hda/hda_eld.c 			buf[pos++] = ((ati_sad & 0x000000ff) & ~ATI_AUDIODESC_CHANNELS) | 0x1;
ati_sad           721 sound/pci/hda/hda_eld.c 			buf[pos++] = (ati_sad & 0xff000000) >> 24;
ati_sad           722 sound/pci/hda/hda_eld.c 			buf[pos++] = (ati_sad & 0x00ff0000) >> 16;