Searched refs:PLAYBACK_CONTROL (Results 1 – 2 of 2) sorted by relevance
/sound/pci/ |
D | als300.c | 59 #define PLAYBACK_CONTROL 0x82 macro 353 data->control_register = PLAYBACK_CONTROL; in snd_als300_playback_open() 406 tmp = snd_als300_gcr_read(chip->port, PLAYBACK_CONTROL); in snd_als300_playback_prepare() 415 snd_als300_gcr_write(chip->port, PLAYBACK_CONTROL, tmp); in snd_als300_playback_prepare() 591 tmp = snd_als300_gcr_read(chip->port, PLAYBACK_CONTROL); in snd_als300_init() 592 snd_als300_gcr_write(chip->port, PLAYBACK_CONTROL, in snd_als300_init()
|
/sound/pci/ice1712/ |
D | ice1712.c | 915 old = inl(ICEMT(ice, PLAYBACK_CONTROL)); in snd_ice1712_pro_trigger() 920 outl(old, ICEMT(ice, PLAYBACK_CONTROL)); in snd_ice1712_pro_trigger() 941 old = inl(ICEMT(ice, PLAYBACK_CONTROL)); in snd_ice1712_pro_trigger() 946 outl(old, ICEMT(ice, PLAYBACK_CONTROL)); in snd_ice1712_pro_trigger() 986 if (inb(ICEMT(ice, PLAYBACK_CONTROL)) & (ICE1712_CAPTURE_START_SHADOW| in snd_ice1712_set_pro_rate() 1064 if (!(inl(ICEMT(ice, PLAYBACK_CONTROL)) & ICE1712_PLAYBACK_START)) in snd_ice1712_playback_pro_pointer() 1078 if (!(inl(ICEMT(ice, PLAYBACK_CONTROL)) & ICE1712_CAPTURE_START_SHADOW)) in snd_ice1712_capture_pro_pointer()
|