Searched refs:VIA_REG_CAPTURE_CHANNEL (Results 1 – 1 of 1) sorted by relevance
238 #define VIA_REG_CAPTURE_CHANNEL 0x63 /* byte - input select */ macro1597 …long port = chip->port + (kcontrol->id.index ? (VIA_REG_CAPTURE_CHANNEL + 0x10) : VIA_REG_CAPTURE_… in snd_via8233_capture_source_get()1606 …long port = chip->port + (kcontrol->id.index ? (VIA_REG_CAPTURE_CHANNEL + 0x10) : VIA_REG_CAPTURE_… in snd_via8233_capture_source_put()2248 chip->capture_src_saved[0] = inb(chip->port + VIA_REG_CAPTURE_CHANNEL); in snd_via82xx_suspend()2249 chip->capture_src_saved[1] = inb(chip->port + VIA_REG_CAPTURE_CHANNEL + 0x10); in snd_via82xx_suspend()2270 outb(chip->capture_src_saved[0], chip->port + VIA_REG_CAPTURE_CHANNEL); in snd_via82xx_resume()2271 outb(chip->capture_src_saved[1], chip->port + VIA_REG_CAPTURE_CHANNEL + 0x10); in snd_via82xx_resume()