Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/
Dintel8x0m.c169 unsigned int ichd; /* ich device number */ member
206 struct ichdev ichd[2]; member
520 ichdev = &chip->ichd[i]; in snd_intel8x0m_interrupt()
661 return snd_intel8x0m_pcm_open(substream, &chip->ichd[ICHD_MDMOUT]); in snd_intel8x0m_playback_open()
668 chip->ichd[ICHD_MDMOUT].substream = NULL; in snd_intel8x0m_playback_close()
676 return snd_intel8x0m_pcm_open(substream, &chip->ichd[ICHD_MDMIN]); in snd_intel8x0m_capture_open()
683 chip->ichd[ICHD_MDMIN].substream = NULL; in snd_intel8x0m_capture_close()
798 if (! chip->ichd[rec->ac97_idx].ac97) in snd_intel8x0m_pcm()
867 if(ac97_is_modem(x97) && !chip->ichd[ICHD_MDMIN].ac97) { in snd_intel8x0m_mixer()
868 chip->ichd[ICHD_MDMIN].ac97 = x97; in snd_intel8x0m_mixer()
[all …]
Dintel8x0.c356 unsigned int ichd; /* ich device number */ member
398 struct ichdev ichd[6]; member
832 ichdev = &chip->ichd[i]; in snd_intel8x0_interrupt()
972 if (ichdev->ichd == ICHD_PCMOUT && chip->spdif_idx < 0) in snd_intel8x0_hw_params()
1059 if (ichdev->ichd == ICHD_PCMOUT) { in snd_intel8x0_pcm_prepare()
1199 err = snd_intel8x0_pcm_open(substream, &chip->ichd[ICHD_PCMOUT]); in snd_intel8x0_playback_open()
1231 chip->ichd[ICHD_PCMOUT].substream = NULL; in snd_intel8x0_playback_close()
1239 return snd_intel8x0_pcm_open(substream, &chip->ichd[ICHD_PCMIN]); in snd_intel8x0_capture_open()
1246 chip->ichd[ICHD_PCMIN].substream = NULL; in snd_intel8x0_capture_close()
1254 return snd_intel8x0_pcm_open(substream, &chip->ichd[ICHD_MIC]); in snd_intel8x0_mic_open()
[all …]