Searched refs:CS4231_PLAYBK_FORMAT (Results 1 – 4 of 4) sorted by relevance
/linux-3.3/sound/isa/wss/ |
D | wss_lib.c | 636 if ((chip->image[CS4231_PLAYBK_FORMAT] & 0x0f) == (pdfr & 0x0f)) { /* rate is same? */ in snd_wss_playback_format() 639 chip->image[CS4231_PLAYBK_FORMAT] = pdfr; in snd_wss_playback_format() 640 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, in snd_wss_playback_format() 641 chip->image[CS4231_PLAYBK_FORMAT]); in snd_wss_playback_format() 661 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, (pdfr & 0xf0)); in snd_wss_playback_format() 675 chip->image[CS4231_PLAYBK_FORMAT] = pdfr; in snd_wss_playback_format() 677 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, pdfr); in snd_wss_playback_format() 697 if ((chip->image[CS4231_PLAYBK_FORMAT] & 0x0f) == (cdfr & 0x0f) || /* rate is same? */ in snd_wss_capture_format() 733 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, cdfr); in snd_wss_capture_format() 735 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, in snd_wss_capture_format() [all …]
|
/linux-3.3/include/sound/ |
D | cs4231-regs.h | 44 #define CS4231_PLAYBK_FORMAT 0x08 /* clock and data format - playback - bits 7-0 MCE */ macro
|
/linux-3.3/sound/sparc/ |
D | cs4231.c | 612 snd_cs4231_out(chip, CS4231_PLAYBK_FORMAT, in snd_cs4231_playback_format() 637 snd_cs4231_out(chip, CS4231_PLAYBK_FORMAT, in snd_cs4231_capture_format() 638 ((chip->image[CS4231_PLAYBK_FORMAT]) & 0xf0) | in snd_cs4231_capture_format() 662 return chip->image[CS4231_PLAYBK_FORMAT] & 1 ? 9969 : 9920; in snd_cs4231_timer_resolution() 749 snd_cs4231_out(chip, CS4231_PLAYBK_FORMAT, in snd_cs4231_init() 750 chip->image[CS4231_PLAYBK_FORMAT]); in snd_cs4231_init()
|
/linux-3.3/sound/isa/cs423x/ |
D | cs4236_lib.c | 193 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, pdfr & 0xf0); in snd_cs4236_playback_format()
|