Searched refs:ati_channel_setup (Results 1 - 1 of 1) sorted by relevance

/linux-master/sound/pci/hda/
H A Dpatch_hdmi.c4221 int ati_channel_setup = 0; local
4244 /* ati_channel_setup format: [7..4] = stream_channel_id, [1] = mute, [0] = enable */
4247 ati_channel_setup = (stream_channel << 4) | ATI_OUT_ENABLE;
4249 return snd_hda_codec_write(codec, pin_nid, 0, verb, ati_channel_setup);
4259 int ati_channel_setup; local
4274 ati_channel_setup = snd_hda_codec_read(codec, pin_nid, 0, verb, 0);
4276 if (!(ati_channel_setup & ATI_OUT_ENABLE))
4279 return ((ati_channel_setup & 0xf0) >> 4) + !!was_odd;

Completed in 271 milliseconds