Searched refs:ess_change (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/sound/ |
D | sb_ess.c | 275 static void ess_change in ess_change() function 446 ess_change (devc, 0xa8, 0x03, 3 - devc->channels); /* Mono/stereo */ in ess_audio_prepare_for_input() 451 ess_change (devc, 0xb1, 0xf0, 0x50); in ess_audio_prepare_for_input() 452 ess_change (devc, 0xb2, 0xf0, 0x50); in ess_audio_prepare_for_input() 465 ess_change (devc, 0xa8, 0x03, 3 - devc->channels); /* Mono/stereo */ in ess_audio_prepare_for_output_audio1() 470 ess_change (devc, 0xb1, 0xf0, 0x50); /* Enable DMA */ in ess_audio_prepare_for_output_audio1() 471 ess_change (devc, 0xb2, 0xf0, 0x50); /* Enable IRQ */ in ess_audio_prepare_for_output_audio1() 567 ess_change (devc, 0xb8, 0x0f, 0x0f); /* Go */ in ess_audio_start_input() 587 ess_change (devc, 0xb8, 0x05, 0x05); /* Go */ in ess_audio_output_block_audio1()
|