Home
last modified time | relevance | path

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

/linux-2.6.39/sound/ppc/
Dpmac.c610 if (chip->can_capture) { in snd_pmac_pcm_open()
711 if (! chip->can_capture) in snd_pmac_pcm_new()
718 if (chip->can_capture) in snd_pmac_pcm_new()
954 chip->can_capture = 1; in snd_pmac_detect()
1029 chip->can_capture = 0; /* no capture */ in snd_pmac_detect()
1036 chip->can_capture = of_machine_is_compatible("PowerMac4,2") in snd_pmac_detect()
Dpmac.h110 unsigned int can_capture : 1; member